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

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* outline: none; */

}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;


}



body {

    scroll-behavior: smooth;
    font-family: var(--frist--font);
    font-weight: 400;
    background-color: var(--frist--color);
    overflow-x: hidden;

}

#main {
    position: relative;
    overflow: hidden;
}

:root {
    --frist--color: #242424;
    --liner-grdient: linear-gradient(119deg, #E69C86 0%, #FFF 30.81%, #FFDFD5 62.33%, #FFAD94 100%);
    --frist--font: 'Poppins', sans-serif;
    --white--color: #ffffffa3;
    --bg-background: #242424;
    --polygon: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    --size: 400px;
    --rotation: 0;
    --offset: 10px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

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

.main-home-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;


}

.navbar-bg .nav-link {
    font-weight: 500;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 17px;
    margin-right: 20px;
}

.navbar-toggler i {
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 17px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #FFAD94;
}
.logo {
    transition: background-color 0.3s ease;
    position: fixed;
  }
  
  .night-mode  {
    background: rgba(30, 25, 22, 0.792);
  }
.navbar-bg {
    /* background: #39312B;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */

    z-index: 999999;
    position: fixed;
    left: 0;
    right: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    width: 60%;
}

.logo-content {
    display: flex;
    flex-direction: column;
    padding-left: 5px;


}

.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown .dropdown-menu {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(20px);
    padding: 20px 0px;
    width: 240px;
    opacity: 0;
    display: none;
    background-color: #454545;
}

.dropdown:hover .dropdown-menu {
    margin-top: 0;
    /* remove the gap so it doesn't close */
    transform: translateY(0);
    opacity: 1;
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

.dropdown-item {
    font-weight: 500;
    font-size: 16px;
    color: var(--white--color);
}

.logo-main {
    width: 7%;
}

.logo-content h2 {
    color: #ffffffa3;
    font-size: 15px;
    text-transform: uppercase;
}

.logo-content p {
    font-size: 11px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 0px;

}

.main-home-banner {
    position: relative;

    padding: 0px 0px;
    padding-bottom: 50px;
    height: 100vh;
    /* background-color: #272727; */

    display: flex;
    justify-content: center;
    align-items: center;

}

.sub-home-banner {
    text-align: center;

}

.imgone {
    position: absolute;
    top: -200px;
    left: 0px;
}

.imgtwo {
    position: absolute;
    top: -200px;
    right: 0px;
}

.main-logo-banner {
    position: relative;
    height: 350px;
    width: 100%;
    transform: scale(0.8);
}

.logo-banner-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.logo-banner-ring {
    animation: logoani 10s linear infinite;

}

@keyframes logoani {
    0% {
        transform: rotate(0deg);
    }

    

    100% {
        transform: rotate(360deg);
    }

}

.banner-content h2 {
    font-size: 35px;
    font-weight: 600;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 1.5px;
    margin-bottom: 10px;

}

.banner-content {
    color: #fff;
    font-size: 16px;
}

.main-heading-banner {
    /* position: absolute;
    top: 10%;
    left: 30%;

    text-align: center; */
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}



.about-us-home-content h2 {
    font-size: 90px;
    letter-spacing: 9px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--liner-grdient);
    -webkit-text-stroke: 8px transparent;
    line-height: 1.2;
    -webkit-background-clip: text;
    padding-left: 5px;




/* 
    font-size: 90px;
    letter-spacing: 9px;
    background: var(--liner-grdient);
    -webkit-background-clip: text;
    text-transform: capitalize;
    -webkit-text-stroke: 8px transparent;
    line-height: 1.2; */

}

.about-us-home-content p {
    color: var(--white--color);
    font-size: 24px;
    text-transform: uppercase;
}

.sub-content-aboutus p {
    color: var(--white--color);
    font-size: 18px;
}

.about-us-bg {
    position: relative;
}

.overlay-aboutus img {
    width: 55%;

}

.overlay-aboutus {
    position: absolute;
    top: 10px;
    left: -60px;
    z-index: -1;

}

.about-us-bg {
    padding: 100px 0px;
}

.about-us-home-content {
    position: relative;
}

.about-us-home-content:after {
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: -20px;
    position: absolute;
    background: var(--liner-grdient);
}

.main-aboutus-content-bg {
    opacity: 1;
}




.main-content-carousel {
    padding-left: 0px;
}

.main-content-carousel h5 {
    font-size: 25px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-content-carousel h5:before {

    content: "";

    position: absolute;
    top: 50%;
    left: -120px;
    right: 0;
    width: 25%;
    height: 8px;
    background: var(--liner-grdient);
    transform: translateY(-50%);
}

.main-content-carousel ul {
    list-style: none;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 1px;
    color: var(--white--color);
    padding-left: 0rem;
    text-transform: uppercase;
}


/* CAROUSEL CARD */

.carousel-about-card {
    display: flex;

    background: linear-gradient(180deg, rgb(78, 78, 78) 0.42%, rgb(78, 78, 78) 100%);
    box-shadow: inset 0px -2px 2px rgba(253, 253, 253, 0.5);
    backdrop-filter: blur(250px);

    border-radius: 40px;
    padding: 20px;
    width: 90%;
    margin: auto;
}

.carousel-aboutimg {
    width: 60%;

}

.carousel-aboutimg img {
    border-radius: 20px;
}

.cacrousel-aboutimg-content {
    width: 40%;
    padding-left: 20px;
}

.cacrousel-aboutimg-content h5 {
    font-size: 24px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: relative;
    font-weight: 600;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    text-transform: uppercase;

}

.cacrousel-aboutimg-content p {
    color: var(--white--color);
    font-size: 14px;
}



.overlay-aboutus-right {
    position: absolute;
    right: -30%;
    top: -70px;
    z-index: -1;
}

.overlay-aboutus-right img {
    width: 50%;

}


/* .carousel-about-card {
    position: absolute;
} */

/* #cardone {
    position:absolute; 
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 85%;
  
}

#cardtwo {
    position:absolute; 
    top: 20px;
    left: 35px;
    z-index: 2;
    width: 85%;
}

#cardthree {
    position:absolute; 
    top: 70px;
    left: 70px;
    z-index: 1;
    width: 85%;
  
} */

/* MISSION AND VISION */
.our-target-section {
    padding-top:80px;
}
.our-mission-card-bg {
    background: rgba(78, 78, 78, 0.2);
    box-shadow: inset 4px -2px 2px rgba(253, 253, 253, 0.5);
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    padding: 40px 40px;
    border-radius: 20px;
   
}

.our-mission-card-bg:nth-child(2) {
    margin-top: 80px;
}

.our-mission-heading {
    position: relative;
}

.our-mission-heading::after {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -18px;
    content: "";
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);

}

.our-mission-heading h5 {
    font-size: 30px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.our-mission-heading p {
    color: var(--white--color);
    font-size: 17px;
    text-transform: uppercase;
}

.sub-para-mission p {
    color: var(--white--color);
    font-size: 16px;
}

.our-target-main-bg {
    position: relative;
   
}

.overlay-mission-left {
    position: absolute;
    left: -50px;
    top: 80px;
    z-index: -1;


}

.overlay-mission-left img {
    width: 70%;
}

.overlay-mission-right img {
    width: 60%;
}

.overlay-mission-right {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    z-index: -1;
}

#vision {
    margin-bottom: 40px;
}



/* SERVICE */

.ourservice-main-bg {
    padding: 120px 0px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.service-overlay{
    position: absolute;
    right: 0;
    top: -200px;
    z-index: -1;
    text-align: end;
}
.service-overlay img{
    width: 90%;
  
}
.overlay-ourservice-left {
    position: absolute;
    top: -60px;
    left: -80px;
    z-index: -1;

}

.overlay-ourservice-left img {
    width: 50%;
}

.service-content-main h5 {
    font-size: 90px;
    letter-spacing: 9px;
    background: var(--liner-grdient);
    -webkit-background-clip: text;
    text-transform: capitalize;
    -webkit-text-stroke: 8px transparent;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 5px;
}

.consultancy-heading h5 {
    font-size: 70px;
}

.sub-content-sevice {
    margin-top: 20px;
}

.service-content-main {
    position: relative;
}

.service-content-main::after {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25px;
    content: "";
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);

}

.service-content-main p {
    font-size: 17px;
    color: var(--white--color);
}

.subservice-content-main p {
    font-size: 18px;
    color: var(--white--color);
    position: relative;
    z-index: 3;
}

.consultancy-service-heading h5 {
    font-size: 40px;
    /* background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */

    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    text-transform: uppercase;
}

.consultancy-service-heading {
    position: relative;
}

.main-aboutus-service-carousel {

    display: none;
}

.consultancy-service-heading::after {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -18px;
    content: "";
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);

}

