/* Normalize.css */
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');

/* Animate.css */
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

/* Slick Carousel */
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');





/* ====== RESET ====== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px; /* 1rem = 16px */
  overflow-x:hidden;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  line-height: 1.6;
  background-color: #010101;
  color: #fff;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
}

/* ====== SCROLLBAR CUSTOMIZATION ====== */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #010101;
  box-shadow:inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #CDB875;
}

::selection{
  color:#000;
  background-color: #CDB875;
}

/* ====== TYPOGRAPHY ====== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

/* ====== BUTTONS & FORMS ====== */
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* ====== IMAGES & LISTS ====== */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ====== UTILITY CLASSES ====== */
.no-pad {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/* ====== ACCESSIBILITY ====== */
:focus-visible {
  outline: 2px dashed #333;
  outline-offset: 2px;
}

h1{
  font-size: 60px;
  font-weight: 500;
}

h2{
  font-size: 36px;
  font-weight: 500;
}


header .menu-box ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

header .menu-box ul a {
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

header {
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

header .header-btn .t-btn {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    gap: 20px;
    transition: .3s;
    color: #fff;
}

header .header-btn {
    text-align: -webkit-right;
}

header .header-btn .t-btn:hover svg {
    transition: .3s;
    transform: rotate(45deg);
}

header .header-btn .t-btn svg {
    transition: .3s;
}

header .header-btn .t-btn:hover {
    color: #CDB875;
    transition: .3s;
}

footer .row:first-child {
    padding: 69px 49px 49px 50px;
}

footer .text img {margin-bottom: 28px;}

footer .social-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

footer .social-box .social-icon {
    background: white;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

footer .social-box .social-icon i {
    color: #000;
    font-size: 18px;
}

footer .col-lg-3:nth-child(2) .text {
    padding-left: 90px;
}

footer .col-lg-6 .text {
    padding-left: 65px;
}

footer .text h6 {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

footer .social-box .social-icon:hover {
    transition: .3s;
    transform: scale(1.1);
}

footer .text ul a {
    font-size: 16px;
    font-weight: 400;
}

footer .text ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

footer .row:first-child .text p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

footer .row:first-child .col-lg-6 .text a {
    display: block;
    font-size: 18px;
    line-height: 43px;
    font-weight: 400;
    transition: .3s;
}

footer .text a:hover {
    transition: .3s;
    color: #CDB875;
}

footer .text a {
    transition: .3s;
}

footer .text.text-center {
    padding: 25px 0;
    position: relative;
}

footer .text.text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #ffffff00 0%, #fff 50%, #ffffff00 100%);
    opacity: 0.5;
}

footer .text.text-center p {
    font-size: 18px;
    letter-spacing: 1.2px;
    font-weight: 400;
}

header .menu-box ul a:hover {
    transition: .3s;
    color: #CDB875;
}

header .menu-box ul a.active-page {
    color: #CDB875;
    text-decoration: underline;
}

.hero-banner {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 235px;
    padding-bottom: 20px;
    position: relative;
}

.hero-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #01010100 0%, #010101 100%);
}

.hero-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.hero-slider h6 {
    width: max-content;
    font-size: 18px;
    font-weight: 500;
}

.hero-slider span {
    width: max-content;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.hero-slider .owner-box span {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.hero-slider .text.text-center {
    max-width: 56%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}

.hero-slider .text.text-center a {
    display: block;
    margin-top: 62px;
}

.hero-slider .text.text-center .divider {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background: linear-gradient(45deg, #ffffff00 0%, #FFFFFF 50%, #ffffff00 100%);
}

.hero-slider .text.text-center .top-box p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.hero-slider .text.text-center .down-box p {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.home-sec-01 {
    padding: 180px 0 85px 0;
}

.home-sec-01 .deal-box {
    padding-top: 78px;
    position: relative;
}

.home-sec-01 .deal-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 50%, #ffffff00 100%);
}

.home-sec-01 .deal-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.home-sec-01 .deal-box .img-box {
    position: relative;
}

.home-sec-01 .deal-box .img-box .text {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-content: end;
    padding: 19px 23px;
}

.home-sec-01 .deal-box .img-box .text p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.home-sec-01 .deal-box-main {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.home-sec-02, .home-sec-03 {
    padding: 85px 0;
}

.home-sec-02 .text {
    text-align: center;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-size: contain;
}

.home-sec-02 .text a {
    margin-top: 38px;
}

.home-sec-02 .text p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    max-width: 58%;
}

.counter-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 21px;
}

.counter-main .counter-box {
    border: 1px solid #ffffff59;
    padding: 55px 65px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.counter-main .counter-box h5, .counter-main .counter-box h5 span {
    font-size: 56px;
    font-weight: 200;
}

.counter-main .counter-box p, .counter-main .counter-box span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.counter-main .counter-box span {
    font-weight: 500;
}

.home-sec-04 {
    padding: 85px 0 61px 0;
}

.home-sec-04 .text p {
    font-size: 14px;
    letter-spacing: 0.8px;
    margin: 8px 0;
}

.text p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.home-sec-04 .text form input, .home-sec-04 .text form textarea {
    color: #fff;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff7e;
    padding: 50px 0px 10px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

.home-sec-04 .text form .t-btn {
    padding: 10px 43px;
    border: 1px solid #fff;
    width: fit-content;
    margin-top: 50px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.3px;
    font-weight: 600;
    transition: .3s;
}

.home-sec-04 .text form .t-btn:hover{
  color:#010101 ;
  background-color: #FFFFFF;
  transition: .3s;
}

.home-sec-04 .text form input::placeholder, .home-sec-04 .text form textarea::placeholder {
  opacity: 1; 
  color: #fff;
}

.home-sec-04 .text form input:focus, .home-sec-04 .text form textarea:focus{
  outline: none;
}

.home-sec-05 {
    padding: 241px 0 138px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-sec-05 .text h2 {
    max-width: 35%;
}

footer .container {
    position: relative;
}

footer .container::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #ffffff00 0%, #fff 50%, #ffffff00 100%);
}

.sub-banner {
    padding: 218px 0 164px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sub-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #01010100 0%, #010101 100%);
}


.about-sec-01 {
    padding: 58px 0 35px;
}

.about-sec-01 .text.text-center p:nth-child(2) {
    margin: 20px 0 50px;
}

.about-sec-01 .text.text-center {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    max-width: 60%;
    padding: 10px 0;
}

.about-sec-02 {
    padding: 35px 0 50px;
    text-align: center;
}

.about-sec-02 .text p {
    font-size: 16px;
}

.about-sec-02 .about-boxes {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    margin: 27px 0px 39px;
}

.about-sec-02 .about-boxes .about-box {
    border: 1px solid #ffffff40;
    padding: 54px 40px 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.about-sec-02 .about-boxes .about-box img {
    margin-bottom: 16px;
}

.about-sec-02 .about-boxes .about-box h3 {
    font-size: 26px;
}

.about-sec-02 .about-boxes .about-box p {
    font-size: 12px;
    max-width: 90%;
}


.investment-sec-01 {
    padding: 152px 0 50px;
}

.investment-sec-01 .col-lg-6 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

.investment-sec-01 .col-lg-6 .text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.investment-sec-01 .col-lg-6 .text span {
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.investment-sec-01 .investment-boxes {
    padding: 25px 0 45px;
    display: grid;
    align-items: stretch;
    justify-content: center;
    gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
}

.investment-sec-01 .investment-boxes .investment-box {
    border: 1px solid #ffffff40;
    padding: 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding-bottom: 28px;
}

.investment-sec-01 .investment-boxes .investment-box h3 {
    font-size: 26px;
    max-width: 90%;
}

.investment-sec-01 .investment-boxes .investment-box img {margin-bottom: 20px;}

.investment-sec-01 .investment-boxes .investment-box p {
    font-size: 16px;
    line-height: 22px;
    max-width: 70%;
}

.investment-sec-01 
 .text.text-center p {
    font-size: 16px;
}

.service-sec-01 {
    padding: 200px 0 50px;
}

.service-sec-01 .left-box {
    padding-right: 37px;
}

.service-sec-01 .right-box {
    padding-left: 41px;
}

.service-sec-01 .right-box p {
    font-size: 16px;
    line-height: 22px;
}

.service-sec-01 .right-box p h5 {
    font-size: 22px;
}

.service-sec-01 .right-box h5 {
    font-size: 22px;
    font-weight: 500;
}

.service-sec-01 .left-box p {
    margin: 24px 0 38px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.service-sec-01 .right-box ul {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-sec-01 .right-box ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff40;
}

.service-sec-01 .right-box ul li p {
    max-width: 74%;
}

.service-sec-01 .text.text-center {
    margin-top: 71px;
}

.service-sec-01 .text.text-center p {
    font-size: 16px;
    line-height: 18px;
    margin: auto;
    max-width: 70%;
}


@media only screen and (max-width: 1500px) {
    .container {
    padding-right: 15px;
    padding-left: 15px;
}
.home-sec-05 .text h2 {
    max-width: 520px;
}
.about-sec-01 .text.text-center {
    max-width: 760px;
}
.about-sec-02 .about-boxes .about-box p {
    max-width: 100%;
}
.about-sec-02 .about-boxes .about-box {
    padding: 54px 20px 43px;
}

.hero-slider .text.text-center {
    max-width: 716px;
}

header .menu-box ul {
    gap: 35px;
}

header .menu-box ul a {
    font-size: 16px;
}


}
@media only screen and (max-width: 1199px) {
        header .menu-box ul a {
        font-size: 15px;
    }
        header .menu-box ul {
        gap: 25px;
    }
    header .header-btn .t-btn {
    font-size: 16px;
    gap: 10px;
}
header .header-btn .t-btn svg {
    height: 40px;
    WIDTH: 40px;
}

h1 {
    font-size: 45px;
}

.hero-slider .text.text-center .down-box p {
    font-size: 12px;
    line-height: 18px;
}

    .hero-slider .text.text-center {
        gap: 30px;
    }

    .hero-slider .text.text-center a {
    margin-top: 30px;
}

.hero-banner {
    padding-top: 180px;
}

.home-sec-01 {
    padding: 50px 0 30px 0;
}

.home-sec-01 .deal-box h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.home-sec-01 .deal-box .img-box .text {
    padding: 10px;
}

.home-sec-02 .text a {
    margin-top: 0;
}

.home-sec-02 .text {
    gap: 15px;
}

.home-sec-02, .home-sec-03 {
    padding: 50px 0;
}

.counter-main .counter-box {
    padding: 20px;
    gap: 15px;
}

.home-sec-04 {
    padding: 50px 0 40px 0;
}

.home-sec-05 {
    padding: 80px 0;
}

footer .col-lg-3:nth-child(2) .text {
    padding-left: 60px;
}

.about-sec-01 .text.text-center p:nth-child(2) {
    margin: 20px 0;
}

    .about-sec-02 .about-boxes .about-box {
        padding: 30px;
    }

    .about-sec-02 .about-boxes .about-box h3 {
    font-size: 18px;
}

.about-sec-02 .about-boxes .about-box img {
    margin-bottom: 10px;
    max-width: 70%;
}

h2 {
    font-size: 25px;
}

.service-sec-01 .left-box p {
    margin: 20px 0;
}

.service-sec-01 .left-box {
    padding-right: 0;
}

.service-sec-01 .right-box {
    padding-left: 0;
}

.service-sec-01 .right-box h5 {
    font-size: 18px;
}

.service-sec-01 .right-box ul li p {
    max-width: 100%;
}

.service-sec-01 .right-box p {
    font-size: 12px;
    line-height: 18px;
}

.service-sec-01 .right-box ul li {
    gap: 10px;
}

.service-sec-01 .right-box ul {
    margin-top: 25px;
    gap: 10px;
}

.service-sec-01 .text.text-center p {
    max-width: 100%;
}
.service-sec-01 .text.text-center {
    margin-top: 40px;
}
.service-sec-01, .investment-sec-01 {
    padding: 100px 0 50px;
}

.investment-sec-01 .investment-boxes .investment-box h3 {
    font-size: 20px;
    max-width: 100%;
}
.investment-sec-01 .investment-boxes .investment-box p {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
}

}
@media only screen and (max-width: 991px) {
    header {
    display: none;
}
    .hero-banner {
        padding-top: 100px;
    }
        h1 {
        font-size: 35px;
    }
    .hero-slider {
    flex-direction: column;
    }
    br {
    display: none;
}

.location-box {
    text-align: center;
}

.hero-slider h6 {
    width: 100%;
        text-align: center;
}

.home-sec-01 .deal-box-main {
    flex-direction: column;
}

.home-sec-01 .deal-box {
    padding-top: 40px;
}
    .home-sec-01 .deal-box .img-box .text {
        padding: 20px;
    }

    .home-sec-02 .text p {
    max-width: 100%;
}

.counter-main {
    flex-direction: column;
    gap: 20px;
}

.home-sec-04 .text form input, .home-sec-04 .text form textarea {
    padding: 20px 0px 10px;
    font-size: 12px;
}

    footer .col-lg-3:nth-child(2) .text {
        padding-left: 0;
                margin: 30px 0;
    }

    footer .col-lg-6 .text {
    padding-left: 0;
}

footer {
    text-align: center;
}

footer .text ul {
    align-items: center;
    text-align: center;
}

footer .social-box {
    justify-content: center;
    align-items: center;
}

footer .text a {
    text-align: center;
}

footer .text {
    justify-items: center;
}
.sub-banner {
    padding: 100px 0;
}

.about-sec-02 .about-boxes {
    flex-direction: column;
}

.investment-sec-01 {
    justify-self: center;
    text-align: center;
}

.investment-sec-01 .investment-boxes {
    grid-template-columns: 1fr;
}

.investment-sec-01 .img-box {
    justify-self: center;
    margin-bottom: 20px;
}

    .service-sec-01 .left-box {
        justify-items: center;
        text-align: center;
    }
    .service-sec-01 .right-box {
        margin-top: 20px;
        text-align: center;
    }

}
@media only screen and (max-width: 575px) {
        .home-sec-01 {
        padding: 30px 0;
    }

    .home-sec-01 .deal-box .img-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, #01010187 0%, #0101016b 100%);
}

.home-sec-04 form .row .col {
    min-width: 100%;
}

footer .text.text-center p {
    font-size: 10px;
}

footer .row:first-child {
    padding: 50px 0 20px;
}

h2 {
    font-size: 20px;
}

h1 {
    font-size: 28px;
}

.service-sec-01, .investment-sec-01 {
    padding: 50px 0;
}

.investment-sec-01 .text.text-center p {
    font-size: 12px;
}

}
