p {
margin-bottom: 0 !important;
}
a:focus {
outline: none !important;
}
.h-100{
height: 100% !important;
}
.w-fit-content{
width: fit-content;
}
.overflow-hidden-x {
overflow-x: clip !important;
}
@media screen and (max-width:767px) {
.overflow-hidden-x {
overflow: hidden !important;
}
}
.rotate-animation {
animation: rotateImage 7s linear infinite;
}
@media screen and (min-width:1440px) {
.rotate-animation {
right: -250px !important;
}
}
@keyframes rotateImage {
0% {
transform: rotate(0deg);
transform-origin: center;
}
100% {
transform: rotate(360deg);
transform-origin: center;
}
}
@media screen and (max-width:767px) {
.mobile-header .elementor-nav-menu {
backdrop-filter: blur(5px);
}
}
.header-social-icons .elementor-social-icons-wrapper .elementor-grid-item {
perspective: 1000px;
}
.header-social-icons .elementor-social-icons-wrapper .elementor-grid-item svg {
transition: transform 0.6s;
}
.header-social-icons .elementor-social-icons-wrapper .elementor-grid-item:hover svg {
animation: rotateOnce 0.6s forwards;
}
@keyframes rotateOnce {
from {
transform: rotateX(0deg);
}
to {
transform: rotateX(360deg);
}
}
.header-icon-btn .elementor-button-content-wrapper .elementor-button-icon, .header-icon-btn .elementor-button {
transition: all 0.3s linear;
}
.header-icon-btn .elementor-button-content-wrapper {
align-items: center;
}
.header-icon-btn .elementor-button-content-wrapper svg {
width: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.header-icon-btn .elementor-button-content-wrapper .elementor-button-icon {
transition: all 0.3s linear;
transform: translateX(40px);
opacity: 0;
}
.header-icon-btn .elementor-button:hover  {
padding: 10px 30px 10px 30px !important;
}
.header-icon-btn .elementor-button:hover .elementor-button-icon {
transform: translateX(0px);
opacity: 1;
}
.call-icon-btn .elementor-button path.signal-1 {
transition: all 0.5s linear;
}
.call-icon-btn .elementor-button path.signal-2 {
transition: all 0.3s linear;
}
.call-icon-btn .elementor-button path.signal-1, .call-icon-btn .elementor-button path.signal-2 {
transform: translate(-30px, 30px);
opacity: 0;
}
.call-icon-btn .elementor-button:hover path.signal-1, .call-icon-btn .elementor-button:hover path.signal-2 {
transform: translate(15px, -15px);
opacity: 1;
}
.call-icon-btn .elementor-button svg {
overflow: visible;
}
.call-icon-btn .elementor-button .elementor-button-content-wrapper {
align-items: center;
}
.menu-header-inner-col .elementor-nav-menu {
padding-left: 0 !important;
}
.menu-header-inner-col {
width: fit-content !important;
}
.menu-header .menu-header-inner-col {
transition: background-color 0.3s linear, backdrop-filter 0.3s linear, border-radius 0.3s linear, padding 0.3s linear;
background-color: #0a0a0a00;
backdrop-filter: blur(5px);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #fff0;
border-radius: 10px 10px 10px 10px;
padding: 0px 20px 0px 110px;
}
.menu-header.scrolled .menu-header-inner-col {
transition: all 0.3s linear;
position: fixed;
top: 20px;
background-color: #0a0a0a2e;
backdrop-filter: blur(5px);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #C6C6C680;
border-radius: 10px 10px 10px 10px;
padding: 5px 20px 5px 20px;
}
.menu-header.scrolled .menu-header-inner-col .menu-header-inner-logo, .menu-header.scrolled .menu-header-inner-col .menu-header-inner-btn {
transition: all 0.3s linear;
}
.menu-header-inner-logo {
transform: translateX(-25px);
opacity: 0;
}
.menu-header-inner-btn {
transform: translateX(40px);
opacity: 0;
}
.menu-header.scrolled .menu-header-inner-col .menu-header-inner-logo {
transform: translateX(0px);
opacity: 1;
}
.menu-header.scrolled .menu-header-inner-col .menu-header-inner-btn {
transform: translateX(0px);
opacity: 1;
}
.home-menu .elementor-nav-menu {
gap: 25px;
align-items: center;
margin: 0 !important;
}
.home-menu .elementor-nav-menu::after {
display: none !important;
}
.home-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
display: block !important;
}
@media screen and (max-width:1024px) {
.home-menu .elementor-nav-menu {
gap: 18px;
}
}
.home-menu .menu-item::after {
content: "" !important;
width: 100% !important;
height: 2px !important;
background-color: #765EFF !important;
display: block !important;
border: none !important;
margin-top: 3px !important;
transform: scale(0);
transform-origin: right;
transition: transform .3s cubic-bezier(.25,0,.4,1), background-color .35s cubic-bezier(.52,.01,.16,1) !important;
}
.home-menu .menu-item:hover::after {
transform: scale(1);
transform-origin: left;
}
.home-menu .menu-item.activate::after {
content: "" !important;
width: 100% !important;
height: 2px !important;
background-color: #765EFF !important;
display: block !important;
border: none !important;
margin-top: 3px !important;
transform: scale(1);
transform-origin: left;
transition: transform .3s cubic-bezier(.25,0,.4,1), background-color .35s cubic-bezier(.52,.01,.16,1) !important;
}
.learn-more-btn .elementor-button-text::after {
content: "";
width: 100%;
height: 2px;
background-color: #fff;
display: block;
margin-top: 3px;
transform: scale(0);
transform-origin: right;
transition:transform .3s cubic-bezier(.25,0,.4,1),border-color .35s cubic-bezier(.52,.01,.16,1);
}
.learn-more-btn:hover .elementor-button-text::after {
transform: scale(1);
transform-origin: left;
}
.newsletter input:focus {
box-shadow: #ffffff1a 0px 0px 0px 2px inset !important;
}
.newsletter .elementor-button {
box-shadow: inset 0 0 1.6em -0.6em #49257e;
position: relative;
}
.newsletter .elementor-button svg {
width: 14px !important;
height: 14px !important;
}
.newsletter .elementor-button svg path {
fill: #765EFF !important;
}
.newsletter .elementor-button .elementor-button-icon {
background: #fff;
height: 30px;
width: 33px;
border-radius: 7px;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0.1em 0em 0.6em 0.1em #7b52b9;
position: absolute;
right: 5px;
transition: all 0.3s linear;
}
.newsletter.popup-box .elementor-button .elementor-button-icon { height: 49px;
width: 49px;
}
.newsletter.popup-box .elementor-button:hover .elementor-button-icon {
width: calc(100% - 5px) !important;
}
.newsletter .elementor-button:hover .elementor-button-icon {
width: 93%;
}
.newsletter .elementor-button:active .elementor-button-icon {
transform: scale(0.95);
}
@media screen and (max-width:767px) {
.footer-menu-links nav ul, .footer-menu-info nav ul {
display: flex;
gap: 20px;
}
}
.main-heading h2 {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.main-heading-1 {
font-size: 50px;
font-weight: 600;
line-height: 40px;
}
.main-heading-2 {
color: #999;
font-weight: 800;
position: absolute;
top: 50%;
left: 0;
transform: translate(-0px, -56px);
width: 100%;
text-align: center;
}
.main-heading-3 {
font-size: 80px;
font-weight: 700;
line-height: 60px;
margin-left: -4px;
}
.main-heading-4 {
font-size: 45px;
font-weight: 500;
line-height: 37px;
}
.main-heading-5 {
font-family: "Instrument Serif", "Instrument Serif Placeholder", serif;
font-style: italic;
font-size: 83px;
font-weight: 400;
color: #765eff;
line-height: 56px;
margin-left: -6px;
}
@media screen and (max-width:1024px) {
.main-heading h2 {
gap: 5px;
}
.main-heading-1 {
font-size: 40px;
line-height: 0.9em;
}
.main-heading-2 {
top: 51%;
left: -2px;
}
.main-heading-3 {
font-size: 64px;
line-height: 0.9em;
margin-left: -2px;
} .main-heading-5 {
font-size: 68px;
line-height: 56px;
margin-left: -6px;
}
}
@media screen and (max-width:374px) {
.main-heading h2 {
gap: 5px;
}
.main-heading-1 {
font-size: 35px;
line-height: 0.9em;
}
.main-heading-2 {
top: 51%;
left: -2px;
}
.main-heading-3 {
font-size: 56px;
line-height: 0.9em;
margin-left: -2px;
}
.main-heading-4 {
font-size: 35px;
line-height: 37px;
}
.main-heading-5 {
font-size: 60px;
line-height: 56px;
margin-left: -6px;
}
}
.sec3-heading {
font-family: "Instrument Serif", "Instrument Serif Placeholder", serif;
font-style: italic;
font-weight: 400;
color: #765eff;
}
.bg-gradient {
background: linear-gradient(180deg, rgba(17, 16, 21, 1) 0%, rgba(17, 16, 21, 0.93) 25%, rgba(17, 16, 21, 0.94) 52%, rgba(28, 25, 49, 0.9) 72%, rgba(79, 67, 178, 0.67) 88%, rgba(107, 90, 250, 0.55) 100%);
border-radius: 20px;
}
.bg-border {
background: linear-gradient(180deg, #4F4F4F 0%, rgba(83, 80, 104, 0.97) 56%, rgba(107, 90, 250, 0.83) 100%);
border-radius: 20px;
}
.color-font-change {
font-family: "Instrument Serif", "Instrument Serif Placeholder", serif;
font-style: italic;
font-weight: 400;
color: #765eff;
letter-spacing: 0 !important;
}
.css-tabs .e-n-tab-title[aria-selected="true"] {
transform: translateY(-5px);
}
.css-tabs .e-n-tab-title:hover {
transform: translateY(-5px);
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 8));
}
}
.slider {
overflow: hidden;
position: relative;
}
.slider::before,
.slider::after {
background: linear-gradient(to right, #0a0a0a 0%, rgba(255,255,255,0) 100%);
content: "";
position: absolute;
height: 100%;
width: 230px;
z-index: 2;
backdrop-filter: blur(1px);
}
@media screen and (max-width:767px) {
.slider::before,
.slider::after {
width: 80px;
}
}
.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slider .slide-track {
animation: scroll 40s linear infinite;
display: flex;
width: calc(250px * 8) !important;
}
.opacity-5 {
opacity: 0.5;
}
.testimonials .elementor-testimonial-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.testimonials .elementor-testimonial-details {
display: flex !important;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.testimonials .elementor-testimonial-meta-inner {
display: flex !important;
align-items: center;
}
.font-change {
font-family: "Instrument Serif", "Instrument Serif Placeholder", serif;
font-style: italic;
color: #765eff;
}
.video-bg .elementor-wrapper video {
background: none !important;
}
.accordian details {
background: linear-gradient(180deg, #111015 0%, #0A0A0A 100%) !important;
border-radius: 10px;
}
.accordian details[open=""] {
background: linear-gradient(180deg, rgba(17,16,21,1) 0%, rgba(17,16,21,0.94) 60%, rgba(67,55,137,1) 79%, rgba(92,74,196,1) 93%, rgba(117,93,254,1) 100%) !important;
}
@media screen and (max-width:767px) {
.client-img-box .elementor-image-box-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 10px;
}
.client-img-box .elementor-image-box-content {
text-align: left;
}
.css-tabs .e-n-tab-title {
width: fit-content !important;
align-self: center;
}
}
h1.igLUv25CGn1lcV9W4BLo.VHgo1Gke8HlB303mVQsG.A0C3rymvRQogoPtPXiac {
color: red;
}
.ast-scroll-top-icon, .ast-scroll-top-icon .ast-icon svg {
transition: all 0.2s linear;
}
.ast-scroll-top-icon {
border: 1px solid #474747;
width: 2.2em !important;
height: 2.2em !important;
backdrop-filter: blur(5px);
}
.ast-scroll-top-icon:hover .ast-icon svg {
transform: translate(0, -20%) rotate(180deg) scale(1.2) !important;
}
.ast-scroll-top-icon:focus {
border: none;
}
.marquee-wrapper {
overflow: hidden;
margin: 0 auto !important;
text-align: center;
position: relative;
}
.marquee-wrapper .marquee-block {
height: 500px;
overflow: hidden;
position: relative;
}
.marquee-inner {
display: block;
position: absolute;
}
.marquee-inner.to-left {
animation: marqueeTop 25s linear infinite;
}
.marquee-inner.to-right {
animation: marqueeBottom 25s linear infinite;
}
.marquee-item {
width: 100%;
display: block;
transition: all .1s ease-out;
}
@keyframes marqueeTop {
0% {
top: 0;
}
100% {
top: -100%;
}
}
@keyframes marqueeBottom {
0% {
top: -100%;
}
100% {
top: 0;
}
}
.marquee-wrapper::before,
.marquee-wrapper::after {
background: linear-gradient(to bottom, #0a0a0a 0%, rgba(255, 255, 255, 0) 100%);
content: "";
position: absolute;
width: 100%;
height: 100px; z-index: 2;
}
@media screen and (max-width: 767px) {
.marquee-wrapper::before,
.marquee-wrapper::after {
height: 80px;
}
}
.marquee-wrapper::after {
bottom: 0;
left: 0;
transform: rotateZ(180deg);
}
.marquee-wrapper::before {
top: 0;
left: 0;
} .package-btn-col {
backdrop-filter: blur(6px);
}
.package-btn {
overflow: hidden;
}
.package-btn .elementor-button {
box-shadow: rgb(255 255 255 / 6%) 0px 0px 10px 0px inset, rgb(255 255 255 / 3%) 0px 0px 8px 0px !important;
backdrop-filter: blur(4px);
}
.package-btn .elementor-button::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(https://roshanstudio.co/wp-content/uploads/2024/08/rR6HYXBrMmX4cRpXfXUOvpvpB0.png);
background-size: 128px;
background-position: center;
opacity: 0.04;
z-index: -1;
}
.particle-button {
z-index: 10;
position: relative;
}
.particle {
position: absolute;
width: 45px;
height: 45px;
z-index: -1;
border-radius: 50%;
pointer-events: none;
opacity: 0;
transform: translate(-50%, -50%);
filter: blur(10px); }
@media screen and (min-width:768px) { ::-webkit-scrollbar {
width: 12px;
} ::-webkit-scrollbar-track {
background: #2f2e2e;
box-shadow: 0px 0px 7px 1px #0e0e0e inset;
} ::-webkit-scrollbar-thumb {
background: #0a0a0a;
border-radius: 15px;
border: 2px solid #99868600;
scrollbar-width: thin;
background-clip: padding-box;
} ::-webkit-scrollbar-thumb:hover {
background: #765eff;
border-radius: 15px;
border: 2px solid #99868600;
scrollbar-width: thin;
background-clip: padding-box;
} iframe {
scrollbar-width: thin; scrollbar-color: #888 #eee; } iframe::-webkit-scrollbar {
width: 12px;
}
iframe::-webkit-scrollbar-track {
background: #eee;
}
iframe::-webkit-scrollbar-thumb {
background: #888;
border-radius: 6px;
}
}
.marquee-wrapper-mobile-2 {
overflow: hidden !important;
}
.marquee-inner-mobile-2 .marquee-inner-col-mobile-2 {
float: left !important;
width: 50% !important;
display: inline-block !important;
}
.marquee-wrapper-mobile-2 .marquee-block-mobile-2 {
height: 100% !important;
width: calc(350px * 2) !important;
overflow: hidden !important;
box-sizing: border-box !important;
position: relative !important;
}
.marquee-inner-mobile-2 {
display: inline-block !important;
width: 200% !important; }
.marquee-inner-mobile-2.to-left {
animation: marqueeLeftMobile2 25s linear infinite !important;
}
.marquee-inner-mobile-2.to-right {
animation: marqueeRightMobile2 25s linear infinite !important;
}
.marquee-item-mobile-2 {
width: 50% !important;
height: auto !important;
display: inline-block !important;
float: left !important;
transition: all .2s ease-out !important;
}
@media screen and (max-width:500px) {
.marquee-wrapper-mobile-2 .marquee-block-mobile-2 {
width: calc(500px * 1) !important;
}
.marquee-item-mobile-2 {
width: 100% !important;
}
.d-xs-none {
display: none !important;
}
.marquee-wrapper-mobile-2 .elementor-testimonial-content {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
}
@keyframes marqueeLeftMobile2 {
0% {
left: 0;
}
100% {
left: -100%;
}
}
@keyframes marqueeRightMobile2 {
0% {
left: -100%;
}
100% {
left: 0;
}
}
.chaty-i-trigger .chaty-channel {
bottom: 65px;
} .wrapper .e-con-inner {
width: 100%;
max-width: 1140px;
margin-inline: auto;
position: relative;
height: 100px;
margin-top: 5rem;
overflow: hidden;
mask-image: linear-gradient(
to right,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 1) 20%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0)
);
}
@keyframes scrollLeft {
to {
left: -150px;
}
}
.item {
width: 150px;
height: 100px;
position: absolute;
left: max(calc(150px * 16), 100%);
animation-name: scrollLeft;
animation-duration: 30s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.item:nth-child(1) {
animation-delay: calc(30s / 16 * (16 - 1) * -1);
}
.item:nth-child(2) {
animation-delay: calc(30s / 16 * (16 - 2) * -1);
}
.item:nth-child(3) {
animation-delay: calc(30s / 16 * (16 - 3) * -1);
}
.item:nth-child(4) {
animation-delay: calc(30s / 16 * (16 - 4) * -1);
}
.item:nth-child(5) {
animation-delay: calc(30s / 16 * (16 - 5) * -1);
}
.item:nth-child(6) {
animation-delay: calc(30s / 16 * (16 - 6) * -1);
}
.item:nth-child(7) {
animation-delay: calc(30s / 16 * (16 - 7) * -1);
}
.item:nth-child(8) {
animation-delay: calc(30s / 16 * (16 - 8) * -1);
}
.item:nth-child(9) {
animation-delay: calc(30s / 16 * (16 - 9) * -1);
}
.item:nth-child(10) {
animation-delay: calc(30s / 16 * (16 - 10) * -1);
}
.item:nth-child(11) {
animation-delay: calc(30s / 16 * (16 - 11) * -1);
}
.item:nth-child(12) {
animation-delay: calc(30s / 16 * (16 - 12) * -1);
}
.item:nth-child(13) {
animation-delay: calc(30s / 16 * (16 - 13) * -1);
}
.item:nth-child(14) {
animation-delay: calc(30s / 16 * (16 - 14) * -1);
}
.item:nth-child(15) {
animation-delay: calc(30s / 16 * (16 - 15) * -1);
}
.item:nth-child(16) {
animation-delay: calc(30s / 16 * (16 - 16) * -1);
}