.consultancy-service-heading p {
    font-size: 22px;
    color: var(--white--color);
    letter-spacing: 1px;
}


/* SERVICE CAROUSEl */

.service-card-bg {
    /* background: rgba(78, 78, 78, 0.4); */
    border-radius: 12px;
    padding: 40px 40px;
    position: relative;
    background: rgba(78, 78, 78, 0.2);
    box-shadow: inset -3px 3px 18px rgba(255, 255, 255, 0.3);
    /* -webkit-box-shadow: inset -1px 4px 16px 0px rgba(150,95,46,0.94);
    -moz-box-shadow: inset -1px 4px 16px 0px rgba(150,95,46,0.94);
    box-shadow: inset -1px 4px 16px 0px rgba(150,95,46,0.94); */
    backdrop-filter: blur(25px);
    transform: scale(0.8);
    opacity: 0.5;
    transition: all 0.7s ease-in-out;


}

.consultancy-service-section .owl-item.active.center .service-card-bg {
    transform: scale(1.15);
    opacity: 1;

}

.consultancy-service-section .owl-carousel .owl-stage-outer {
    padding: 50px 0px;
}

.trade-carousel .owl-stage-outer {
    padding: 180px 0px;
    padding-top: 20px;
}

.trade-carousel .trade-card-bg {
    /* transform: translateY(0px);
    transition: all 0.7s ease-in-out; */

}

