@font-face { font-family: "Product Sans"; src: url("../fonts/subset-ProductSans-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: "Product Sans"; src: url("../fonts/subset-ProductSans-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: "Product Sans"; src: url("../fonts/subset-ProductSans-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: Montserrat; src: url("../fonts/subset-Montserrat-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: Montserrat; src: url("../fonts/subset-Montserrat-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } p { font-weight: 300; } body, code, html, kbd, pre, samp { font-family: "Product Sans", "Montserrat", Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { margin-top: 0; } ol, ul { list-style: none; } a { text-decoration: none !important; } .py { padding: 34px 0 !important; } .overflow-x-add { overflow-x: hidden !important; } .newbtn_design { background: #0080ff; color: #fff !important; font-size: 16px; line-height: 24px; font-weight: 600; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; padding: 5px 60px 5px 25px; transition: 0.3s ease-in-out; position: relative; border: 0; } .newbtn_design img, .newbtn_white img { max-width: 20px; position: absolute; right: 22px; animation: 1s infinite wobble; transition: 0.5s; } .newbtn_design:hover img, .newbtn_design_white:hover img, .newbtn_white:hover img { right: calc(100% - 50px); } .newbtn_design:hover, .newbtn_design_white:hover, .newbtn_white:hover { padding: 5px 25px 5px 60px; } .newbtn_design_white { background: #fff; color: #0080ff !important; font-size: 16px; line-height: 24px; font-weight: 600; height: 60px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; padding: 5px 60px 5px 25px; transition: 0.3s ease-in-out; position: relative; border: 0; } .newbtn_design_white img { max-width: 20px; position: absolute; right: 22px; animation: 1s infinite wobble; transition: 0.5s; filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%); } .newbtn_design_white:hover { padding: 5px 25px 5px 60px; } @keyframes wobble { 0%, 100% { transform: none; } 15% { transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } } .pg_bg { width: 100%; height: 100%; display: flex; align-items: center; background-color: #000; animation: changeBackgroundColor 7s infinite; } @keyframes changeBackgroundColor { 0% { background-color: #010c18; } 50% { background-color: #070707; } 100% { background-color: #050505; } } .agentic_banner { overflow: hidden; height: 100vh; position: relative; text-align: center; } .agentic_banner .bannervideo { height: 100%; width: 100%; object-fit: cover; z-index: 0; position: relative; } .agentic_banner .partnericon { margin-top: 40px; } .agentic_banner::after { background: #000000a3; position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; } .agentic_banner .agentic_banner_content { position: absolute; z-index: 1; left: 0; top: auto; bottom: 0; right: 0; width: 100%; overflow: hidden; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .agentic_banner .agentic_banner_content .genbannercontent { text-align: center; width: 85%; } .genbannercontent h1 { color: #fff; font-size: 65px; font-weight: 700; margin-bottom: 20px; line-height: 80px; } .genbannercontent p { color: #fff; font-size: 18px; line-height: 29px; margin-bottom: 12px; } .genbannercontent h1 span { color: #0080ff; } .headleft { text-align: left; color: #fff; } .heading h2 { font-size: 36px; line-height: 1.3; margin-bottom: 15px; font-weight: 700; } .heading p { font-size: 18px; line-height: 1.7; font-weight: 400; margin-top: 8px !important; } .headcenter { margin-bottom: 30px; text-align: center; color: #fff; } .fdc { display: flex; flex-direction: column; gap: 24px; } .marquee-partership { position: relative; width: 100%; height: 130px; max-width: 100%; display: flex; align-items: center; padding: 50px 0; } .track-partership { position: absolute; white-space: nowrap; will-change: transform; animation: marquee-partnership 70s linear infinite; } .track-partership2 { position: absolute; white-space: nowrap; will-change: transform; animation: marquee-partnership2 70s linear infinite; } @keyframes marquee-partnership { from { transform: translateX(-50%); } to { transform: translateX(0); } } @keyframes marquee-partnership2 { from { transform: translateX(0); } to { transform: translateX(-50%); } } .logo_head { color: #e7e7e7; font-size: 18px; line-height: 28px; font-weight: 600; display: block; } .logo_head a { color: #fff; border-bottom: 1px solid #fff; } .logo_head a:hover { color: #1163fb; border-bottom: none; } .marquee-card { padding: 32px; border-radius: 19px; border: 1.54px solid #ffffff4f; background: 0 0; width: 215px; height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .content-partership, .content-partership2 { display: flex; align-items: center; gap: 24px; } .content-partership figure, .content-partership2 figure { display: flex; height: 100px; align-items: center; justify-content: center; } .content-partership figure img, .content-partership2 figure img { max-width: 100%; object-fit: contain; } .aibuy ul { display: grid; gap: 30px; padding: 0; grid-template-columns: repeat(3, 1fr); } .aibuy ul .topbuy { background-color: #1a81ff; position: relative; text-align: left; border-radius: 16px; z-index: 2; transition: all 0.25s linear 0s; /* padding: 0px 0 20px; */ min-height: 445px; } .aibuy .buyicon { padding: 20px 10px 0; } .aibuy ul li { position: relative; color: #fff; margin: 15px 10px; cursor: pointer; } .aibuy ul .topbuy img { max-width: 80px; position: relative; left: 5px; filter: brightness(0) invert(1); } .aibuy .buycontt { padding: 0 20px 20px 20px; position: relative; color: #fff; } .aibuy .buymore { color: #1a81ff; background-color: #fff; border-radius: 0 0 16px 16px; padding: 40px 10px 5px 10px; } .aibuy .buymore { display: block; text-align: center; } .aibuy ul li p { font-size: 18px; line-height: 28px; margin: 0px; } .aibuy ul li h3 { font-weight: 700; font-size: 24px; line-height: 32px; margin-top: 15px; margin-bottom: 18px; background: #fff; color: #1a81ff; width: max-content; padding: 0 10px; border-radius: 8px; } .aibuy .buymore { position: absolute; z-index: 1; bottom: 0; left: 20px; right: 20px; transition: all 0.25s linear 0s; } .ctaagentic .gentmain { display: flex; align-items: end; } .ctaagentic .ctaagenticimg { width: 30%; } .ctaagentic .gentmain img { width: 100%; } .ctaagentic .gentmain .ctaagenticcontt { width: 70%; background-color: #fff; color: #08223a; padding: 40px 45px; text-align: left; border-radius: 75px 0 75px 0; position: relative; z-index: 1; overflow: hidden; } .ctaagentic .gentmain .ctaagenticcontt::before { content: ""; position: absolute; inset: 0; border-radius: 75px 0 75px 0; padding: 3px; background: linear-gradient(90deg, #337ab7, #000, #1a81ff, #333, #337ab7); background-size: 400% 400%; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: moveBorder 6s linear infinite; z-index: -1; } @keyframes moveBorder { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .ctaagentic h2 { font-size: 32px; line-height: 46px; font-weight: 700; margin-bottom: 20px; text-transform: capitalize; } .domainindustry ul.nav.nav-pills { display: flex; flex-direction: column; text-align: start; padding: 30px 30px; gap: 20px; } .domainindustry .row.tabbg { background-color: #ffffff14; border-radius: 30px; height: auto; display: flex; } .domainindustry .tab-content.clearfix { display: flex; background: #1a81ff12; padding: 40px 50px; border-radius: 30px; align-items: center; text-align: left; } .domainindustry .col-md-4 { padding: 0; } .domainindustry .col-md-8 { padding: 0; height: auto; display: flex; } .domainindustry .tab-pane h3 { color: #fff; font-size: 24px; margin-bottom: 14px; font-weight: 800; } .domainindustry .tab-pane ul { list-style: disc; } .domainindustry .tab-pane li { color: #fff; font-size: 18px; margin-bottom: 10px; line-height: 28px; font-weight: 300; } .domainindustry .tab-pane img { filter: brightness(0) invert(1); max-width: 65px; margin-bottom: 20px; } .domainindustry .nav-pills > li > a img { filter: brightness(0) invert(1); max-width: 45px; } .domainindustry .nav-pills > li > a { display: flex; border-radius: 16px; align-items: center; gap: 11px; font-size: 18px; color: #fff; } .domainindustry .nav-pills > li.active > a, .domainindustry .nav-pills > li.active > a:focus, .domainindustry .nav-pills > li.active > a:hover { color: #fff; background-color: #1a81ff; } .domainindustry .nav > li > a:focus, .domainindustry .nav > li > a:hover { background-color: transparent; } .returncounter .about-us-box { background: #ffffff17; border: 1px solid #1a81ff; border-radius: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; height: 100%; margin-bottom: 30px; color: #fff; padding: 30px; position: relative; } .returncounter .about-us-item .icon-box { position: absolute; background: #1a81ff4b; border: 1px solid #fff; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; right: 20px; padding: 5px; } .returncounter .about-us-item { width: 100%; display: flex; flex-wrap: wrap; gap: 50px; } .returncounter .about-item-content { width: 100%; } .returncounter .about-item-content h3 { font-size: 16px; line-height: 26px; margin-bottom: 30px; } .returncounter .about-item-content .num { font-size: 48px; font-weight: 800; } .returncounter .about-us-box { background: #ffffff17; border: 1px solid #1a81ff; border-radius: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; height: 100%; margin-bottom: 30px; color: #fff; padding: 30px; } .returncounter .about-us-box .usernumber_count { display: flex; width: 100%; justify-content: center; } .returncounter .about-us-item .icon-box::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient(120deg, #fdfdfd69, #1a81ff) no-repeat; border-radius: 50%; height: 100%; width: 100%; transform: scale(0); transition: all 0.4s ease-in-out; } .returncounter .about-us-box:hover .about-us-item .icon-box::before { transform: scale(1); } .returncounter .about-us-item .icon-box img { position: relative; max-width: 45px; z-index: 1; } .returncounter .about-item-image img { max-height: 80px; } .returncounter .counter-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; row-gap: 30px; cursor: pointer; } .returncounter img { width: 100%; } .returncounter .why-choose-image { position: relative; text-align: center; } .returncounter .col-md-4 { position: sticky; top: 110px; } .casestudycomp ul.nav.nav-pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .casestudycomp .nav:before { display: none; } .casestudycomp .nav-pills > li a { border: 1px solid #1a81ff; padding: 20px 10px; border-radius: 16px; display: flex; align-items: center; gap: 20px; color: #ffff; margin: 30px 5px; background-color: transparent; justify-content: center; width: 100%; } .casestudycomp .nav-pills > li a img { max-width: 45px; } .casestudycomp a h3 { font-size: 18px; font-weight: 500; line-height: 26px; margin-bottom: 0; } .casestudycomp .nav-pills > li.active > a, .casestudycomp .nav-pills > li.active > a:focus, .casestudycomp .nav-pills > li.active > a:hover { border: 1px solid #fff; background-color: #1a81ff; position: relative; } .casestudycomp .nav-pills > li.active > a::before { position: absolute; content: ""; clip-path: polygon(48% 100%, 0px 0px, 100% 0px); height: 30px; width: 60px; background-color: rgb(26, 129, 255); bottom: -30%; } .casestudycomp .nav-pills > li.active a img { filter: brightness(0) invert(1); } .casestudycomp .caseitem { display: flex; gap: 30px; background-color: #1b1b1b4a; padding: 30px 30px; border-radius: 16px; border: 1px solid #1a81ff; } .casestudycomp .caseleft { width: 20%; } .casestudycomp .caseleft img { width: 100%; } .casestudycomp .slick-initialized .slick-slide { display: flex; gap: 40px; align-items: center; background: #00000033; border: 1px solid #ffff; padding: 20px 30px; border-radius: 16px; position: relative; } .casestudycomp .caseright { width: 80%; text-align: left; color: #fff; } .casestudycomp .caseright h3 { font-size: 24px; margin-bottom: 14px; font-weight: 800; } .casestudycomp .caseright p { font-size: 18px; margin-bottom: 10px; line-height: 28px; font-weight: 300; } .casestudycomp .caseright ul { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; } .casestudycomp .caseright ul li { padding: 35px 10px; border-radius: 16px; color: #ffff; margin: 10px; background-color: transparent; text-align: center; box-shadow: #06c 0px 30px 60px -12px inset, #337ab7 0px 18px 36px -18px inset; } .casestudycomp .caseright ul li .usernumber_count { font-size: 28px; display: flex; justify-content: center; margin-bottom: 20px; } .casestudycomp .caseright ul li span { font-size: 18px; } .buyagentic { color: #fff; text-align: left; position: relative; } .buyagentic .buytop img { max-width: 45px; } .buyagentic .buytop { display: flex; align-items: center; margin-bottom: 20px; gap: 15px; } .buyagentic h3 { font-size: 24px; font-weight: 800; margin-bottom: 0; line-height: 30px; } .buyagentic .buybx li { font-size: 18px; margin-bottom: 10px; line-height: 28px; font-weight: 300; } .buyagentic .buybx ul { list-style: disc; } .buyagentic .col-md-5 { position: sticky; top: 110px; } .buyagentic .buybx { background-color: #1b1b1b4a; padding: 30px 30px; margin-bottom: 30px; border-radius: 16px; border: 1px solid #1a81ff; } .custombx { display: flex; justify-content: center; } .custombx .custom { display: flex; gap: 30px; align-items: center; background-color: rgba(255, 255, 255, 0.06); border-radius: 16px; max-width: 1000px; padding: 30px 30px; color: #fff; } .custombx .custom p { font-style: italic; font-size: 22px; line-height: 1.7; font-weight: 400; margin: 0; } .mevideopartbox { height: 355px; background-size: 500px; background-position: center; background-repeat: no-repeat; border-radius: 16px; border: 2px solid #1a81ff; display: flex; align-items: end; justify-content: center; color: #1a81ff; text-align: center; } .mevideopartbox h3 { width: 100%; font-size: 18px; line-height: 22px; padding: 15px; font-weight: 800; background-color: #fff; margin-bottom: 0; border-radius: 0px 0px 16px 16px; } .mevideopartbox .Video_btn { width: 65px; height: 50px; background-color: #ff0000; align-items: center; justify-content: center; top: 50%; transform: translateY(-50%); color: #fff !important; border-radius: 16px; font-size: 30px; animation-name: pulsewala2; animation-duration: 1.5s; animation-timing-function: ease-out; animation-iteration-count: infinite; margin: 0 auto; display: flex; right: 0; position: absolute; left: 0; text-align: center; } .mevideopartbox .Video_btn img { filter: brightness(20.5); max-width: 20px; } @keyframes pulsewala2 { 0% { box-shadow: 0 0 0 0 #fff; } 80% { box-shadow: 0 0 0 14px #ffffff14; } } .agentbenefit ul { padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); cursor: pointer; column-gap: 30px; row-gap: 30px; } .agentbenefit ul .benitem { position: relative; background-color: #1b1b1b4a; padding: 30px 30px; border-radius: 16px; border: 1px solid #1a81ff; backdrop-filter: blur(20px); border-radius: 12px; height: 100%; overflow: hidden; color: #fff; } .agentbenefit ul .benitem:hover:before { height: 100%; border-radius: 0; } .agentbenefit ul .benitem::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(90deg, #1a81ff 0%, #08223a 100%); border-radius: 999px 999px 0 0; width: 100%; height: 0%; transition: all 0.4s ease-in-out; } .agentbenefit ul .benitem h3 { font-size: 24px; line-height: 30px; font-weight: 800; margin-bottom: 10px; position: relative; z-index: 2; } .agentbenefit ul p { font-size: 18px; margin-bottom: 10px; line-height: 28px; font-weight: 300; position: relative; z-index: 2; } .agentbenefit ul .benitem img { max-width: 45px; margin-bottom: 15px; position: relative; z-index: 2; transition: all 0.6s ease-in-out; } .agentbenefit ul .benitem:hover img { filter: brightness(0) invert(1); } .agentbenefit .bencta { background-color: #1b1b1b4a; border-radius: 16px; border: 1px solid #1a81ff; height: 100%; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 10px; align-items: center; padding: 20px 20px 0; color: #fff; } .agentbenefit .bencta .benimg { position: absolute; bottom: 0; } .agentbenefit .bencta img { width: 80%; } .faq-tabb .row .col-md-6 .faq_box:last-child { margin: 0; } .faq-tabb ul.nav.nav-pills { display: flex; flex-direction: column; gap: 10px; } .faq-tabb ul.nav.nav-pills li.active { background-color: rgb(255 255 255 / 11%); border-radius: 12px; } .faq-tabb ul.nav.nav-pills li a { font-size: 18px; line-height: 28px; font-weight: 400; color: #fff; padding: 20px 20px; } .faq-tabb ul.nav.nav-pills > li.active > a, .faq-tabb ul.nav.nav-pills > li.active > a:focus, .faq-tabb ul.nav.nav-pills > li.active > a:hover, .faq-tabb ul.nav.nav-pills > li > a:hover { color: #fff; background-color: transparent; border-radius: 12px; } .faq-tabb .faq_box { padding: 0 10px 0 25px; border-radius: 10px; margin-bottom: 30px; cursor: pointer; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: unset; height: 90px; align-items: center; } .faq-tabb .faq_box_head::after { content: ""; position: absolute; right: 10px; background-image: url(../images/common_icons/add-fill.svg); height: 32px; width: 32px; background-size: 29px; top: 30px; } .faq-tabb .faq_box.active .faq_box_head::after { background-image: url(../images/common_icons/subtract-fill.svg); } .faq-tabb .faq_box_head { display: flex; font-weight: 600; color: #fff; font-size: 18px; height: 90px; align-items: center; padding-right: 30px; } .faq-tabb .faq_data { font-size: 17px; padding-bottom: 18px; line-height: 27px; color: #fff; text-align: left; display: none; } .faq-tabb .faq_box.active .faq_data { display: block; } .faq-tabb .faq_box.active { height: auto; } .faq-tabb .faq_data ul { padding-left: 20px; list-style: circle; } .reward .badge_card { background-color: #1b1b1b4a; border-radius: 16px; border: 1px solid #1a81ff; backdrop-filter: blur(20px); border-radius: 10px; padding: 30px 10px; color: #fff; margin: 0 10px; text-align: center; display: flex !important; justify-content: center; flex-direction: column; align-items: center; min-height: 310px; } .reward .badge_card figure { height: 115px; display: flex; align-items: center; justify-content: center; } .reward .badge_card_text { padding-top: 40px; } .reward .badge_card_text span { font-size: 14px; } .reward .badge_head { font-size: 18px; line-height: 1.5; padding-top: 10px; } .reward .slick-next, .reward .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .reward .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .reward .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .reward .slick-next::after, .reward .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .autonext .nextimg img { width: 100%; } .autonext ul li { font-size: 18px; margin-bottom: 10px; line-height: 28px; font-weight: 300; } .autonext ul { list-style: disc; margin-bottom: 20px; } .hire-agentic img { width: 100%; height: 85vh; object-fit: contain; } .hire-agentic { position: relative; } .hire-agentic .container { position: relative; z-index: 2; } .hire-agentic .panel { background-color: transparent; color: #fff; } .hire-agentic .panel-default > .panel-heading { color: #ffffff; background-color: transparent; border-color: #fff; padding: 20px 25px; } .hire-agentic .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #fff; padding: 20px 25px; } .hire-agentic .accordion .accordion-item .accordion-header a { display: block; width: 100%; font-size: 18px; font-weight: 500; line-height: 26px; } .hire-agentic .panel-group h3 a { font-size: 22px; font-weight: 600; text-align: left; line-height: 30px; } .hire-agentic .panel-group p { font-weight: 300; font-size: 17px; line-height: 22px; padding-top: 10px; } .hire-agentic h3.panel-title a { position: relative; display: block; padding-right: 30px; } .hire-agentic h3.panel-title a::after { content: ""; position: absolute; right: 0; top: 50%; width: 25px; height: 25px; background-image: url(../images/dubai-uae/down.webp); background-size: contain; background-repeat: no-repeat; transform: translateY(-50%) rotate(0deg); transition: transform 0.3s ease; filter: brightness(0) invert(1); } .hire-agentic h3.panel-title a[aria-expanded="true"]::after { transform: translateY(-50%) rotate(180deg); } .hire-agentic:after { position: absolute; content: ""; background-image: url(../images/agenticai/ai-bg.webp); width: 100%; height: 100%; z-index: 1; right: 0; top: 0; bottom: 0; margin: auto; background-position: right; background-repeat: no-repeat; mix-blend-mode: lighten; background-size: cover; } .growth-bx { position: relative; overflow: hidden; } .growth-bx ul { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 30px; padding: 0; } .growth-bx ul li { position: relative; background-color: #1b1b1b4a; border-radius: 16px; border: 1px solid #1a81ff; border-radius: 12px; overflow: hidden; color: #fff; } .growth-bx ul li .grotop { padding: 20px; } .growth-bx ul li .botgro { justify-content: flex-end; display: flex; } .growth-bx ul li .botgro img { width: 60%; position: relative; z-index: 1; } .growth-bx ul li h3 { font-size: 24px; line-height: 30px; font-weight: 800; margin-bottom: 20px; } .growth-bx ul li h4 { font-size: 18px; font-weight: 500; margin-bottom: 10px; } .growth-bx ul li p { font-size: 18px; margin-bottom: 10px; line-height: 28px; font-weight: 300; } .agentsystem .multiple-process img { width: 100%; } .techinti .tools_tech_wrap { padding: 8rem 0 0; } .techinti .tools_tech_wrap .app__subhead, .case_studies .app__subhead { padding-bottom: 15px; } .techinti .tools_tech_wrapper { display: flex; margin-top: 30px; border-radius: 25px; overflow: hidden; } .techinti .tools_tech_left { position: relative; padding: 20px 20px 0 30px; width: 30%; background-color: rgba(17, 99, 251, 1); } .techinti .tools_tab_link { color: #fff; font-size: 22px; font-weight: 600; padding: 24px 10px 24px 20px; margin-bottom: 5px; cursor: pointer; position: relative; } .techinti .tools_tech_scroll_num { position: absolute; left: 20px; font-weight: 500; } .techinti .tools_tab_link.active { color: #fff; background: rgba(60, 128, 254, 1); border-radius: 12px; } .techinti .tools_tab_link:hover { background: rgba(8, 83, 221, 1); border-radius: 12px; } .techinti .total_count { color: #89b5fd; } .techinti .tools_tech_rt { position: relative; width: 70%; padding: 20px 20px 0; background-color: #fff; } .techinti .tools_rt_inner { position: relative; padding: 30px; } .techinti .list_head { cursor: pointer; color: #fff; font-size: 18px; position: relative; } .techinti .list_num { position: absolute; left: 0; } .techinti .tab_cont_dtl { margin: 30px 0 0; } .techinti .tab_cont_dtl li:not(:last-child) { border-bottom: 1px solid #fff; padding-bottom: 25px; margin-bottom: 25px; } .techinti .tools_card_head { color: #08223a; font-size: 22px; padding-bottom: 20px; } .techinti .accor_content { display: none; } .techinti .accor_content .para { color: #fff; } .techinti .tools_tab_content { display: none; } .techinti .tools_tab_content.active { display: block; } .techinti .tools_tech_scroll_num img { max-width: 20px; } .techinti .tools_tab_grid ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 0; } .techinti .tools_tab_grid ul li { background-color: #f7f7f7; border-radius: 16px; height: auto; display: flex; align-items: center; padding: 22px; gap: 10px; flex-direction: column; align-items: center; justify-content: center; } .techinti .tools_tab_grid ul li img { max-width: 80px; } .techinti .tools_tab_grid ul li figure { min-width: 80px; height: 60px; display: flex; align-items: center; justify-content: center; } .techinti .tools_tab_grid ul li figure img { max-width: 35px; } .techinti .tools_tab_grid ul li span { margin: 0 0 0 4px; font-size: 14px; line-height: 1.2; font-weight: 600; text-align: center; color: #08223a; } .techinti .tools_tech_scroll li:last-child { margin-bottom: 0; } .techinti .tools_right_scroll { overflow-y: scroll; height: 500px; padding-right: 35px; } .techinti .scrollle_content::-webkit-scrollbar, .techinti .tools_right_scroll::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } .techinti .tools_right_scroll::-webkit-scrollbar-thumb { background-color: #f0ebeb01; border-radius: 20px; } .techinti .tools_tech_scroll { overflow-y: scroll; height: 480px; padding-right: 15px; padding-left: 0; } .techinti .scrollle_content::-webkit-scrollbar, .techinti .tools_tech_scroll::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } .techinti .tools_tech_scroll::-webkit-scrollbar-thumb { background-color: rgba(118, 165, 253, 1); border-radius: 20px; } .techinti .list_head { cursor: pointer; } .techinti .tools-tab-accordion { display: none; position: relative; padding-left: 40px; background: #3c80fe; border-radius: 8px; margin-bottom: 20px; } .techinti .tech_stack_head { font-size: 18px; line-height: 28px; font-weight: 600; color: #010101; margin-bottom: 20px; } .techinti .tools_tab_content { display: none; opacity: 0; transition: opacity 0.3s ease-in-out; } .techinti .tools_tab_content.active { display: block; opacity: 1; } .techinti .tools_tab_link.active { background: #1a81ff; } .aitestimonial .quote_aitestimonial img { max-width: 40px; } .aitestimonial .aitestimonial_video { position: relative; border-radius: 8px; overflow: hidden; width: 30%; height: 450px; } .aitestimonial .aitestimonial_slider { width: 70%; padding-left: 10px; } .aitestimonial .aitestimonial_video > img { max-width: 100%; height: 100%; object-fit: cover; width: 100%; } .aitestimonial .aitestimonial_video:after { content: ""; display: block; position: absolute; left: 0; top: 0; opacity: 1; width: 100%; height: 100%; z-index: 1; background: linear-gradient( to bottom, rgba(50, 87, 153, 0.3) 0, rgba(32, 124, 202, 0.4) 70%, rgba(0, 0, 0, 0.8) 100% ); } .aitestimonial .clients_aitestimonials_main { display: flex; margin-bottom: 50px; } .aitestimonial .aitestimonial_video .Video_btn { z-index: 2; } .aitestimonial .papularapps_icons img, .aitestimonial .quote_aitestimonial img { max-width: 40px; } .aitestimonial .aitestimonial_content p { font-size: 17px; line-height: 25px; font-weight: 400; color: #08223a; margin: 0; } .aitestimonial .aitestimonialbottom { display: flex; align-items: center; margin-top: 20px; } .aitestimonial .aitestimonialprofile { display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; height: 60px; width: 60px; margin-right: 16px; } .aitestimonial .aitestimonialbottom h3 { color: #08223a; font-weight: 700; font-size: 18px; margin-bottom: 4px; line-height: 22px; display: block; } .aitestimonial .aitestimonialbottom h4 { color: #0080ff; font-size: 14px; font-weight: 400; margin-bottom: 5px; } .aitestimonial .aitestimonialbottom h5 { color: #000; margin: 0; font-size: 14px; } .aitestimonial .aitestimonial_content { height: 269px; overflow-y: auto; overflow-x: hidden; } .aitestimonial .aitestimonial_content::-webkit-scrollbar { display: none; } .aitestimonial .Video_btn { color: #fff !important; border-radius: 50px; font-size: 30px; animation-name: pulsewala1; animation-duration: 1.5s; animation-timing-function: ease-out; animation-iteration-count: infinite; margin: 0 auto; display: flex; right: 0; position: absolute; left: 0; text-align: center; width: 80px; height: 80px; background-color: #0080ff; align-items: center; justify-content: center; top: 50%; transform: translateY(-50%); } .aitestimonial .Video_btn img { filter: brightness(20.5); } .aitestimonial .aitestimonialprofile img { height: 100%; width: 100%; object-fit: cover; } @keyframes pulsewala1 { 0% { box-shadow: 0 0 0 0 #89beff; } 80% { box-shadow: 0 0 0 14px #5e9de9; } } .aitestimonial .aitestimonial_main { display: flex; margin-bottom: 0; } .aitestimonial .aitestimonial_box { position: relative; z-index: 1; background: #fff; padding: 17px; margin: 6px 14px 4px; border-radius: 8px; box-shadow: 1px 0 0 3px rgb(123 149 162 / 15%); } .aitestimonial .aitestimonial_slider { width: 70%; padding-left: 10px; } .aitestimonial .quote_aitestimonial { margin-bottom: 20px; } .aitestimonial .aitestimonial_slider .slick-prev { right: 0; left: -74px; bottom: -90px; transform: translateY(-50%) scale(-1); } .aitestimonial .aitestimonial_slider .slick-next { right: -86px; left: 0; bottom: -90px; transform: translateY(-50%); } .aitestimonial .aitestimonial_slider .slick-next::after, .aitestimonial .aitestimonial_slider .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #000; border-radius: 14px; width: 50px; height: 50px; background-color: #fff; } .aitestimonial .aitestimonial_slider .slick-next, .aitestimonial .aitestimonial_slider .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: none !important; align-items: center; } .makeagentic ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; cursor: pointer; padding: 0; } .makeagentic ul li { position: relative; overflow: hidden; margin-bottom: 10px; perspective: 1000px; } .makeagentic ul li .makefront { width: 100%; height: 230px; padding: 20px; text-align: center; transition: all 0.5s ease; background-color: #1b1b1b4a; padding: 30px 30px; border-radius: 16px; border: 1px solid #1a81ff; backdrop-filter: blur(20px); color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; } .makeagentic ul li .makeback { position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; width: 100%; height: 230px; padding: 15px; border-radius: 16px; text-align: center; transition: all 0.5s ease; background-color: #1a81ff; backface-visibility: hidden; transform-style: preserve-3d; color: #fff; transform: translateY(110px) rotateX(-90deg); display: flex; align-items: center; } .makeagentic ul li .makefront { position: relative; top: 50%; transform: translateY(-50%); } .makeagentic ul li .makefront img { max-width: 45px; margin-bottom: 20px; filter: brightness(0) invert(1); } .makeagentic ul li:hover .makeback { opacity: 1; transform: rotateX(0); transform: rotateX(0); } .makeagentic ul li h3 { font-size: 24px; line-height: 30px; font-weight: 800; margin-bottom: 0px; } .makeagentic ul li p { font-size: 18px; margin-bottom: 0px; line-height: 28px; font-weight: 300; } .motionbx .shapbx { display: flex; align-items: center; padding: 30px 30px; margin: 0 20px; gap: 30px; color: #fff; padding: 30px 30px; border-radius: 16px; border: 1px solid #1a81ff; backdrop-filter: blur(20px); position: relative; overflow: hidden; background: repeating-conic-gradient( from var(--a), #1a81ff 0%, #fff 5%, transparent 5%, transparent 40%, #1a81ff 50% ); border-radius: 20px; animation: animate 4s linear infinite; } .motionbx .shapbx::before, .motionbx .shapbx::after { content: ""; position: absolute; } .motionbx .shapbx::before { width: 100%; height: 100%; background: repeating-conic-gradient( from var(--a), #45f3ff 0%, #45f3ff 5%, transparent 5%, transparent 40%, #45f3ff 50% ); border-radius: 20px; animation: animate 4s linear infinite; animation-delay: -1s; } .motionbx .shapbx::after { inset: 2px; background: #08223a; border-radius: 16px; } @property --a { syntax: "<angle>"; inherits: false; initial-value: 0deg; } @keyframes animate { 0% { --a: 0deg; } 100% { --a: 360deg; } } .motionbx .shapbx .shapleft { width: 25%; position: relative; z-index: 2; } .motionbx .shapbx .shapleft img { width: 100%; } .motionbx .shapbx .shapright { width: 75%; position: relative; z-index: 2; } .motionbx .shapbx h3 { font-size: 24px; line-height: 30px; font-weight: 800; margin-bottom: 30px; } .motionbx .shapbx ul { list-style: disc; } .motionbx .shapbx li { font-size: 18px; margin-bottom: 0px; line-height: 28px; font-weight: 300; margin-bottom: 15px; } .motionbx .slick-next, .motionbx .slick-prev { text-indent: -9999px; padding: 0; position: absolute; margin: 0 auto; bottom: auto; z-index: 3; overflow: hidden; width: 50px !important; height: 50px !important; border: 0; background-color: transparent; display: flex; align-items: center; } .motionbx .slick-prev { right: auto; left: -60px; top: 50%; transform: translateY(-50%) scale(-1); } .motionbx .slick-next { right: -60px; left: auto; top: 50%; transform: translateY(-50%); } .motionbx .slick-next::after, .motionbx .slick-prev::after { position: absolute; content: ""; background-image: url(../images/common_icons/arrow_icn.webp); background-repeat: no-repeat; background-position: center; background-size: 23px; border: 2px solid #fff; border-radius: 50px; width: 50px; height: 50px; background-color: #fff; } .videocta{ text-align: center; } @media (max-width: 1023px) { .aibuy ul { gap: 20px; grid-template-columns: repeat(2, 1fr); } .ctaagentic .ctaagenticimg { display: none; } .ctaagentic .gentmain .ctaagenticcontt { width: 100%; padding: 20px; border-radius: 10px; text-align: center; } .ctaagentic .gentmain .ctaagenticcontt::before { border-radius: 10px; } .domainindustry .row.tabbg { border-radius: 10px; flex-direction: column; } .domainindustry ul.nav.nav-pills { padding: 10px; gap: 10px; flex-direction: row; overflow-x: scroll; } .domainindustry .nav-pills > li > a { width: max-content; } .domainindustry .nav-pills > li > a img { display: none; } .returncounter .why-choose-image img { width: 55%; margin-bottom: 20px; } .returncounter .col-md-4 { position: relative; top: auto; } .agentbenefit ul { grid-template-columns: repeat(2, 1fr); column-gap: 10px; row-gap: 20px; } .agentbenefit .bencta .benimg { position: relative; bottom: 0; display: flex; justify-content: center; } .growth-bx ul { grid-template-columns: repeat(1, 1fr); column-gap: 10px; row-gap: 20px; } .reward { overflow: hidden; } .makeagentic ul { grid-template-columns: repeat(2, 1fr); gap: 15px; } .hire-agentic:after { display: none; } .autonext ul { text-align: left; } .casestudycomp ul.nav.nav-pills { gap: 10px; overflow-x: scroll; } .domainindustry .tab-content.clearfix { padding: 10px 20px; border-radius: 0; text-align: left; } .overflow-x-add { overflow-x: auto !important; } .fdc { gap: 0; } .Consolidatevideo video { height: auto; } .techinti .tools_tech_left { padding: 10px; width: 100%; } .techinti .tools_tech_rt { width: 100%; padding: 10px; } .techinti .tools_tech_scroll { height: auto; overflow-y: hidden; overflow-x: scroll; display: flex; } .techinti .tools_tab_link { font-size: 18px; padding: 10px; width: 100%; display: block; } .techinti .tools_tab_link span { width: max-content; display: block; } .techinti .tools_tech_wrapper { border-radius: 10px; flex-direction: column; } .techinti .tools_right_scroll { padding-right: 0; } .techinti .tools_rt_inner { padding: 10px 0; } .container { overflow: hidden; } .motionbx .shapbx { margin: 0 5px; padding: 15px; } .techinti .tools_tab_grid ul { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 767px) { .pg_bg { overflow: hidden; } .aibuy ul { grid-template-columns: repeat(1, 1fr); } .genbannercontent h1 { font-size: 30px; line-height: 36px; } .agentic_banner .agentic_banner_content .genbannercontent { width: 100%; } .marquee-card { width: 165px; height: 95px; } .aibuy ul li h3 { font-size: 20px; line-height: 30px; width: auto; margin-top: 20px; } .aibuy ul .topbuy img { max-width: 75px; left: auto; } .aibuy ul .buyicon { padding: 10px 20px 0; } .ctaagentic h2 { font-size: 26px; line-height: 38px; } .returncounter .about-us-item { justify-items: center; gap: 10px; align-items: center; } .returncounter .about-item-content h3 { margin-bottom: 10px; text-align: center; } .returncounter .about-item-content .num { font-size: 30px; } .returncounter .about-us-box { border-radius: 10px; padding: 10px; } .heading h2 { font-size: 28px; line-height: 1.3; } .returncounter .about-us-item .icon-box { position: relative; right: auto; } .buyagentic .col-md-5 { position: relative; top: auto; text-align: center; margin-bottom: 30px; } .buyagentic.pg_bg.py { padding-bottom: 0; } .headleft { text-align: center; } .buyagentic h3 { font-size: 20px; line-height: 26px; } .custombx .custom { gap: 10px; border-radius: 10px; max-width: 100%; padding: 10px 15px; margin: 0 5px; } .custombx .custom p { font-size: 18px; line-height: 1.3; } .mevideopartbox { margin-bottom: 30px; } .mevideopartbox h3 { font-size: 20px; } .agentbenefit ul { grid-template-columns: repeat(1, 1fr); } .autonext .nextimg img { margin-bottom: 20px; } .returncounter .counter-grid { column-gap: 15px; row-gap: 15px; } .reward .awardusbx { padding-bottom: 80px; } .awardusbx .slick-next { right: -70px; left: 0; top: auto; bottom: -25px; margin: 0 auto; } .awardusbx .slick-prev { left: -70px; right: 0; top: auto; bottom: -25px; margin: 0 auto; } .faq-tabb ul.nav.nav-pills { flex-direction: row; gap: 5px; margin-bottom: 20px; justify-content: center; } .faq-tabb ul.nav.nav-pills li a { padding: 10px; } .makeagentic ul { grid-template-columns: repeat(1, 1fr); } .motionbx .shapbx { flex-direction: column; } .motionbx .slick-next { right: -70px; left: 0; top: auto; bottom: -25px; margin: 0 auto; } .motionbx .slick-prev { left: -70px; right: 0; top: auto; bottom: -25px; margin: 0 auto; } .casestudycomp .caseleft { width: 100%; text-align: center; } .casestudycomp .caseleft img { width: 50%; } .casestudycomp .caseitem { gap: 30px; flex-direction: column; } .casestudycomp .caseright ul { gap: 10px; } .casestudycomp .caseright ul li { padding: 10px 20px; border-radius: 8px; margin: 0; } .casestudycomp .caseright { width: 100%; text-align: center; } .casestudycomp .caseright ul li .usernumber_count { margin-bottom: 0; } .motionbx .shapbx .shapright { width: 100%; } .aitestimonial .aitestimonial_main { flex-direction: column; gap: 30px; } .aitestimonial .aitestimonial_video { width: 100%; } .aitestimonial .aitestimonial_slider { width: 100%; } .shaping-slider.slick-initialized.slick-slider { padding-bottom: 50px; } .techinti .tools_tab_grid ul { grid-template-columns: repeat(2, 1fr); } .agentic_banner { height: 70vh; } .agentic_banner .agentic_banner_content { position: absolute; height: 60vh; } }