@import url("css2.css");

@import url("css2-1.css");

@import url("css2-2.css");

@font-face {
    font-family: Geometr415;
    src: url("Geometr415%20Blk%20BT%20Black.ttf");
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

p {
    font-weight: 400;
    color: #000;
}

a {
    text-decoration: none;
}

:root {
    --primary-color: #ff7424;
    --secondary-color: #29313b;
    --dark-color: #000;
    --light-color: #fff;
    --size: clamp(10rem, 1rem + 20vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

::-webkit-scrollbar {
    width: 6px;
}

/*track*/
::-webkit-scrollbar-track {
    background: rgb(226, 226, 226);
}

/*thumb*/
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 0px;
}

.mouse-pointer {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 40px !important;
    height: 40px;
    background: rgba(255, 255, 255, .1) !important;
    border: 1px solid rgb(255, 255, 255, .1) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
}

#cursor {
    background: var(--secondary-color);
    width: 11px;
    height: 11px;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
}

#follower {
    /*     background: #004660; */
    border: 2px solid var(--primary-color);
    opacity: 0.2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9999;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
}

#cursor,
#follower {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}

#follower.active {
    transform: translate(-50%, -50%) scale(2.4);
    -o-transform: translate(-50%, -50%) scale(2.4);
    -moz-transform: translate(-50%, -50%) scale(2.4);
    -ms-transform: translate(-50%, -50%) scale(2.4);
    -webkit-transform: translate(-50%, -50%) scale(2.4);
    background: var(--primary-color);
    border: 0;
    opacity: 0.1;
}

::selection {
    color: var(--light-color);
    background-color: var(--primary-color);
}

.page-wrapper {
    /* padding: 0px 50px 60px 50px; */
    background-color: var(--light-color);
    border: 1px solid var(--primary-color);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    overflow: hidden;
}

.top-header {
    text-align: center;
    padding: 5px 50px;
}

.top-header p span {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: capitalize;
}

.header {
    padding: 0px 50px;
    background-color: var(--light-color);
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--dark-color);
    margin-left: 20px;
}

.head-btn a {
    border: 1px solid var(--secondary-color);
    padding: 12px 20px;
    border-radius: 50px;
    color: var(--secondary-color);
}

.head-right {
    float: right;
}

.head-right ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.head-right ul li a {
    color: var(--secondary-color);
}

/* banner */

.hero-banner {
    padding: 70px 0px;
    background: linear-gradient(2deg, #ff7424 20%, rgb(255 255 255) 80%);
}

.hero-banner .banner-img {
    text-align: center;
    margin-top: -25px;
}

.hero-banner .banner-title {
    text-align: center;
}

.hero-banner .banner-title h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-family: "outfit", sans-serif;
    font-weight: 400;
    margin: 0;
}

.hero-banner .banner-title h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "outfit", sans-serif;
    font-weight: 800;
    color: #fa9037;
    margin: 0;
}

/* about */

.about {
    padding: 50px 50px;
}

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

.heading-title {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    color: var(--secondary-color);
    position: relative;
    margin: 20px 0;
}

.heading-title span {
    color: var(--primary-color);
}

.heading-title-1 {
    font-size: 36px;
    font-weight: 800;
    color: var(--secondary-color);
    position: relative;
    margin: 20px 0;
}


.heading-title-1 span {
    color: var(--primary-color);
}

.divider {
    width: 200px;
    height: 1px;
    background-color: var(--primary-color);
    margin: auto;
    position: relative;
}

.divider::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    border: 2px solid var(--secondary-color);
    right: -6px;
    top: -3px;
}

.divider-1 {
    width: 200px;
    height: 1px;
    background-color: var(--primary-color);
    position: relative;
}

.divider-1::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    border: 2px solid var(--secondary-color);
    right: -6px;
    top: -3px;
}


.tab-sec {
    display: flex;
}

.nav-pills {
    gap: 10px;
    width: 33.33%;
}

.nav-pills .custom-tab {
    margin-bottom: 10px;
}

