@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');


* {
    overflow-x: none !important;
}

:root {
    --primary-font: "Italiana", sans-serif;
    --secondary-font: "Poppins", sans-serif;
    --third-font: "Roboto Condensed", sans-serif;
    --fourth-font: "Radio Canada", sans-serif --text-white: #fff;
    --section-head-color: #8D613D;
}


body {
    padding: 0;
    margin: 0;
    background: #000;
    background-color: #000 !important;
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

button,
.button {
    box-shadow: none !important;
    border: none;
}

section {
    position: relative;
    height: auto;
}

#main-controller {
    position: relative;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #362619;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #8D613D;
}

body::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #8D613D;
    outline: 1px solid #8D613D;
}

/* vertical-line-start */

.vertical-line {
    background-color: #8D613D;
    opacity: 0.3;
    width: 1px;
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.vertical-line2 {
    background-color: #8D613D;
    opacity: 0.3;
    width: 1px;
    position: absolute;
    left: 37%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.vertical-line3 {
    background-color: #8D613D;
    opacity: 0.3;
    width: 1px;
    position: absolute;
    display: inline-block;
    left: 65%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.vertical-line4 {
    background-color: #8D613D;
    opacity: 0.3;
    width: 1px;
    position: absolute;
    display: inline-block;
    left: 90%;
    top: 0;
    bottom: 0;
    z-index: 1;
}


/* vertical-line-close */

/* nav-start */

.nav-main {
    position: absolute;
    right: 0;
    left: 0;
    background: transparent;
    height: auto;
    padding: 25px 0;
    z-index: 99;
}

.nav-logo p {
    font-size: 8px;
    font-family: var(--secondary-font);
    color: var(--text-white);
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
    text-transform: uppercase;
}

.container-navbar {
    position: relative;
    width: 100%;
}

.nav-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    gap: 100px;
}

.nav-wrapper li a {
    color: #fff;
    position: relative;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-wrapper li a::before {
    content: "";
    width: 18px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -25px;
}

.mob-nav {
    display: none;
}

@media (max-width:1388px) {
    .nav-wrapper {
        gap: 60px;
    }

    .nav-wrapper li a {
        font-size: 14px;
    }
}

@media (max-width:1080px) {
    .nav-wrapper {
        display: none;
    }

    .mob-nav {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        padding: 0 25px;
    }

    .nav-main {
        padding: 0;
    }

    .mob-nav .navbar {
        background: transparent;
    }

    .mob-nav .navbar-toggler {
        border: none !important;
    }

    .mob-nav .bg-body-tertiary {
        background-color: #000 !important;
    }

    .mob-nav .offcanvas-body {
        background-color: #000 !important;
    }

    .mob-nav .offcanvas-header {
        background-color: #000 !important;
    }

    .mob-nav .nav-link {
        color: #fff !important;
        font-family: var(--primary-font) !important;
    }
}

@media (max-width:780px) {
    .navbar-brand img {
        width: 70%;
        margin-left: 10px;
    }

}

/* nav-close */

/* banner-start */

#main-carousel {
    position: relative;
    height: 100vh;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

.kb-carousel {
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
    opacity: 0.8;
    animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
    transition: 0.5s all;
}

.kb-caption {
    position: absolute;
    top: 40%;
    left: 0;
    text-align: left;
    right: 0;
    width: 1300px;
    margin: auto;
    color: #fff;
    transition: 0.5s all;
}

.kb-caption h1 {
    font-size: 70px;
    transition: 0.5s all;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--text-white);
}

.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
    transition: 0.5s all;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
    background: rgba(0 0 0 / 1);
}


[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}

@media (max-width:1388px) {
    .kb-caption {
        width: 1000px;
    }
}

@media (max-width:1080px) {
    .kb-caption {
        width: 100%;
    }

    .kb-caption {
        text-align: center !important;
    }
}

@media (max-width:780px) {
    .kb-caption h1 {
        font-size: 45px;
    }

    .kb-carousel {
        height: 60vh;
    }

    #main-carousel {
        height: 60vh;
    }

    .kb-caption {
        top: 30%;
    }
}

