
:root {
    --bs-primary: #402063;
    --bs-primary-rgb: 98, 13, 117;
}

.btn-primary {
    --bs-btn-bg: #402063;
    --bs-btn-border-color: #402063;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #301252;
    --bs-btn-hover-border-color: #290e48;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #402063;
    --bs-btn-active-border-color: #321652;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #402063;
    --bs-btn-disabled-border-color: #402063;
}

/* Header */
.header{
    height: 70px;
    background-color: #402063;
    padding: 10px 0;
    text-align: center;
    position: sticky;
    top: 0;
    transition: background-color 0.3s ease;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.header{
    padding: 0 15px;
}
.header.scrolled {
    background-color: #2e1748;
}

/* Hero section */
.hero {
    position: relative;
    width: 100%;
    height: 70vh;
    background-color: #402063;
    background-size: cover;
    text-align: center;
    color: #FCB349;
    padding: 40px 70px 0;
    padding-bottom: 5px;
}

.hero-text {
    margin-bottom: 40px;
}

.hero-text h1 {
    font-size: 75px;
    line-height: 1;
    font-weight: bolder;
}

.hero-text h1>span {
    color: #2BBA4B;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 400;
}

.hero-btn {
    margin: 20px 0;
    padding-bottom: 30px;
}

.hero-button {
    background-color: #2BBA4B;
    color: white;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
}

.hero-button:hover {
    background-color: #45a049;
}

.hero-button:active,
.hero-button:focus {
    outline: none;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.4);
}

.hero-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.hero-footer p {
    margin-bottom: 0;
}

/* Media Queries */
@media (max-width: 992px) {
    .hero {
        height: 90vh;
        padding: 20px;
    }
    .hero-text h1 {
        font-size: 58px;
    }
}

@media (max-width: 768px) {
    .hero {
        height: 60vh;
        padding: 30px 20px 0;
    }
    .hero-text h1 {
        font-size: 48px;
        margin-bottom: 4rem;
    }
}

@media (max-width: 576px) {
    .hero {
        height: 70vh;
        padding: 30px 20px 0;
    }
}
/* Logo Marquee section */
.logo-marquee-section{
    background-color: #100f0f;
    padding: 30px 0;
	overflow-x: hidden;
}
.marquee-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150%;
}
.marquee-element{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 14.5vw; */
    background: #1a1a1a;
    height: 11vh;
    margin: 10px;
    border-radius: 15px;
}
.marquee-logo {
    height: auto;
    max-width: none;
    margin: 0 2vw;
    display: inline-block;
    padding: 5px;
}
.marquee-logo img {
    position: relative;
    height: 100%;
    max-height: 50px;
    width: 100%;
    object-fit: contain;
}
.marquee-image {
	color: #cccccc;
    transform: scale( 1.5 );
}

.marquee-inner{
    animation: m-scroll 5s linear infinite;
    animation-direction: reverse;
}
@keyframes m-scroll {
    from { transform: translateX(-80vw); }
    to { transform: translateX(20vw); }
}

@media only screen and (max-width: 768px) {
    .marquee-inner{
        display:flex;
    }
    .logo-marquee-section {
      padding: 15px 10px;
    }
    .marquee-element {
      margin: 5px;
      width: 200px;
      height: 8vh;
    }
    .marquee-logo {
      margin: 0 1vw;
      padding: 3px;
      height: auto;
      width: 500px;
    }
    .marquee-logo img {
      max-height: 35px;
      width: 100%;
    }
    .marquee-inner {
      animation: m-scroll 2s linear infinite;
      animation-direction: reverse;
    }
    @keyframes m-scroll {
      from { transform: translateX(-70vw); }
      to { transform: translateX(20vw); }
    }
}

.services{
    position: relative;
    padding: 100px 20px 0;
    text-align: center;
}
.service-title{
    font-size: 3.4rem;
    font-weight: bolder;
}
.service-cat{
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.s-item{
    /* background-color: #f8f8f8; */
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    justify-items: center;
    margin-bottom: 25px;
    font-size: 13px;
}
.s-icon{
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #f8f8f8;
    margin-right: auto!important;
    margin-left: auto!important;
}
.s-icon img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: auto!important;
}

.s-desc h6{
    font-size: inherit;
    font-weight:bold;
    overflow: hidden;
    color: #0e0e0e;
    margin-bottom: 2px;
}
.s-desc {
    margin-bottom: 5px;
}

.service-footer {
    margin-left: auto!important;
    margin-right: auto!important;
    bottom: 0;
    width: 50%;
    text-align: center;
    background-color: #b2b2b2;
    /* background-color: #acc6b2; */
    height: 300px;
    border-radius: 25px 25px 0 0;
}
.service-footer .carousel-item, .service-footer .carousel-inner{
    height: inherit;
    width: 100%;
    /* padding: 4px ; */
}
.service-img{
    border-radius: 25px 25px 0 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .service-title{
        font-size: 3rem;
    }
    .service-footer {
        margin-left: auto!important;
        margin-right: auto!important;
        bottom: 0;
        width: 70%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .service-footer {
        margin-left: auto!important;
        margin-right: auto!important;
        bottom: 0;
        width: 92%;
        height: 250px;
    }
    .service-title{
        font-size: 2.4rem;
    }
}

/* why section */
.why{
    padding: 70px 6rem;
    background-color: #F1FDF7;
    /* background-image: url(https://assets-global.website-files.com/5837424ae11409586f837994/65da2485ff5fcdc97cd23ac3_dots.svg),url(https://assets-global.website-files.com/5837424ae11409586f837994/65e0c422ce2b0db3548c99a5_Frame%202316.png); */
    background-position: 0 0,0 0;
    background-size: auto,auto;
}
.why-title{
    font-weight: bold;
}
.why-details{
    margin-top: 2rem;
    width: 50%;
}
.why-details ul{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.why-details ul>li{
    margin-bottom: 40px;
}
.why-txt {
    font-size: 18px;
    line-height: 26px;
}
.why-icon {
    fill: #74767e;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
@media (max-width: 992px) {
    .why{
        padding: 70px 5rem;
    }
    .why-details{
        width: 60%;
    }
}
@media (max-width: 768px) {
    .why{
        padding: 70px 2.5rem;
    }
    .why-details{
        width: 100%;
    }
}

/* Reviews */
.review{
    background: #fdfdfd;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
}
.review-items{
    display: flex;
    width: 50%;
    position: relative;
}
.review-item{
    padding: 65px 33px 68px;
    position: relative;
    align-items: center;
    width: 100%;
}
.n-ik{
    background-color: #c6c2c2;
}
.quote-image{
    margin-bottom: 10px;
}
.quote-text{
    margin-bottom: 40px;
}
.quote-text h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.44;
}

.quote-text h3,.quote-text p {
    margin: 0
}
.quote-text p {
    color: inherit;
    font-weight: 700;
    margin-top: 30px
}
@media (max-width: 992px) {
    .review-items{
        width: 70%;
    }
}
@media(max-width: 767px) {
    .review-items{
        width: 100%;
    }
    .review-item {
        padding:56px 33px 81px
    }
}

/* footer */
.footer{
    background-color: #000000;
    border-top: 5px solid rgba(0, 0, 0, 0.05);
    bottom: 0px;
    color: #ffffff;
    padding: 50px;
    position: relative;
    right: 0;
    left: 0;
    margin-bottom: 0;
}
.footer-link{
    color: #ffffff;
    text-decoration: none;
    margin-left: 25px;
}

.exchange-card{
    border-radius: 25px;;
}

a{
    text-decoration: none;
}