.nav-pills .custom-tab h6 {
    font-size: 18px;
    font-weight: 400;
}

.nav-pills .custom-tab.active h6 {
    font-size: 20px;
    color: var(--primary-color);
    transition: all .3s;
}

.nav-pills .custom-tab .divider {
    width: 100%;
}

.tab-content {
    width: 66.33%;
    padding-left: 40px;
}

.tab-content li {
    border-bottom: 1px dotted var(--primary-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tab-text .tab_ul_mob {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    list-style-type: none;
    font-size: 15px;
    padding-top: 30px;
}




/* faq */

.faq {
    padding: 50px 50px;
}

.faq .faq-head {
    text-align: center;
    margin-bottom: 50px;
    /* transform: rotate(270deg); */
}

.faq .faq-head h4 {
    color: var(--primary-color);
    font-size: 36px;
}

.faq .accordion-item {
    margin-bottom: 20px;
}

.faq .accordion-item .accordion-button {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
    background: none !important;
}

.faq .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.faq .accordion-item .card-body p {
    font-size: 15px;
    color: #29313b;
}

.faq .accordion-button::after {
    background-image: url("plusicon.png");
    opacity: .6;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("minus.png");
    opacity: .6;
}

.card-body {
    padding: 20px;
}


/* platform */

.platform {
    padding: 50px 50px;
}

.platform .inner-colum {
    text-align: center;
    padding: 20px;
    border: 1px solid #636363;
    border-radius: 10px;
}

.platform .inner-colum h5 {
    margin: 20px 0px 0px 0px;

}

.platform .inner-colum:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.platform .inner-colum:hover h5 {
    color: #fff;
}

.platform .inner-platform {
    text-align: center;
    box-shadow: 0 3px 42px #e3e3e3;
    padding: 20px;
}

.platform .inner-platform .img-sec img {
    width: 160px;
}

.platform .inner-platform .inner-cont h5 {
    color: var(--secondary-color);
    font-size: 18px;
    margin: 0;
}


/* celeb */

.celeb {
    padding: 50px;
}

.celeb img {
    border-radius: 10px;
    box-shadow: 0 8px 14px #e5e5e5;
}


/* brand */


.brand {
    padding: 50px 50px;
}

.brand .conversion h2 {
    color: var(--primary-color);
    font-size: 40px;
}

.form-sec {
    padding: 35px;
    box-shadow: 0px 0px 24px #d5d5d5;
    border-radius: 50px;
}

.form-sec button {
    background: #ff7b2f;
    border: none;
    border-radius: 50px;
    padding: 10px;
}

.form-control {
    background-color: #ebebeb;
    border-radius: 0;
    border-color: #e6e6e6;
}


/* clients */

.clients {
    padding: 50px 50px 50px 50px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
/* 
.clients::before {
    background-image: linear-gradient(267deg, #fff 7%, #0000 53%, #fff 93%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
} */

.marquee {
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    margin-bottom: 20px;
}

.marquee img {
    width: 200px;
}

.marquee_group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

.marquee-reverse .marquee_group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

.clients .client-img {
    padding: 5px;
}

.clients .client-img img {
    border: 1px solid #d7d7d7;
    padding: 4px;
}


.location {
    text-align: center;
    padding: 0px 50px 70px 50px;
}

.location a {
    text-decoration: none;
    color: var(--secondary-color);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.location a:hover .inner-colum {
    background-color: var(--secondary-color);
    color: var(--light-color);
    transition: all .5s;
}

.location a .inner-colum {
    display: block;
    border: 1px solid var(--secondary-color);
    padding: 15px 20px;
    border-radius: 50px;
}

#india-add, #uae-add {
    cursor: pointer;
}

.add-india, .add-uae {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ff742440;
    border-radius: 35px;
    box-shadow: 0px 6px 12px 6px #e9e9e9;
    display: none;
    margin-bottom: 10px;
}

/* footer */

.footer {
    padding: 150px 50px 0px 50px;
    /* background: var(--primary-color); */
    background: linear-gradient(180deg, #ff7424 0%, #c74b03 100%);
    position: sticky;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.footer-logo {
    text-align: center;
    padding-bottom: 50px;
}

.footer-logo img {
    width: 35%;
}

.footer .divider {
    height: 1px;
    background-color: #ffffffaf;

}

.footer-after {
    padding: 30px 0 50px 0;
}

.footer .footer-social ul {
    display: flex;
    margin: 0;
}

.footer .footer-social ul li {
    margin-right: 20px;
}

.footer .footer-link ul {
    display: flex;
    margin: 0;
    justify-content: space-evenly;
}

.footer .footer-link ul li a {
    color: var(--light-color);
    text-decoration: none;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 14px;
}

.footer .footer-social ul li a img {
    width: 25px;
}

.footer .copyright p {
    color: var(--light-color);
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    text-transform: capitalize;
}

.form-btn2 {
    rotate: 90deg;
    display: flex;
    position: fixed;
    right: -42px;
    top: 272px;
    z-index: 9999;
    background-color: var(--secondary-color);
    border: 1px solid var(--brown);
    color: #fff;
    border-radius: 0px 0px 15px 15px;
    font-weight: 600;
    padding: 10px;
}

.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.footer-contact ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-contact ul li a {
    color: var(--light-color);
    background: #000;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 15px;
    display: inline-block;
}

#chat-icon {
    position: fixed;
    z-index: 99;
    bottom: 25px;
    left: 15px;
    padding: 10px 20px;
    background: #25D366;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000026;
}


@media screen and (max-width: 768px) {
    .head-btn {
        display: none;
    }
    .top-header {
    padding: 5px 20px;
}
.why-card {
    height: 280px!important;
}
}

@media (max-width:600px) {
    
    .header {
        padding: 0px 10px !important;
    }

    .head-btn {
        display: none;
    }
    .bn{
        padding: 0px 20px;
    }

    .hero-banner .banner-title h2 {
        font-size: 25px;
    }

    .hero-banner .banner-title h1 {
        font-size: 28px;
    }

    .hero-banner .banner-img {
        margin: 0;
    }

    .about, .celeb, .faq, .platform, .brand {
        padding: 15px;
    }

    .footer-logo img {
        width: 100%;
    }

    .location {
        text-align: center;
        padding: 0px 15px 20px 15px;
    }

    .location a .inner-colum {
        margin-bottom: 15px;
    }
.clients {
    padding: 50px 0 0px 0;
}

.nav-pills {
    width: 100%;
}
.tab-sec {
    flex-direction: column;
}
.tab-content {
    width: 100%;
    padding: 0;
}
.tab-text .tab_ul_mob {
    padding-left: 0;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-social, .footer-link {
    margin-bottom: 10px;
}

.footer .copyright p {
    text-align: center;
}

.footer .footer-social ul {
    justify-content: center;
}

.footer .footer-link ul {
        justify-content: space-between;
}
    
}



/* own start */
.banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0px;
}
.form-label {
    margin-bottom: .5rem;
    color: var(--light-color)!important;
}
.heading h1{
    font-size: 3.75rem;
    line-height: 1;
    color: var(--light-color);
}
.heading h1 span{
color: var(--primary-color);
}
.heading p{
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--light-color);
}
.banner span{
    font-size: 16px;
    line-height: 2rem;
    color: var(--light-color);
}
.icn .ficn-1{
    color: #facc15;
}
.icn .ficn-1{
    color: #60a5fa;
}
.icn .ficn-3{
    color: #4ade80;
}
.bn{
    padding: 0px 50px;
}
.why-choose{
    padding: 45px 0px;
}
.why-card{
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgb(243, 243, 243);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 15px 0px;
    height: 270px;
}
.why-title{
    padding: 10px 0px 5px;
}
.why-img{
    height: 60px;
    width: 60px
}
.why-body{
    padding: 0px!important;
}
.trust-img{
    height: 70px;
    width: 70px;
}
.trust-card{
    border: 0px;
}

/* own end */