@media (max-width:480px) {
    .kb-caption h1 {
        font-size: 30px;
    }
}

/* banner-close */

/* about-start */
.about-main {
    position: relative;
    text-align: center;
    /* padding: 30px 0; */
    height: auto;
    overflow: hidden;
}

.abt-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-image: url(../images/about/about-us-bg.png);
    z-index: -1;
}

.about-main .abt-wrapper h1 {
    font-size: 80px;
    color: #8D613D;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: var(--primary-font);
    /* font-size: 70px; */
    font-weight: 400;
    line-height: 88px;
    text-transform: uppercase;
}

.abt-wrapper img {
    display: block;
    width: 100%;
    object-fit: cover;
    margin-bottom: 60px;
}

.abt-wrapper p {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--fourth-font);
    color: #A4A4A4;
}

@media only screen and (max-width: 984px) {
    .mobile-overlay-paragraph::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); 
        z-index: -1;
    }
    .mobile-overlay-paragraph {
        position: relative;
        padding: 10px;
        width: 100%;
        /* background-color: rgba(255, 255, 255, 0.8); */
    }
}

@media (max-width:1280px) {
    .abt-wrapper img {
        display: block;
        width: 60%;
        object-fit: cover;
        margin-bottom: 60px;
        margin-right: auto;
        margin-left: auto;
    }

    .about-main .abt-wrapper h1 {
        font-size: 65px;
        color: #8D613D;
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .abt-wrapper p {
        margin-bottom: 60px;
        font-size: 14px;
    }
}

@media (max-width:680px) {
    .abt-wrapper p {
        font-size: 12px;
    }

    .abt-wrapper img {
        width: 80%;
        margin-bottom: 44px;
    }

    .about-main .abt-wrapper h1 {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .about-main {
        padding: 0 15px;
    }

}

/* about-close */

/* product-start */
.products {
    position: relative;
    margin: 100px 0;
    height: auto !important;
}

.products h1 {
    font-size: 55px;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 65px;
    color: var(--section-head-color);
    text-transform: uppercase;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

.carousel-wrap .item-content2 h4 {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 0;
}

.carousel-wrap .item-content2 p {
    font-size: 12px;
    line-height: 20px;
    font-family: var(--secondary-font);
    font-weight: 300;
    color: var(--text-white);
    margin-bottom: 0;
}

.carousel-wrap .item-content2 span {
    font-size: 12px;
    line-height: 20px;
    font-family: var(--secondary-font);
    font-weight: 300;
    color: var(--text-white);
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 43%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 22px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}



.item-content {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    background: #00000091;
    text-align: center;
    opacity: 0;
    transition: 1s all;
    bottom: 60px;
}

.item-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-subheading {
    font-size: 12px;
    font-family: var(--secondary-font);
    font-weight: 200;
    color: var(--text-white);
    margin-bottom: 0;
}

.owl-carousel .item:hover .item-content {
    opacity: 1;
    transition: 1s all;
}

.item-content2 {
    position: relative;
}


@media (max-width:1180px) {
    .products h1 {
        font-size: 45px;
    }
}

@media (max-width:980px) {
    .products h1 {
        font-size: 35px;
    }
}

/* product-close */

/* service-start */

/* gold-legacy */
.gold-legacy {
    position: relative;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    margin: 50px 0px;
    overflow-x: hidden !important;
}

.content-right {
    position: relative;
    width: 50%;
}

.content-right h1 {
    /* font-size: 130px; */
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--section-head-color);
    margin-bottom: 0;
}

.content-right h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: var(--section-head-color);
    margin-bottom: 0;
}

.content-right p {
    max-width: 800px;
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    padding-right: 50px;
    font-family: var(--secondary-font);
    color: #A4A4A4;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.image-left {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 120px;
}

.image-left:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 80%;
    background: #8d613da8;
    right: -50px;
}

