@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}
.error{
    color:#E83F36;
}
#response{
    color:#E83F36;
    margin-top: 17px;
    font-size: 14px;
}

a{
	text-decoration: none;
}
.p-0{
	padding: 0px;
}
/*important class*/
.row{
	display: flex;
    flex-wrap: wrap;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.widht-1200{
	max-width: 1200px;
}
.align-item{
	align-items: center;
}
.justify-space-bt{
	justify-content: space-between;
}
.m-auto{
	margin: auto;
}
.bg-purple{
	background-image: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
}
.custom-padding{
	padding: 20px 0px;
}
.col-white{
	color: #fff;
}
.heading-size{
	font-size: 36px;
	font-weight: 700;
	margin: 0px;
}
.hero-heading-size{
	font-size: 42px;
	font-weight: 700;
}
.text-line-h{
	line-height: 1.4em;
}
/*navbar*/
.navbar ul li{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 0px 15px;
}
.navbar ul li a{
	color: #fff;
}
.logo img{
	width: 288px;
}

.footer-links {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center links */
}

.footer-links li {
    margin: 10px 15px; /* Spacing between items */
}

.footer-links a {
    color: #fff; /* Link color */
    text-decoration: none; /* Remove underline */
    font-size: 1rem;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #ddd; /* Light color on hover/focus */
    text-decoration: underline; /* Underline on hover/focus */
}

footer p {
    margin-top: 20px; /* Space above copyright */
    font-size: 0.875rem; /* Smaller font size for copyright */
}

.webLinks a
{
	font-size:18px;
}

.header{ padding-top:25px;}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
	
	.webLinks a
{
	font-size:12px;
}
    .footer-links {
        flex-direction: column; /* Stack links vertically on mobile */
    }

    .footer-links li {
        margin: 5px 0; /* Adjust spacing for mobile */
    }
}
/*hero section*/
.service_img_2::before {
    content: '';
    display: block;
    position: absolute;
    top: -70px;
    left: -60px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateX(var(--translateX)) translateY(var(--translateY));
    animation: mymove 5s infinite;
    z-index: 2;
}
.service_img_2::before {
    background: #6f15f5;
}
.service_img_2{
	position: relative;
}
@keyframes mymove{
0% {
    top: -30px;
    background-color: #44A4CC;
    width: 20px;
}

100% {
    top: 100px;
    background-color: #6f15f5;
    width: 35px;
    height: 35px;
}
}

.hero-section{
	padding: 60px 10px;
	/*height: 55vh;*/
}
.hero-section .btn{
	background: transparent;
	border: 1px solid #fff;	
	padding: 12px 30px;
	border-radius: 2px;
	font-weight: 600;
	margin-top: 20px; 
}
.row .col-6{
	width: 49%;
}
 .form {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    float: right;
}
.form-group {
    margin-bottom: 15px;
}
.form input[type="tel"],
.form input[type="email"],
.form input[type="text"] {
    width: 92%;
    padding: 10px;
    border: 1px solid;
    border-image-source: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
    border-image-slice: 1;
    border-radius: 5px;
    background-color: transparent;
    color: black;
    font-size: 16px;
}
.form input::placeholder {
    color: grey;
}
.form .button {
    text-align: center;
}
.form .button input[type="submit"] {
    width: 50%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.form .button input[type="submit"]:hover {
    transform: scale(1.05);
}


/*development service*/
.Development-second-row{
	padding: 0px 10px !important;
}
.hover-box {
    width: 28%;
    border: 1px solid #6250f6;
    border-radius: 10px;
    padding: 20px;
}
.hover-box img{
	width: 60px;
}
.hover-box .php{
	width: 70px;
}
.tx_features_div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 130%;
    background-image: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
    transform: translate(-112%, 0) skew(18deg);
    transition: .9s;
    z-index: 1; 
}

.tx_features_div {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
    z-index: 2; 
}

.tx_features_div:hover:before {
    transform: translate(-5%, 0) skew(2deg);
}
.tx_features_div:hover h3 , .tx_features_div:hover p{
	color: #fff !important;
	transition: .9s;
}
.tx_features_div:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(5832%) hue-rotate(236deg) brightness(121%) contrast(104%);
}


.hover-box-content {
    position: relative;
    z-index: 3;
}


