:root {
/* Text Colors */
    --text-primary: #1ea873;
    --text-secondary: #f1f2ef;
    --text-boxes: #c5e4d9;
    --bg-color: #0c1312;
    --box-border-color: #073120;
    --text-body-color: #f8f7f4
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  background: var(--bg-color);
  color: var(--text-body-color);
  overflow-x: hidden;
}

#root {
    overflow-x: hidden;
}

/*......Loader CSS start here*..........*/
#preloader {
  position: fixed;
  inset: 0;
  background: #0c1312;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease, top 0.8s ease;
}
#preloader .img-wrapper{
    width: 152px;
    height: 135px;
    position: relative;
    margin: auto;
}
#preloader #mask-img{
    width: 100%;
    background: url(../img/mask-logo.png) bottom center;
    position: absolute;
    bottom: 0;
    height: 0px;
}

#preloader.fade-out {
  /* opacity: 0; */
  top: -150%;
  visibility: hidden;
}

/* Loader container */
.loader-content {
  text-align: center;
  color: #1b6f4f;
  font-family: Arial, sans-serif;
  flex: 0 0 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

/* Percentage text */
.loader-text{
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 200;
    text-transform: uppercase;
}

#loader-counter {
    font-weight: 200;
    font-size: 2rem;
}

/* Progress bar */
.progress-bar {
  height: 2px;
  /* background: rgba(255,255,255,0.2); */
  background: #0c3223;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}

#progress-fill {
  width: 0%;
  height: 100%;
  /* background: linear-gradient(to right, #0e6f4a, #56ffbe);  */
  background: #00a565;
  transition: width 0.2s ease;
}
/*.....Loader CSS END gere......*/


.text-color-primary {
    color: var(--text-primary);
}
.text-color-secondary {
    color: var(--text-secondary);
}

.box-text {
    color: var(--text-boxes);
    /* font-size: 16px;
    line-height: 1.6; */
    font-size: 14px;
    line-height: 1.4;
}

.para {
    font-size: 20px;
    font-weight: 200;
}

.primaryHeading {
	font-size: clamp(3.5rem, 5vw, 5rem);
	color: var(--text-primary);
	letter-spacing: -2px;
	line-height: 1.2;
	margin: 0;
	font-weight: 200;
}

.secondaryHeading {
	font-size: clamp(2.3rem, 3vw, 3rem);
	color: var(--text-secondary);
	letter-spacing: 0px;
	line-height: 1.2;
	margin: 0;
	font-weight: 200;
}

.section-tagline{
    font-size: 14px;
    color: var(--text-primary);
    text-transform: uppercase;
    font-weight: 300;
}
.section-tagline:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/star.png") no-repeat center/contain;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.section-tagline:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/star.png") no-repeat center/contain;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 5px;
}

.divider {
    height: 2px;
    background: var(--text-primary);
}

.mainSection {
    /* background: url('../img/hero_bg.jpg') no-repeat top center / contain; */
    position: relative;
}

.heroImage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* Hero */
.hero {
  position: relative;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    width: 100%;
    z-index: 1;
}
header .brand-logo img {
    width: 100%;
    max-width: 130px;
}
header .tagline{
    color: #b5c8b9;
    font-size: 12px;
}
header .tagline-wrapper img {
    height: 40px;
}
header .tagline span {
    color: #828b87;
}

header .social-media {
    font-size: 12px;
    font-weight: 200;
}

header .social-media .contact-number{
    border: solid 2px #4aa665;
    font-size: 14px;
    color: #b5c8b9;
}
header .social-media .contact-number:hover {
    border-color: #72f580;
    color: #72f580;
}
header .social-media .contact-number:hover {
    background: transparent;
}
.social-media .contact-number i {
    color: var(--text-primary);
}
.social-media .contact-number:hover i {
    color: #72f580;
}

.social-media  .whatsapp{
    font-size: 29px;
	line-height: 1.2;
}
.social-media  .whatsapp:hover {
    color: #72f580;
}