.image-left img {
    width: 100%;
}

.servce-link-color{
    color: #fff !important;
}

/* close-legacy */

/* epitome-start */
.epitome {
    position: relative;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    margin: 100px 0;
    overflow-x: hidden !important;
}

.content-left {
    position: relative;
    width: 50%;
    padding-left: 100px;
}

.content-left h1 {
    font-size: 55px;
    font-family: var(--primary-font);
    line-height: 65px;
    font-weight: 600;
    color: var(--section-head-color);
}

.content-left h2 {
    font-size: 45px;
    font-family: var(--primary-font);
    line-height: 55px;
    color: var(--section-head-color);
}

.content-left p {
    max-width: 800px;
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--secondary-font);
    color: #A4A4A4;
    font-weight: 300;
}

.image-right {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 120px;
}

.image-right:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 80%;
    background: #8d613da8;
    left: -50px;
}

.image-right img {
    width: 100%;
}

@media (max-width:1180px) {
    .content-right p {
        font-size: 12px;
    }

    .content-left p {
        font-size: 12px;
        margin: auto;
    }

    .content-left h1 {
        font-size: 45px;
    }

    .content-left h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .content-right h1 {
        font-size: 45px;
    }

    .content-right h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
}

@media (max-width:980px) {
    .epitome {
        position: relative;
        height: auto !important;
        display: flex;
        align-items: center;
        margin: 100px 0;
        flex-direction: column;
    }

    .gold-legacy {
        position: relative;
        height: auto !important;
        display: flex;
        align-items: center;
        margin: 100px 0;
        flex-direction: column-reverse;
    }

    .content-left {
        padding-left: 0;
        text-align: center;
        width: 100%;
        padding: 0 25px;
    }

    .content-left p {
        padding-bottom: 50px;
    }

    .content-right {
        text-align: center;
        width: 100%;
        padding: 0 25px;
    }

    .content-right p {
        padding-right: 0;
        padding-bottom: 50px;
        margin: auto;
    }

    .image-left:after {
        width: 60px;
        right: -30px;
    }

    .image-right:after {
        width: 60px;
        left: -30px;
    }

    .image-left {
        width: 75%;
        left: 0;
    }

    .image-right {
        width: 75%;
        right: 0;
    }

}

/* epitome-close */

/* service-close */

/* letter-anim-start */
.letter {
    height: auto;
}

.letter h3 {
    font-size: 43px;
    font-weight: 400;
    line-height: 111.4%;
    color: #fff;
    font-family: var(--primary-font);
    text-transform: uppercase;
    position: absolute;
    right: 29%;
    top: 30%;
}

.letter .letter_div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.letter_div img.star {
    width: 100% !important;
}
img.star-one {
    position: absolute;
    left: 30.5%;
    bottom: 23%;
}
img.star-two {
    position: absolute;
    bottom: 30%;
    left: 44%;
}
img.star-tree {
    position: absolute;
    top: 2%;
    right: 32%;
 }
.letter .letter_div h2 {
    font-size: 400px;
    font-family: var(--third-font);
    font-weight: 300;
    line-height: 468.75px;
    text-align: center;
    color: #8d613d44;
}

.letter .letter_div:hover .b_letter {
    animation: bg 5s ease;
}

@keyframes bg {
    0% {
        color: #8d613d44;
    }

    50% {
        color: #8d613d9d;
    }

    100% {
        color: #8D613D;
    }
}

.letter .letter_div a {
    position: absolute;
    top: 57%;
    left: 57%;
    transform: translate(-50%, -50%);
    content: '';
    font-size: 35px;
    font-weight: 400;
    line-height: 52.5px;
    color: #fff;
}

.image_content .letter_div {
    position: relative;
}

.image_content .letter_div h2 {
    font-size: 400px;
    font-weight: 300;
    line-height: 468.75px;
    color: #8d613d44;
}

.image_content .letter_div:hover .b_letter {
    animation: bg 5s ease;
}