.trade-carousel .owl-item.active.center .trade-card-bg {
    /* transform: translateY(150px);
    opacity: 1; */

}

.service-card-bg::after {
    width: 100%;
    height: 100%;
    background: rgba(78, 78, 78, 0.2);
    top: 0;
    left: 0;
    content: " ";
    border-radius: 5px;
}


.consultancy-service-main-bg {
    position: relative;
    margin-top: 150px;
}

.overlay-consultancyservice-right {
    position: absolute;
    right: -160px;
    top: -125px;
    z-index: -3;
}

.overlay-consultancyservice-right img {
    width: 75%;
}

.service-card-overlay-left {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
    z-index: -3;
}

.service-card-overlay-left img {
    width: 60%;
    opacity: 0.5;

}

.service-card-overlay-right img {
    width: 60%;
    opacity: 0.6;
}

.service-card-overlay-right {
    position: absolute;
    top: -200px;
    right: -300px;
    z-index: -1;
}

.consultancy-service-section {
    margin-top: 20px;
    overflow: hidden;
}

.service-card-content h2 {
    font-size: 22px;
    font-weight: 600;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    min-height: 30px;
}

.service-card-content p {
    color: var(--white--color);
    font-size: 15px;
}

.service-card-btn .main-btn {

    font-size: 15px;
    font-weight: 600;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

.service-card-btn {
    background: rgba(37, 37, 37, 0.8);
    box-shadow: 0px 1px 3px rgba(212, 202, 199, 0.5);
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-flex;
}

.service-mainservice-content {
    position: relative;
}

.service-mainservice-content:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: -18px;
    top: 0;
    background: var(--liner-grdient);
}

.consultancy-service-section {
    overflow-x: hidden;
}

.trade-mainservice-content {
    position: relative;
    padding: 0px 10px;

}

.trade-mainservice-content:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: -10px;
    top: 0;
    background: var(--liner-grdient);
}

.trade-section-bg {
 
    margin-top: 80px;
    padding-bottom: 200px;
    position: relative;


}

.trade-section-bg .consultancy-service-heading {
    margin-bottom: 60px;
}

.overlay-tradeservice-left {
    position: absolute;
    top: -60px;
    left: -150px;
}

.overlay-tradeservice-right {
    position: absolute;
    text-align: end;
    top: -100px;
    right: -150px;
}

.overlay-tradeservice-left img {
    width: 60%;
}

.overlay-tradeservice-right img {
    width: 60%;
}

.trade-carousel .owl-prev span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 40px;
    padding: 40px;
    background-color: antiquewhite;
}


.owl-slide-in {
    animation: slide-in 0.5s ease;
}

.owl-slide-out {
    animation: slide-out 0.5s ease;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}


.trade-card-bg {
    background: rgba(78, 78, 78, 0.598);
    padding: 40px 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    width: 85%;
    margin: auto;


}

.swiper-3d .swiper-slide-shadow-left {
    background: transparent !important;
}

.swiper-3d .swiper-slide-shadow-right {
    background: transparent !important;
}

.trade-card-bg:hover {
    /* opacity: 1; */

}

/* .trade-service-card-section .owl-carousel .owl-stage-outer {

    padding: 150px 0px;
    padding-bottom: 200px; 

} */

.trade-innercard-section {
    margin: 0px 20px;
    padding: 150px 0px;

}

.trade-carousel {
    padding: 50px 0px;
}


.button-section {
    position: relative;
}

.trade-card-content h2 {
    font-size: 22px;
    font-weight: 600;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.trade-card-content p {
    color: var(--white--color);
    font-size: 15px;
}

.card-trade-right {
    position: absolute;
    width: 32%;

    right: -70px;
    transform: translateY(-130px) translateX(-100px);

}

.card-trade-center {
    position: absolute;
    width: 32%;
    left: 37%;
    transform: translateY(200px);
}

.card-trade-left {
    position: absolute;
    width: 32%;
    transform: translateX(30px);


}

.main-style-trade-card {
    display: flex;

    justify-content: space-between;
    position: relative;
}


.client-img {
    width: 330px;
    height: 250px;
    background-color: #fff;
    border-radius: 20px;
}

.testmonial-carousel-section {

    margin-top: 60px;
    position: relative;
}

.testmonial-section-bg {
    position: relative;
}

.overlay-testmonial-left {
    position: absolute;
    top: -60px;
    left: -60px;
    z-index: -1;
}

.overlay-testmonial-right {
    position: absolute;
    right: -140px;
    top: -80px;
    z-index: -2;
}

.overlay-testmonial-right img {
    width: 70%;
}

.overlay-testmonial-left img {
    width: 50%;
}


/* .testmonial-sub-card-section .card-bg {
    width: 90%;
    margin: auto;
    background: rgba(78, 78, 78, 0.2);
    box-shadow: inset 4px -2px 2px rgba(253, 253, 253, 0.5);
    backdrop-filter: blur(25px);
    padding: 40px;


    border-radius: 20px;
    z-index: 1 !important;

} */

.testmonial-card {
    padding: 40px;

}

.testmonial-sub-card-section .card-bg {
    width: 80%;
    margin: auto;
}

.testmonial-owl .testmonial-card {
    width: 100%;
    margin: auto;
    background: rgba(78, 78, 78, 0.2);
    box-shadow: inset 4px -2px 2px rgba(253, 253, 253, 0.5);
    backdrop-filter: blur(25px);



    border-radius: 20px;
    z-index: 2;
}

.client-info {
    padding-left: 20px;
}

.client-info h6 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.client-img {
    position: relative;
    overflow: hidden;
}

.client-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-info p {
    font-size: 16px;
    color: var(--white--color);
}

.testmonial-main-section {
    position: relative;
}

.swiper-button-next {
    position: absolute;
    top: 80% !important;
    right: 20px !important;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);

}