/*about sectin section*/
.vector-image img {
    width: 100%;
}
.Development-section{
	width: 65%;
	padding-top: 30px;
}
.container.about-section{
	background-image: linear-gradient(360deg, #5a49f8 0%, #7215dc 100%);
	padding-bottom: 50px; 
}
.about-section-img img{
	width: 100% !important;
	margin-bottom: -15px;
}
.banner_hover_effect img{
	background: transparent;
    /* position: absolute; */
    bottom: 100%;
    animation: 5s ease infinite wave2;
    transform: scaleY(0.8);
    transform-origin: bottom;
}

@keyframes wave2{
0% {
    transform: scaleY(0.8);
}
50% {
    transform: scaleY(1);
}
100% {
    transform: scaleY(0.8);
}
}

.services-Development-section {

    padding-top: 30px;
}
/*4 section*/
.service_row{
	
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	padding-bottom: 40px;
}
.service_row .col-3 {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.card {
    position: relative;
}
.ribbon1 {
    position: absolute;
    top: -6.1px;
    width: 100%;
}
.service_row .px-3 {
    padding: 75px 20px 20px 20px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 10px solid #6531eb;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 58px;
}
span.ribbon1 span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0px;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
    font-size: 14px;
    line-height: 1;
    border-top-right-radius: 8px;
}


/*footer*/
.footer {
    text-align: center;
    padding: 20px;
    background-color: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
    color: #fff; /* Text color */
}

.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 160px; /* Adjust the size of the logo */
}

.footer-divider {
    width: 18%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-social a {
    color: #fff;
    /*font-size: 24px; */ /* Adjust the size of the icons */
}

.footer-social a:hover {
    color: #E39225; /* Change icon color on hover */
}

.footer-bottom-divider {
    width: 63%;
    border-top: 1px solid #fff;
    margin: 20px auto;
}

.footer-copyright {
    font-size: 14px;
}
.footer-logo{
	padding-top: 30px;
}


.menu-toggle {
    display: none;
}
.mobile-logo{
	display: none;
}

/*topbar*/
.top-bar i{
	font-size: 20px;
}
span.p-right {
    padding-right: 12px;
    padding-left: 30px;
}
.float{
	justify-content: flex-end;
}
.navbar{
	margin-right: -15px;
}

@media(max-width: 1225px){
	.widht-1200 {
    max-width: 1140px;
}
}

@media(max-width: 1141px){
	.widht-1200 {
        max-width: 1023px;
    }
}
@media(max-width: 1024px){
	.hero-heading-size{
		font-size: 32px;
	}
	.navbar {
	    margin-right: 0px;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.custom-padding{
		padding: 20px 10px;
	}
	.heading-size {
		font-size: 28px;
	}
	.service_row{
		grid-template-columns: 1fr 1fr;
		padding: 0px 10px;
		margin-bottom: 40px;
	}
	.hover-box{
		width: 27%;
	}
	.hero-section{
		height: 100%;
	}
	.row .col-6{
		width: 100%;
	}
	form.form {
    float: unset;
    margin-top: 40px;
}
}

@media(max-width: 768px){
	.top-bar .col-6:nth-child(1){
		display: none;
	}
	.nav-menu{
		display: none;
	}
	.About-company {
    padding: 0 10px;
}
	.hero-section{
		height: 100%;
		padding: 20px 10px 60px 10px;
	}
	 .custom-padding {
        padding: 10px;
    }
        .Development-section {
        width: 100%;
        padding: 30px 20px 0px 15px;
    }
    .hover-box{
    	margin-bottom: 20px;
    }
    .menu-toggle {
        display: block !important;
        z-index: 9999999;
        position: relative;
        background: #7019df;
        color: #fff;
        font-size: 30px;
        border: none;
    }
	.nav-menu.show ,.mobile-logo{
		display: block !important;
        margin: 0;
        padding: 5px 0px 40px 15px;
    }
	 ul#nav-menu {
        right: -10px;
        position: absolute;
        top: -15px;
        background: linear-gradient(60deg, #5a49f8 0%, #7215dc 100%);
        width: 100%;
        padding: 40px 20px;
        z-index: 99;
        height: 100vh;
    }
    .header{
    	position: relative;
		padding-top:25px;
    }
	ul#nav-menu li {
	    margin-bottom: 20px;
	}
	.service_row .col-3{
		padding-top: 0px !important;
	}
	.footer-divider{
		width: 70%;
	}
	.footer-bottom-divider{
		width: 90%;
	}
	form.form{
		max-width: -webkit-fill-available !important;
	}
	.hover-box {
        width: 100%;
    }
     .service_row {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 492px){
	.p-top{
		padding-top: 10px;
	}
}
@media(max-width: 425px){
	.hero-section{
		padding: 10px 10px 50px 10px;
		height: 100%;
	}
	.Development-section ,.row .col-6{
		width: 100% !important;
	}
	.hover-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .col-6.service_img_2 {
	    width: 100%;
	    padding-bottom: 30px;
	}
    .service_row{
		grid-template-columns: 1fr;
	}
	.form{
		float: unset;
	}
	.custom-padding {
        padding: 0 10px;
    }
    .service_row {
	    margin-bottom: 40px;
	}

}

@media(max-width: 375px){
	 .hero-heading-size {
        font-size: 24px;
    }
        .form {
        float: unset;
        width: 72%;
    }
        .heading-size {
        font-size: 24px;
    }
}