@keyframes bg {
    0% {
        color: #8d613d44;
    }

    50% {
        color: #8d613d9d;
    }

    100% {
        color: #8D613D;
    }
}

.image_content .letter_div a {
    position: absolute;
    top: 57%;
    left: 60%;
    transform: translate(-50%, -50%);
    content: '';
    font-size: 35px;
    font-weight: 400;
    line-height: 52.5px;
    color: #fff;
    text-align: left;
}

@media (max-width:780px) {
    .letter h3 {
        font-size: 43px;
        font-weight: 400;
        color: #fff;
        position: absolute;
        top: 40%;
        text-align: center;
        right: 0;
        left: 0;
    }
}

.letter .bottom-img{
    position: relative;
}

/* letter-anim-close */
@media (max-width:1200px) {
    img.star-tree {
        top: -2%;
        right: 31%;
    }
    img.star-two {
        bottom: 25%;
        left: 43%;
    }
    img.star-one {
        left: 29%;
        bottom: 18%;
    }
}

@media (max-width:986px) {

    img.star-tree {
        top: -9%;
        right: 29%;
    }
    img.star-two {
        bottom: 20%;
        left: 41%;
    }
    img.star-one {
        left: 27%;
        bottom: 13%;
    }
}
@media (max-width:768px) {
  
    img.star-one {
        left: 27%;
        bottom: 13%;
    }
    img.star-tree {
        top: -19px;
        right: 29%;
    }
    img.star-two {
        bottom: 19%;
        left: 41%;
    }
    
}

@media (max-width:700px) {
    img.star-one {
        left: 25%;
        bottom: 6%;
    }
    img.star-tree {
        top: -26px;
        right: 26%;
    }
    img.star-two {
        bottom: 12%;
        left: 38%;
    }
    
}
@media (max-width:600px) {
    img.star-one {
        left: 20%;
        top: 20%;
    }
    img.star-tree {
        top: -30%;
        right: 22%;
    }
    img.star-two {
        top: 15%;
        left: 34%;
    }
    

}

/* horizontal-slider-start */

.horizontal_slider {
    padding-top: 0;
    overflow-x: hidden;
    height: auto;
    margin: 100px 0;
}

.horizontal_slider .swiper_bg_box {
    background-color: #00000080;
    height: 700px;
    width: 100%;
    position: relative;
    z-index: unset;
}

.horizontal_slider .swiper_bg_box::after {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 0;
    background-color: #834b1e83;
    content: '';
}

.horizontal_slider .swiper-slide {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 50px;
    align-items: center;

}

.horizontal_slider .image {
    margin-left: 34px;
}

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

.swiper-wrapper.slider .slick-dots {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin: 0;
    padding: 0;
    width: 65px;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
}

.swiper-wrapper.slider li {
    margin: 0 0.25rem;
    opacity: 0.1;
}

.swiper-wrapper.slider .slick-active {
    opacity: 1;
}

.swiper-wrapper.slider button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    transform: rotate(45deg);
    /* border-radius: 100%; */
    background-color: #D9D9D9;
    text-indent: -9999px;
}

.horizontal_slider .content h2 {
    font-size: 55px;
    font-weight: 600;
    color: #8D613D;
    font-family: var(--primary-font);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.horizontal_slider .content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-family: var(--secondary-font);
}

.horizontal_slider.swiper-pagination-bullets {
    position: absolute;
    top: 50%;

}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    top: 20% !important;
    transform: translateY(-50%) !important;
    left: 0px;
    float: inline-end;
    margin-left: auto;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

.horizontal_slider.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    background-color: #fff;
}

.horizontal_slider.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    background-color: #fff;
    margin-bottom: 10px !important;
    transform: rotate(45deg);
}

.horizontal_slider .swiper {
    width: 100%;
    height: 100%;
}

.horizontal_slider .swiper-slide {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 20px;
    align-items: center;
    overflow: visible;
    z-index: 1 !important;
}

.horizontal_slider .swiper-slide .image {
    z-index: 9999 !important;
}