.hero-img {
    height: 100vh;
}
.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Desired by Royals */
.desired-by-royals{
    margin-top: -15%;
}
.desired-by-royals .content{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.desired-by-royals .icon {
    max-width: 70px;
}
.desired-by-royals h3{
    font-weight: 300;
}

/* The Emerald Valley */
.the-emerald-valley {
    min-height: 100vh;
    padding-top: 60vh;
    position: relative;
    /* background: url('../img/middle-section-bg.jpg') no-repeat top center/cover; */
    
    /* background-attachment: fixed */
}
.emerald-outer {
    padding-top: 300px;
    background: url('../img/emerald-bg.jpg') no-repeat bottom center/cover;
    margin-bottom: 100px;
}

.the-emerald-valley .gems-paralex{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}
.the-emerald-valley .content-wrapper{
    position: absolute;
    width: 100%;
    height: auto;
}
.the-emerald-valley .overlay{
    border-radius: 40px;
    background: rgba(12,19,18,0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 70px 70px 50px;
}

.the-emerald-valley .content{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.the-emerald-valley h3{
    font-weight: 200;
}

/* Beyond Comparison */
.beyond-comparison {
    /* background: var(--bg-color) url('../img/section-2.jpg') no-repeat top center/cover; */
    padding: 0;
    position: relative;
    /* background-attachment: fixed; */
}

.beyondComparisonImage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.beyondComparisonContainer {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.beyondComparisonContent {
    position: relative;
}
.beyond-comparison .diamond-img{
    width: 100%;
    position: absolute;
    text-align: center;
    height: auto;
    padding: 0 20px;
}
.beyond-comparison .diamond-img img {
    max-width: 100% ;
}
.beyond-comparison .content{
    padding: 0 70px;
}
.beyond-comparison .heading-group{
    padding-top: 200px;
}
.beyond-comparison .content-para{
    padding-top: 220px;
}

.beyond-comparison .box {
    border-bottom: solid 2px var(--text-primary);
}

/* Family Legacy */
.family-legacy {
    min-height: 100vh;
    padding-top: 90vh;
    background: var(--bg-color) url('../img/section-3.jpg') no-repeat top center / contain;
    /* padding: 50px 0; */
    /* background-attachment: fixed;    */
}

.family-legacy .content{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.family-legacy .box-icon-wrapper {
    min-height: 87px;
}
.family-legacy .box-icon-wrapper .box-icon{
    max-width: 80px;
}
.family-legacy h3{
    font-size: 16px;
    font-weight: 200;
}

/* Footer */
footer {
    background: var(--bg-color) url(../img/footer-bg.jpg) no-repeat top center / cover;
    padding: 10px 0 20px;
    text-align: center;
    margin-top: 70px;
}

footer .content {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

footer .footer-content-divider-top{
    /* content: ''; */
    max-width: 500px;
    width: calc(100% - 40px);
    height: 4px;
    background: var(--text-primary);
    position: relative;
    margin: 0px auto;
    top: -60px;
    /* position: absolute; */
    /* top: 0;
    left: 50%;
    transform: translateX(-50%); */
}
footer .footer-content-divider-bottom{
    content: '';
    max-width: 500px;
    width: calc(100% - 40px);
    height: 4px;
    background: var(--text-primary);
    position: relative;
    margin: 0px auto;
    bottom: -60px;
    /* position: absolute; */
    /* bottom: 0;
    left: 50%;
    transform: translateX(-50%); */
}

footer .content h3{
    font-weight: 200;
}

footer .media-icon{
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
footer .media-icon:hover {
    background: #00ff88 !important;

}
footer .whatsapp:before{
    content: "";
    border-top: 20px solid #198754;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: -3px;
    bottom: -3px;
    transform: rotate(45deg);
}
footer .whatsapp:hover:before{
    border-top: 20px solid #00ff88;
}

.partner-logos {
    margin: 50px 0 100px;
}
.partner-logos .partners{
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
}

.partner-logos img {
    max-width: 90%;
}

.copyright, .copyright a{
    font-size: 10px;
    color: #c5e4d9;
    text-decoration: none;
}
.copyright .heart{
    font-size: 10px;
    color: var(--text-primary);
}
.copyright span {
    font-size: 12px;
}

.aboutTextSecondary {
    font-size: 14px;
    margin-top: 20px;
    color: var(--text-secondary);
}

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


/*......Model CSS start here.....*/
#contactModal {
    /* backdrop-filter: blur(6.5px); */
    background: #0c1312;
}
#contactModal .btn-close{
    width: 28px;
    height: 28px;
    /* flex: 1 0 28px; */
    position: absolute;
    top: 20px;
    right: 25px;
    border: 2px solid #000;
    border-radius: 50%;
    opacity: 1;
    /* margin: 0 0 0 auto; */
}
.modal-form-wrapper {
    border: 1px solid #0d4932;
    border-radius: 30px;
    padding: 30px;
    background: transparent;
}

.modal-form-wrapper :is(.modal-header, .modal-body, .modal-footer) {
    padding: 0;
    border: 0;
}

.modal-form-wrapper  h3 {
    text-align: center;
    line-height: 1.3;
    font-weight: 200;
    margin-bottom: 10px;
}

.modal-form-wrapper .text-field{
    background: transparent;
    border: 1px solid #0d4932;
    padding: 15px;
    color: #fff;
}
.modal-form-wrapper .form-group .form-label {
  position: absolute;
  top: 16px;
  left: 20px;
  font-weight: 100;
  color: #f8f7f4;
  pointer-events: none;
  transition: 0.2s ease all;
  padding: 0 4px;
}

/* 👇 when input is focused or has value */
.modal-form-wrapper .form-group {
    position: relative;
}
.modal-form-wrapper .form-group .text-field:focus + .form-label,
.modal-form-wrapper .form-group .text-field:not(:placeholder-shown) + .form-label {
  top: -8px;
  left: 20px;
  font-size: 12px;
  color: #28a745;
  background-color: #0c1312;
  border: 1px solid #0d4932;
  border-radius: 3px;
}

.modal-form-wrapper .custom-radio {
    border: 1px solid #0d4932;
    color: #f8f7f4;
    padding: 15px;
    border-radius: 6px;
    position: relative;
}
.modal-form-wrapper .custom-radio .form-check-input {
  appearance: none;
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 10px;
  border: 2px solid #28a745;
  background: transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease;
  opacity: 0.5;
}

.modal-form-wrapper .custom-radio .form-check-input:checked {
  border-color: #1ea873;
  background-color: transparent;
  opacity: 1;
}

.modal-form-wrapper .custom-radio .form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #1ea873;
  border-radius: 50%;
}
.modal-form-wrapper .custom-radio label {
    font-weight: 100;
}
.modal-form-wrapper .btn {
    border-radius: 20px;
    color: #000;
    text-transform: uppercase;
    background: #1ea873;
    padding: 8px 20px;
}
.modal-form-wrapper .btn:hover{
    background: #4ff5b5;
}

.modal-form-wrapper .qualities {
    color: var(--text-primary);
    margin-top: 30px;
    text-align: center;
}

.modal-form-wrapper .qualities h4 {
    font-size: 18px;
    font-weight: 200;
    position: relative;
}

.modal-form-wrapper .qualities h4::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/star.png") no-repeat center/contain;
    position: absolute;
    right: -8px;
    top: 0;
}
.modal-form-wrapper .qualities > div:last-child h4::after{
    display: none;
}
.modal-form-wrapper .qualities p{
    color: #f8f7f4;
    font-size: 10px;
}



/* Responsive adjustments */
@media (max-width: 480px) {
    .primaryHeading {
        line-height: 1;
    }
    .secondaryHeading {
        line-height: 1.5;
    }
    .the-emerald-valley{
        padding-top: 35%;
    }

    .emerald-outer{
        background-position: 50% -100px;
    }

    .section-tagline {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .section-tagline:before,
    .section-tagline:after {
        position: static;
    }
}

@media (max-width: 777px) {
    #contactModal .modal-dialog,
    #contactModal .modal-content{
        width: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        margin: 0;
    }
    #contactModal .modal-content {
        overflow-y: auto;
    }
    .the-emerald-valley .overlay{
        padding: 70px 30px 50px;
    }
    .section-tagline{
        font-size: 12px;
    }
    
    .the-emerald-valley .box-wrapper .text-color-secondary {
        color: var(--text-primary);
    }

    .the-emerald-valley .box-wrapper .box{
        border-bottom: 1px solid var(--box-border-color);
    }

    .family-legacy{
        background: var(--bg-color);
        padding-top: 0;
    }
     .family-legacy .content{
        margin-top: -100px;
    }
    .family-legacy .box{
        border-bottom: 1px solid var(--box-border-color);
    }

    .beyond-comparison{
        padding: 0px 0 50px;
    }

    .beyondComparisonImage {
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
    }
    .beyondComparisonContainer {
        position: relative;
        left: 0;
        transform: none;
    }
    .paralex-diamond-wrapper {
        position: absolute !important;
        top: 0;
    }
    .beyond-comparison .diamond-img{
        left: 0;
    }

    .beyond-comparison .box h3 {
        font-weight: 300;
    }

    footer .content{
        padding-top: 70px;
        margin-top: 40px;
        padding-bottom: 50px;
    }
    footer h3 {
        font-size: clamp(2.1rem, 3vw, 3rem);
    }
    footer .media-divider {
        border-right: 1px solid var(--box-border-color);
    }
    .partner-logos .hrd-logo {
        max-width: 250px;
    }
    .partner-logos .igi-logo {
        max-width: 200px;
        margin-bottom: 20px;
    }
    .partner-logos .gia-logo {
        max-width: 220px;
    }
}
@media (max-width: 991px) {
    header .tagline-wrapper img{
        height: auto;
        max-width: 25px;
    }
    header .tagline{
        font-size: 8px;
        line-height: 10px;
        padding-left: 5px;
    }
    header .brand-logo img{
        max-width: 100px;
    }
    header .social-media .contact-number{
        width: 30px;
        height: 30px;   
        display: flex;
        align-items: center;
        justify-content: center ;
    }
    .heroImage {
        width: 280%;
        left: 40%;
        transform: translateX(-40%);
    }
    .desired-by-royals {
        margin-top: -35%;
    }
    .desired-by-royals .box-wrapper{
        border-bottom: 1px solid var(--box-border-color);
    }
    .the-emerald-valley{
        padding-bottom: 0px;
        /* padding-top: 30vh; */
        background-position: 75% 0;
    }
    .the-emerald-valley .gems-paralex{
        position: absolute;
        bottom: 40%;
        width: 100%;
        height: auto;
    }
    
    .the-emerald-valley .content-wrapper {
        position: inherit;
    }
    
    .beyond-comparison .diamond-img img {
        max-width: 400px;
        width: 80%;
    }
    .beyond-comparison .content{
        padding: 0 5px;
    }
    .beyond-comparison .heading-group, .beyond-comparison .content-para{
        padding-top: 30px;
    }
    .hideMobile {
        display: none;
    }
    
    .modal-form-wrapper .qualities h4::after {
        display: none;
    }
    .modal-form-wrapper .box {
        border: 1px solid #0d4932;
        padding: 15px;
        border-radius: 6px;
    }
    .modal-form-wrapper .box p {
        margin-bottom: 0;
    }


}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .heroImage {
        width: 200%;
        left: 40%;
        transform: translateX(-40%);
    }
    .beyondComparisonContainer {
        position: relative;
        left: 0;
        transform: none;
        margin-top: -15%;
        margin-bottom: 15%;
    }
    .beyondComparisonImage {
        width: 200%;
        left: 40%;
        transform: translateX(-40%);
    }
    .desired-by-royals .box-text{
        text-align: center;
    }
    .desired-wrapper > div:last-child{
        margin: 50px auto 0;
    }
    .the-emerald-valley{
        padding-top: 30vh;
        position: relative;
    }
    .the-emerald-valley .gems-paralex {
        bottom: 100px;
    }
    .emerald-outer{
        background-position: 50% -150px;
    }
    .beyond-comparison {
        padding: 0;
    }
    .beyond-comparison .diamond-img img{
        max-width: 500px;
    }
    .paralex-diamond-wrapper {
        position: absolute !important;
        top: 20%;
        left: 0;
    }
    .beyond-comparison .heading-group {
        padding-top: 0;
        text-align: center;
    }
    .beyond-comparison .content-para {
        padding-top: 30px;
        text-align: center;
    }
    .family-legacy{
        background-position: 48% -100px;
        background-size: 200%;
        padding-top: 30vh;
    }
    .family-legacy .content{
        margin: 600px auto 0;
    }

    footer .content {
        padding: 120px 0;
    }
    footer .footer-content-divider-top {
        top: -110px;
    }
    footer .footer-content-divider-bottom {
        bottom: -110px;
    }
    .hideMobile {
        display: none;
    }
    
}

@media (min-width: 1025px) {
    .hideDesktop {
        display: none;
    }
    .beyondComparisonContainer {
        top: 10%;
    }
    .beyondComparisonContent {
        margin-top: 3%;
    }
}

@media (min-width: 1366px) {
    .beyondComparisonContent {
        margin-top: 18%;
    }
}