.swiper-button-prev img {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
}

.swiper-button-prev:hover img {
    transform: rotate(-40deg);
}

.swiper-button-next img {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
}

.swiper-button-next:hover img {
    transform: rotate(40deg);
}

.swiper-button-next::after {
    content: "" !important;
}

.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-prev {
    position: absolute;
    top: 20% !important;
    left: 10px !important;
    z-index: 1 !important;



}

.swiper-button-next,
.swiper-button-prev {
    transform: scale(4.3);
}

.testmonial-sub-card-section {
    position: relative;
}

.testmonial-carousel-section {
    margin-top: 100px;
}

/* CONATCT US */

.conatctus-main-section {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
   
}

.social-media-card {
    display: flex;
    margin-top: 30px;
}

.social-media-icon i {
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 1px;
}

.social-media-content {
    margin-left: 20px;

}

.social-media-content a {
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 17px;
    font-weight: 500;


}

.form-main-content-card p {
    font-size: 17px;
    font-weight: 500;

    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 5px;

}

.form-main-content-card {
    margin-bottom: 20px;
}

.form-main-content-card input {

    background: rgba(37, 37, 37, 0.20);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
    width: 100%;
    outline: 0;
    padding: 5px 10px;
    color: var(--white--color);
    font-size: 15px;
    border: 0px;
    border-bottom: 1px solid;


}