.horizontal_slider .swiper-slide img {
    display: block;
    z-index: 999 !important;
}

.horizontal_slider .image img{
    width: 400px;
    height: 600px;
    object-fit: cover;
}

@media (max-width:1200px) {
    .horizontal_slider .content h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .slick-vertical .slick-slide {
        width: 936px;
        display: flex !important;
        flex-direction: column-reverse;
    }

    .horizontal_slider .image {
        margin-left: 0;
    }

    .horizontal_slider .swiper-slide .image {
        z-index: 9999 !important;
        display: none;
    }

    .horizontal_slider .swiper_bg_box {
        padding: 50px 20px;
        height: auto;
        overflow: hidden;
    }
}

@media (max-width:780px) {
    .horizontal_slider .content p {
        font-size: 12px;
        width: 100%;
    }

    .content-left h2 {
        font-size: 25px;
    }

    .content-left h1 {
        font-size: 35px;
    }

    .content-right h2 {
        font-size: 25px;
    }

    .content-right h1 {
        font-size: 35px;
    }
}

/* horizontal-slider-close */

/* investment-start */
.investment {
    position: relative;
    height: auto;
    margin-bottom: 100px;
}

.investment-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.investment-content {
    width: 50%;
}

.investment-content h1 {
    font-size: 55px;
    line-height: 65px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--section-head-color);
    margin-bottom: 0;
}

.investment-content h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: var(--primary-font);
    color: var(--section-head-color);
    margin-bottom: 25px;
}

.investment-content p {
    font-size: 14px;
    line-height: 24px;
    color: #A4A4A4;
    font-family: var(--secondary-font);
    font-weight: 400;
}

.investment-image {
    width: 50%;
}

.investment-image img {
    width: 100%;
}

@media (max-width:980px) {
    .investment-content {
        width: 100%;
        text-align: center;
    }

    .investment-image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .investment-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .investment-content h1 {
        font-size: 45px;
    }

    .investment-content h2 {
        font-size: 35px;
    }

    .investment-content p {
        font-size: 14px;
    }

    .investment-image img {
        width: 350px;
    }

    .investment {
        padding: 0 25px;
    }
}

@media (max-width:780px) {
    .investment-content h1 {
        font-size: 35px;
    }

    .investment-content h2 {
        font-size: 25px;
    }

    .investment-content p {
        font-size: 12px;
    }
}

/* investment-close */


/* contact-start */
/* .contact_wrapper{
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-color: #ccc;
}
.contact_wrapper h1{
    text-align: center;
    color: #000;
}
.contact_wrapper p{
    text-align: center;
    color:#000;
}
.custom-card {
    width: 100%;
    padding: 15px;
    height: auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
}
.address-sec {
    width: 50%;
    text-align: left;
    position: relative;
    background-color: #000;
    height: 500px;
    padding: 25px;
    border-radius: 10px;
}
.address-sec h1 {
    font-size: 25px;
    text-align: left;
    color: #fff;
}
.address-sec h2 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: 400;
}
.form-sec{
    width: 50%;
} */
/* contact-close */

/* contact styles stats */


/* contact styles ends */

.contact_wrapper {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 155px;
    padding-bottom: 76px;
    height: auto;
}

.contact_wrapper .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000 !important;
    background-color: #fff;
    border-bottom: 1px solid #8D8D8D !important;
}

.contact_wrapper .form-control:focus {
    border-bottom: 1px solid #000 !important;
}

.contact_wrapper .form-check-input {
    background-color: #fff !important;
}

.contact_wrapper .form-check-input:focus {
    border-color: #000 !important;
    outline: 0;
    box-shadow: none !important;
}

.contact_wrapper .form-control:focus,
.contact_wrapper .form-control:focus-visible {
    background-color: #fff;
    outline: none;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.contact_wrapper .row h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    line-height: 78px;
    font-family: var(--primary-font);
}

.contact_wrapper .row h6 {
    font-size: 18px;
    font-weight: 200;
    color: #717171;
    line-height: 27px;
    font-family: var(--secondary-font);
}

.contact_wrapper .grid_row {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 50px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.281);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.281);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.281);
}

.contact_wrapper .arrow {
    position: absolute;
    bottom: -40px;
    right: 100px;
    display: none;
}

.contact_wrapper .contact_info {
    padding: 10px;
}

.contact_wrapper .contact_box {
    background-color: #000;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 647px;
    position: relative;
    overflow: hidden;
}

.contact_wrapper .contact_box .ellipse {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact_wrapper .contact_box .ellipse.two {
    bottom: 70px;
    right: 70px;
}

.contact_wrapper .contact_box h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    font-family: var(--secondary-font);
}

.contact_wrapper .contact_box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #c9c9c9;
    font-family: var(--secondary-font);
    margin-bottom: 0;
}


.contact_wrapper .info li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

ul.info {
    padding: 0;
}

.info li a {
    text-decoration: none;
}

.contact_wrapper .info li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

.contact_wrapper .social_media {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
}

.contact_wrapper .social_media li {
    width: 30px;
    height: 30px;
    background-color: #1b1b1b;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 50px;
    transition: all .3s ease;
}

.contact_wrapper .social_media li:hover {
    background: #fff;
}

.contact_wrapper .social_media li img {
    filter: brightness(0) invert(1);
    transition: all .3s ease;
}

.contact_wrapper .social_media li:hover img {
    filter: brightness(0) invert(0);
}



.contact_wrapper .contact_form {
    padding: 40px 20px;
}

.contact_wrapper .contact_form .input_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}

.contact_wrapper .contact_form .input_grid .mb-3:hover label {
    color: #000;
}

.contact_wrapper .contact_form .form-control {
    border: none;
    border-bottom: 1px solid #8d8d8d;
    border-radius: 0;
    padding: 10px 0;
}

.contact_wrapper .contact_form label {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #8d8d8d;
    font-family: var(--secondary-font);
    transition: all .3s ease;
    margin-bottom: 0;
}

.contact_wrapper .contact_form input::placeholder,
.contact_wrapper textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #8d8d8d;
    font-family: var(--secondary-font);
}

.contact_wrapper .contact_form h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: #000;
    margin-top: 20px;
}

.contact_wrapper .contact_form .select_subject {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form-check-input[type=checkbox] {
    border-radius: 50px !important;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.contact_wrapper .contact_form .select_subject .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact_wrapper .contact_form .select_subject label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    font-family: var(--secondary-font);
    margin-top: 4px;
}

.contact_wrapper .contact_form .main-btn {
    float: inline-end;
    margin-top: 45px;
    border-radius: 5px;
    background-color: #000;
    border: none;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 500;
    color: #fff;
}

.main-btn {
    height: 54px;
    background: #fff;
    width: 214px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1024px) {

    .contact_wrapper .contact_box p,
    .contact_wrapper .info li a {
        font-size: 14px;
    }

    .contact_wrapper .info li a {
        position: relative;
        z-index: 9;
    }

    .contact_wrapper .contact_box {
        height: 506px;
    }
}

@media (max-width:980px) {
    .contact_wrapper .grid_row {
        grid-template-columns: 1fr;
    }

    .contact_wrapper .row h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .contact_wrapper .row h6 {
        font-size: 14px;
    }

    .contact_wrapper .contact_form .select_subject {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .contact_wrapper {
        padding-top: 70px;
    }

    .contact_wrapper .contact_box h3 {
        font-size: 26px;
    }

    .contact_wrapper .info li {
        margin-bottom: 30px;
    }

    .contact_wrapper .info li:last-child {
        margin-bottom: 0;
    }

    .contact_wrapper .contact_box {
        padding: 20px;
        height: 400px;
    }

    .contact_wrapper .grid_row {
        gap: 0;
    }

}

/* footer-start */

.footer {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 10px;
    border-top: 1px solid #E1E1E1;
    height: auto;
}

.footer .footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;

}

.footer .payment_icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer .footer_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
    font-weight: 800;
}