.form-main-content-card textarea {
    background: rgba(37, 37, 37, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 100%;
    outline: 0;
    padding: 5px 10px;
    color: var(--white--color);
    font-size: 15px;
    border: 0px;
    border-bottom: 1px solid;
}

.form-main-content {
    width: 80%;
    margin-left: auto;

}

.contactus-form-section {
    margin-top: 80px;
}

.contactus-form-bg {
    /* background: rgba(78, 78, 78, 0.1);
    box-shadow: 4px 0px 40px rgba(0, 0, 0, 0.4), inset 4px -2px 2px rgba(253, 253, 253, 0.5);
    backdrop-filter: blur(25px); */
    border-radius: 40px;
    background: rgba(78, 78, 78, 0.10);
    box-shadow: 4px -2px 2px 0px rgba(253, 253, 253, 0.50) inset, 4px 0px 40px 0px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(20px);
    padding: 40px;
    width: 95%;
    margin: auto;
    /* border-radius: 25px; */
   z-index: 5;
    position: relative;

}

.conatctus-text-left {
    position: absolute;
    top: 320px;
    left: -240px;
    z-index: -1;
}

.conatctus-text-right {
    position: absolute;
    top: 180px;
    right: -240px;
    z-index: -1;
}

.conatctus-text-left h5 {

    font-size: 80px;
    background: var(--liner-grdient);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    opacity: 0.3;
    transform: rotate(90deg);

}

.conatctus-text-right h5 {

    font-size: 80px;
    background: var(--liner-grdient);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    opacity: 0.3;
    transform: rotate(-90deg);

}



.form-main-content-card .main-btn {

    padding: 10px 20px;
    border: 0px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    color: black;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;


    box-shadow: 0px 1px 3px rgba(212, 202, 199, 0.5);
}

.conatct-us-overlay {
    position: absolute;
    bottom: -130px;
    right: -300px;
    z-index: -1;
}

.conatct-bg-overlay {
    position: absolute;
   
  
    left: -80px;
    top: 100px;
    opacity: 0.9;
    transform: scale(0.9);
}
.conatct-bg-overlay-right{
    position: absolute;

    right: -80px;
    bottom: -150px;
    opacity: 0.9;
    transform: scale(0.9);
}

.services-wave-overlay {
   width: 100%;
    position: absolute;
    z-index: -2;
    
    bottom: -120px;
}
.services-wave-overlay-bottom{
    position: absolute;
    z-index: -1;
   
    bottom: -60px;
}

.trade-wave-overlay-bottom {
    position: absolute;
    z-index: -1;
    top: -20px;
}

.conatct-us-overlay img {
    width: 50%;
}

.cricle-right {
    width: 400px;
    height: 400px;
    filter: blur(200px);
    background-color: #ff983d5c;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 120px;
    right: 0;
    -webkit-filter: blur(200px);
}

.footer-list-point a {
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 500;
    text-transform: uppercase;


}

.contact-footer-point a {
    text-transform: none;
}

.footer-list-point ul {
    padding-left: 0px;
    list-style: none;
}

.footer-list-point li {
    margin-top: 8px;
}

.footer-list-point h6 {
    background: linear-gradient(97.56deg, rgba(230, 156, 134, 0.8) 10.23%, rgba(255, 255, 255, 0.8) 36.2%, rgba(255, 223, 213, 0.8) 62.78%, rgba(255, 173, 148, 0.8) 94.53%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;

}

.points-list {
    position: relative;
    margin-bottom: 30px;
}

.points-list::after {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 70%;
    height: 2.5px;
    background: var(--liner-grdient);


}

.footer-bg-section {
    background: linear-gradient(100.99deg, rgba(132, 76, 26, 0.1) 3.84%, rgba(255, 255, 255, 0.1) 97.73%);
    box-shadow: 4px 0px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(25px);
    padding: 40px 0px;
    /* margin-top: 80px; */
    position: relative;
}

.contact-left-overlay {
    position: absolute;
    bottom: -60px;
    left: -100px;
    z-index: -1;
    opacity: 0.5;
}

.contact-left-overlay img {
    width: 70%;
}
.footer-overlay-hex {
    position: absolute;
    bottom:0;
    right: 0;
    z-index: -1;
    text-align: end;

}
.footer-overlay-hex  img {
    width: 50%;
}
.footer-main-section {
    z-index: 2;
}

.contact-right-overlay {
    position: absolute;
    top: -60%;
    right: -190px;
    z-index: -2;
    opacity: 1;
}

.contact-right-overlay img {
    width: 60%;
}

/* SERVICE PAGE */
.service-page-heading-banner {

    /* background-image: url('../images/home/banner2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
    margin-top: 100px;
    position: relative;

}

.service-page-heading-banner .map-banner {
    height: 60vh;
}
.consultancy-page-banner .map-banner {
    height: 80vh;
}


.service-content-main p {
    background: var(--white--color);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 24px;
    margin-right: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.sub-content-sevice p {
    font-size: 18px;
    color: var(--white--color);
}

/* .service-content-main h5 {
    text-transform: uppercase;
} */

.service-type-img {
    width: 400px;
    height: 450px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: linear-gradient(124deg, rgba(132, 76, 26, 0.523) 0%, rgba(217, 217, 217, 0.153) 100%);
    position: relative;
}

/* .hexagon {
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 225px solid rgb(255, 246, 246);
    opacity: 0.5;
} */


.service-type-img svg {

    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;


    z-index: 1;
}

.service-type-img::before {
    border: 10px solid #fff;
}

.content-service-type span {
    color: #fff;
}

.content-service-type p {
    font-size: 20px;
    color: var(--white--color);
}

.sub-parent-service {
    width: 50%;



}

.service-main-service-type {
    position: relative;
    padding: 270px 0px;
    margin-top: 120px;
}

.service-main-service-type .left-img {
    position: absolute;
    top: -10%;
    left: 0;
}




.service-main-service-type .right-content {
    position: absolute;
    top: 15%;
    right: 60px;
}

.service-main-service-type .right-img {
    position: absolute;
    top: 50%;
    right: 0;
}

.service-main-service-type .left-content {
    position: absolute;
    bottom: 5%;
    left: 60px;
    text-align: right;
}

.content-service-img h5 {
    font-size: 27px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-contactus-section {
   padding: 200px 0px;
   padding-bottom: 100px;
}




/* Just for demo */

/* .hexagon {
    display: inline-block;
    margin: 20px;
  } */


.svg-main-bg {
    position: relative;
}

.one-svg {
    position: absolute;
    top: 0;
}

.two-svg {
    position: absolute;
    top: 0px;
}

.two-svg .polygon {
    fill: linear-gradient(124deg, rgba(132, 76, 26, 0.523) 0%, rgba(217, 217, 217, 0.153) 100%);
}


/* CONSULTANCY PAGE */
.consultancy-page-banner-style {
    background-image: url('../images/home/banner2.png');

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    

}

.consultancy-page-banner {
    position: relative;

    padding: 50px 0px;
    padding-top: 100px;
    padding-bottom: 100px;

}

.consultancy-img {
    position: relative;
    text-align: center;
}

.consultancy-overlay {
    position: absolute;
    top: 10px;
    left: 80px;
    z-index: -1;
}

.consultancy-main-content {
    padding-left: 30px;
}

.consultancy-main-content h5 {
    font-size: 30px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    position: relative;
}

.consultancy-main-content h5:after {
    height: 100%;
    width: 5px;
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    background: var(--liner-grdient);
}

.consultancy-main-content p {
    color: var(--white--color);
    font-size: 17px;
    margin-top: 30px;
}

.consultancy-service-one {
    position: relative;
    margin-bottom: 130px;
}

.overlay-consultancy-card {
    position: absolute;
    top: 80%;
    left: 30%;
    opacity: 0.5;
    z-index: -2;
}

.overlay-consultancy-card img {
    width: 55%;
}

.overlay-consultancy-card-sec {
    left: 30%;
    top: 75%;
}

/* .subservice{
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.subservice.active {
    transform: translateY(0px);
    opacity: 1;
   
} */

.am-next,
.am-prev,
.text-next,
.text-prev {
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.40) 0%, rgba(97, 97, 97, 0.40) 100%);
    box-shadow: 0px -2px 5px 0px rgba(255, 255, 255, 0.60) inset;
    border-radius: 50%;
    outline: 0;
    border: 0;
    /* border: 2px solid;
    border-color: #fad9ce; */
}

.text-next {
    position: absolute;
    bottom: 120px;
    left: -80px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    z-index: -2;
}

.text-prev {
    position: absolute;
    bottom: 120px;
    right: -90px;

    z-index: -2;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.am-next {
    position: absolute;
    bottom: 120px;
    left: 0px;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}

.text-prev:hover {
    transform: rotate(0deg);
}

.text-next:hover {
    transform: rotate(0deg);
}

.am-next:hover {

    transform: rotate(0deg);
}

.am-prev:hover {

    transform: rotate(0deg);
}

.am-prev {
    position: absolute;
    bottom: 120px;
    right: 0px;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}

.prev-icon {

    font-size: 55px;
    background: var(--liner-grdient);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    -moz-background-clip: text;
    -moz-text-stroke: 3px transparent;
}

.am-next:focus {
    box-shadow: none;
}

.owl-prev {
    background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
}

/* GSAP HEADING ANIMATION */

.service-content-main {
    animation: fadeInLeft;
    animation-duration: 2.5s;
}

.sub-content-sevice {
    animation: fadeInLeft;
    animation-duration: 2.5s;
}

/* .service-content-main{
    transform: translateY(100px);
    opacity: 0;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
   
} */

/* .svg-main-bg {
    width: 450px;
    height: 450px;
    position: relative;
    background: linear-gradient(5deg,#844c1a27, #d9d9d94c);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: rgb(113, 5, 5) 0px 3px 8px;
    stroke: 5px solid red;
   
} */
.svg-main-img {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.submain-hexgaon {
    position: absolute;
    top: 0;
    /* left: 80px;     */
}

/* .svg-main-img:after{
   position: absolute;
   top: 0;
   left: 40px;
    width: 80%;
    height: 100%;
    display: flex;
    margin: auto;
    content: "";
    background: #fff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: rotate(30deg);

 
}  */
.text-reveal h2 {
    overflow: hidden;
}

.split-text span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    color: #fff;
}

.split-text {
    color: #fff;
}

.outer {
    width: var(--size);
    aspect-ratio: 1/0.9;
    background: var(--liner-grdient);
    display: grid;
    place-items: center;
    clip-path: var(--polygon);
    animation: rotate 2s ease-in-out infinite;
    position: relative;
    transform: rotate(180deg);
    transform-origin: center;
}

.inner {
    width: calc(100% - var(--offset));
    aspect-ratio: 1/0.9;
    background: var(--bg-background);
    clip-path: var(--polygon);
}


.inner-bg .inner {

    background: linear-gradient(102deg, rgba(132, 76, 26, 0.45) 0%, rgba(217, 217, 217, 0.098) 100%);
    opacity: 0.4;
    transition: all 0.9s ease-in-out;
}

.outer-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
    transition: all 0.9s ease-in-out;

}

.main-hexgaon {
    transform: rotate(0deg);
    transition: all 0.9s ease-in-out;
}

.submain-hexgaon {
    transform: rotate(30deg);
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.inner-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-bg .outer {
    background: transparent;
    transform: scale(0.999);

}

.svg-main-img:hover .main-hexgaon {
    transform: rotate(60deg);
}

.svg-main-img:hover .submain-hexgaon {
    transform: rotate(90deg);
    opacity: 1;
}

.svg-main-img:hover .outer-bg {
    opacity: 1;
}

.svg-main-img:hover .inner-bg .inner {
    opacity: 1;
}

.square {
    width: 400px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.soical-icon i {
    font-size: 22px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    opacity: 0.5;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
    border-color: #FFAD94;
}
.soical-icon img{
    width: 70%;
}

.social-media-icon-bg {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: start;
}

.overlay-consultancy-right {
    position: absolute;
    right: -300px;
    top: -10%;
    z-index: -1;
}


.aboutcarousel-main-bg {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;


}

.overlay-consultancy-right img {
    width: 50%;
}

.overlay-consultancy-left img {
    width: 90%;
}

.overlay-consultancy-left {
    position: absolute;
    top: 150px;
    left: -100px;
    z-index: -1;
}


.main-content-carousel-bg {
    height: 550px;
    position: relative;
    overflow: hidden;
    z-index:99999 !important;

}

.main-content-carousel {}

.swiper-3d .swiper-slide-shadow {
    background: transparent !important;
}

.location-section {
    position: absolute;
    top: 53%;
    left: 55%;
    text-align: center;
}

.singapore {
    top: 73%;
    left: 69%;
}

.malashiya {
    top: 71%;
    left: 68%;
}

.india {
    top: 63%;
    left: 63%;
}

.china {
    top: 57%;
    left: 67%;
}

.thalialand {
    top: 290px;
    right: 200px;
}

.location-section h2 {
    font-size: 22px;
    color: #848484;
    letter-spacing: 1.5px;
    text-transform: uppercase;


}

.location-section i {
    font-size: 18px;
    color: #bcbcbc;

}

.icon-map {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    background-position: left top;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 8s;
}

@keyframes bounce {



    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-60px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

.addressname {
    text-transform: capitalize;
}


.maincarousel-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.carousel-aboutcard-main {
    top: 400px;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.carousel-aboutcard-main.active {
    display: block;
    top: 0px;
}

.main-content-carousel {
    cursor: pointer;
}

.main-content-carousel ul li {
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.5 ease-in-out;
}

.main-content-carousel ul li.active {
    font-size: 17px;
    font-weight: 600;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    transition: all 0.7s ease-in-out;

    text-transform: uppercase;
}

.whtsapp-icon {
    position: fixed;
    padding: 10px;

    background-color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 99;

    box-shadow: rgba(255, 188, 134, 0.114) 0px 7px 29px 0px;

}

.whtsapp-icon {
    bottom: 110px;
    right: 20px;
}

.whtsapp-icon .soical-icon i {
    font-size: 22px;
}

.scroll-top .soical-icon i {
    font-size: 16px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    opacity: 1;

}

.whtsapp-icon .soical-icon i {
    font-size: 16px;
    background: var(--liner-grdient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    opacity: 1;
}

.scroll-top {
    position: fixed;
    padding: 10px;
    z-index: 99;

    background-color: #242424;
    right: 20px;
    bottom: 40px;
    border-radius: 10px;

    box-shadow: rgba(255, 188, 134, 0.1) 0px 7px 29px 0px;
    opacity: 1;
    transition: .3s;
    cursor: pointer;

}

.scroll-top .soical-icon i {}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.trade-button .am-next {
    bottom: -10px;
    left: 30px;

}

.trade-button .am-prev {
    bottom: -10px;
    right: 30px;

}

.trade-button .am-prev,
.am-next {
    /* box-shadow: 0px -0.3px 2px 0px rgb(255 255 255 / 53%) inset; */
}

.trade-button .am-next,
.am-prev {
    width: 27px;
    height: 27px;
}

.trade-button .prev-icon {
    font-size: 16px;
    -webkit-text-stroke: 1px transparent;
}

.trade-button .am-next {
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}

.consultancy-service-main-bg .owl-nav {
    display: none;
}

.navbar .dropdown-toggle {
    padding-right: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.social-media-icon-bg .soical-icon i {
    font-size: 16px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.conatct-us-overlay-shape {
    position: absolute;
    top: -100px;
    right: 0;
    width: 40%;
}



/* canvas {
  
    top: 0;
    left: 0px;
    width: 100vw;
    height: 100vh;
    outline: none;
    pointer-events: none;
  } */




/* NEW STYLE CSSS */

#aboutus {
    /*background: rgba(57, 49, 43, 0.50);*/

}

.carousel-about-card {
    width: 100%;
}

.aboutcarousel-main-bg {
    /*background: rgba(57, 49, 43, 0.50);*/
    margin: 0px;
    padding-top: 70px;
}

.our-target-main-bg {
    /*background: rgba(57, 49, 43, 0.50);*/
    padding-bottom: 50px;
    position: relative;
    z-index: 10;

}

.service-card-bg {
    /* background: rgba(78, 78, 78, 0.4); */
    border-radius: 12px;
    padding: 40px 40px;
    position: relative;
    background: #4e4e4e79;
    /* box-shadow: inset -3px 3px 18px rgba(255, 255, 255, 0.3); */
    /* -webkit-box-shadow: inset -1px 4px 16px 0px rgba(150,95,46,0.94);
    -moz-box-shadow: inset -1px 4px 16px 0px rgba(150,95,46,0.94);
    box-shadow: inset -1px 4px 16px 0px rgba(150,95,46,0.94); */
    /* backdrop-filter: blur(25px); */
    transform: scale(0.8);
    opacity: 0.5;
    transition: all 0.7s ease-in-out;


}

.consultancy-service-section .owl-item.active.center .service-card-bg {
    transform: scale(1.15);
    opacity: 1;
    background: #1a1a1ab6;
    box-shadow: -2px 2px 10px 0px rgba(255, 255, 255, 0.30) inset;
    backdrop-filter: blur(25px);

}

.trade-section-bg .swiper-slide-active .trade-card-bg {
   background: #1a1a1ab6;
    box-shadow: -2px 2px 10px 0px rgba(255, 255, 255, 0.30) inset;
}

.trade-card-bg {
    /* background: rgba(78, 78, 78, 0.598); */
    background: #4e4e4e79;
    padding: 40px 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    width: 85%;
    margin: auto;
    transition: all 0.7s ease-in-out;


}

.trade-section-bg .consultancy-service-heading h5 {
    margin-bottom: 70px;
}

.testmonial-section-bg {
    /*background: rgba(57, 49, 43, 0.50);*/
    padding: 70px 0px;
 
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.testmonial-card {
    border-radius: 20px;
    background: rgba(78, 78, 78, 0.20);
    box-shadow: 4px -2px 2px 0px rgba(253, 253, 253, 0.50) inset;
    backdrop-filter: blur(25px);
}


.hexagon {
    position: relative;
    margin: 1.2px;
    width: 100px;
    height: 110px;
    background: #242424;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: 2s;
    z-index: 1;
    /* box-shadow: 0px 0px 20.000003814697266px 0px #9D7366 inset;  */

}

.hexagon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #242424;
 
    z-index: 1000;
}




.stringOrRow {
    display: inline-flex;
    margin-top: -32px;
    margin-left: -50px;
}

.stringOrRow:nth-child(even) {
    margin-left: 1px;
}

#cursor {
    animation: anime 8s infinite ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px;
    /* background: linear-gradient(266deg, rgba(255,173,148,1) 0%, rgba(230,156,134,1) 100%); */
    border-radius: 0%;
    transform: translate(-50%, -50%);
     transform: rotate(45deg); 
    z-index: -1;
    transform-origin: left;
    transition: all 2s ease-in-out;
    opacity: 0.4;
    background: url('../images/home/golden.jpeg');
    background-size: cover;
    background-position: center;
}



@keyframes anime {
    0% {
     
      
        filter: blur(10);
        /* width: 100%; */
        transform: scale(1);
        /* transform: rotate(80deg) ; */
        opacity: 1;
    }


    50% {
       
       
        /* transform: rotate(250deg) ; */
        transform: scale(0.1);
        opacity: 0.4;
        /* width: 0%; */


    }
  



    100% {
       
        filter: blur(10);
        /* transform: rotate(80deg) ; */
        transform: scale(1);
        /* width: 100%; */
        opacity: 1;
       

    }
}

.over-conatct-us {
    position: relative;
    width: 470px;
    height: 450px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    opacity: 0.7;

}

.overlay-hexgaon-main {
    position: absolute;
    top: -50px;
    right: -60px;
    z-index: -1;
}

.overlay-hexgaon-main-trade{
    position: absolute;
    bottom: -80px;
    left: -70px;

    
}
.sevices-overlay-page{
    position: absolute;
    bottom: -180px;
    right: -70px;
}
.sevices-overlay-page .over-conatct-us {
    width: 400px;
    height: 400px;  
}
.overlay-hexgaon-main-trade .over-conatct-us {

    width: 300px;
    height: 300px;
    opacity: 0.3;
}

.raindow {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.mission-wave{
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0.5;
    z-index:-3;

}

.consultancy-wave {
    position: absolute;
    top: -250px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: -10;
}

.trade-overlay{
    position: absolute;
    top: -220px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
}


.about-overlay-right {
    position: absolute;
    top: -150px;
    right: 0;

}

.testmonial-wave{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: -1;
}

.conatctus-wave{
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: -1;
}
.our-service-overlay {
 
    transform: scale(0.9);
    position: absolute;
    top: 160px;
    right: -80px;
}

.map-banner {
  
   
    width: 100%;
   margin: auto;
height: 100vh;
position: absolute;
top: 0;
left: 0;
z-index: -2;
opacity: 0.7;
   
}
.map-banner svg {
  
   
    height: 100%;
    width: 100%; 
    /* max-width: 1200px; */
    margin: 0px auto;
 

}

.map-banner svg path{
    fill:  #292929;
    stroke: #fff;
    stroke-width: .25;
}

svg path:hover{
    fill: #454545;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  
}


path#AE::before{
    content: "";
    position: absolute;
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
}

.services-wave-overlay img{
    width: 100%;
}
.services-wave-overlay-bottom img,.services-wave-overlay-bottom {
    width: 100%;
}



/* path#AE {

  
    fill: rgba(255, 82, 82, 1);
    position: relative;
    animation: pulse-red 2s infinite;
	

} */


/*
     FILE ARCHIVED ON 14:33:55 Jan 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:22:06 Feb 28, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.572
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 17.394
  LoadShardBlock: 250.072 (3)
  PetaboxLoader3.datanode: 178.176 (4)
  PetaboxLoader3.resolve: 213.924 (2)
  load_resource: 184.722
*/