.footer .footer_link {
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
}

.footer .footer_link a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.contact-inner li.footer_link,
.footer_column p,
.footer .copyright {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
}

.footer_logo {
    width: fit-content;
}

.footer_logo p {
    font-size: 8px;
    color: #C1985C;
    margin-top: 10px;
    text-align: center;
}

.footer .copyright {
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.contact-inner li a {
    text-transform: lowercase;
}

.footer_title.timing {
    text-transform: capitalize;
}

.footer hr {
    background-color: #e1e1e1;
    height: 2px;
}

.footer .copyright {
    font-variant-numeric: inherit;
}

.footer_links {
    padding-left: 0;
}

@media (max-width:1080px) {
    .footer {
        background: #f7f7f7;
        padding-top: 50px;
        padding-bottom: 0;
        border-top: 1px solid #E1E1E1;
        height: fit-content;
        margin: 0;
        position: absolute;
        width: 100%;
    }

    .footer .footer_grid {
        display: flex;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .copyright {
        font-variant-numeric: inherit;
        text-align: center;
        padding: 10px;
        border-top: 1px solid #ccc;
    }
}

/* footer-close */


/* service-inner*/

.service-inner {
    background-color: white !important;
}

.service-nav-main .nav-wrapper li a {
    color: var(--section-head-color) !important;
    font-weight: 500;
}

.service-nav-main .nav-wrapper li a::before {
    background: var(--section-head-color) !important;
}

.service-nav-main .nav-logo p {
    color: var(--section-head-color);
}

.srvce-nav-btm-line {
    height: 1px;
    border-top: 1px solid #e1e1e1 !important;
    width: 95%;
    margin: 0 auto;
    margin-top: 8px;
    opacity: 1 !important;
}

.service-section {
    padding-top: 225px;
}

.product-imgae-wrap {
    gap: 23px;
}

.product-img-list img {
    width: 100%;
}

.product-img-list .img-wrap {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.service-section .section-wrap {
    gap: 34px;
    margin: 0 102px;
}

.service-section .right-section h2 {
    font-size: 35px;
    font-family: var(--primary-font);
    line-height: 38px;
    color: var(--section-head-color);
    margin-bottom: 39px;
    text-transform: uppercase;
}

.service-section .right-section p {
    font-size: 15px;
    font-weight: 200;
    font-family: var(--secondary-font);
    line-height: 24px;
    color: #333333;
}

/* related-product styles */

.related-product-section,.service-section{
    height: auto;
}
.related-product-section{
    padding:100px 0;
    overflow-x: hidden !important;
}
.product-img-wrapper{
    gap: 16px;
}
.related-product-section h2{
    font-size: 30px;
    line-height: 38px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 36px;
}
.contact-sec-outer .contact_wrapper{
    padding-top: 0;
}
.product-main-img{
    width: 385px;
    height: auto;
}
.product-main-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;  
    }
@media (max-width:1400px) {
    .service-section .section-wrap {
        gap: 25px;
        margin: 0
    }
    .service-section .right-section h2{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .service-section .right-section p {
        font-size: 13px;
    }


}
@media (max-width:980px) {
    .service-section .section-wrap {
        gap: 0;
        margin: 0;
        flex-direction: column;
    }

    .product-main-img img{
        margin-bottom: 30px;
    }
    
    .left-section{
        width: 100%;
    }

    .product-imgae-wrap{
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .product-main-img {
        width: 100%;
    }
    .product-img-list .img-wrap {
        width: 170px;
    }
    .product-img-list{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
   
    .service-section {
        padding-top: 140px;
    }
    .service-section .right-section {
        margin-bottom: 30px;
    }
    .product-img-wrapper{
        flex-direction: column;
    }
    .related-product-section {
        padding: 60px 0;
    }

}
@media (max-width:600px) {
.product-img-list .img-wrap {
        width: 115px;
    }
    .product-main-img {
        width: 100%;
    }
}