@font-face {
	font-family: 'CenturyGothic';
	src: url('font/CenturyGothic.woff2') format('woff2'),
		url('font/gothic.woff') format('woff'),
		url('font/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'CenturyGothic', sans-serif;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.container {
	padding: 60px 100px;
}

.preview_video_box .container {
	padding: 0;
}

input:focus {
	outline: unset;
}


    
.privee_banner {
	background-image: url("../images/cloud-networking-with-people-files-dropping-through-mobile-phones.webp");
	display: grid;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}

.privee_banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #000000a6;
}

.banner_container {
	text-align: center;
	position: relative;
	z-index: 9;
}

.banner_container img {
	width: 42%;
}

.banner_img {
	margin-top: 8px;
}

.banner_text {
    font-size: 90px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 4px;
    line-height: 110px;
}
.app_text {
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 6px;
}
.download_app_banner {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 33px;
	margin-bottom: 83px;
}

.coming_soon {
	margin-bottom: 82px;
	color: #fff;
	font-size: 20px;
}

.download_app_banner img {
    width: 167px !important;
    border-radius: 11px;
}
.arrow_wrapper {
    margin-top: 44px;
}
.arrow_wrapper_icon svg {
	fill: #FFFFFF;
	width: 42px;
	height: 42px;
	animation: bouncePause 3s infinite;
}

.footer_bottom_right {
	display: none;
	gap: 14px;
	text-align: right;
	margin-right: 25px;
	justify-content: space-between;
	margin-top: 45px;
}

.footer_bottom_right a {
	color: #fff;
}

.footer_bottom_right a:hover {
	font-weight: 600;
}

.new_footer_right {
	margin-right: 50px;
}

@keyframes bouncePause {
	0% {
		transform: translateY(0);
	}

	10% {
		transform: translateY(20px);
	}

	20% {
		transform: translateY(0);
	}

	/* 1st up-down */

	30% {
		transform: translateY(20px);
	}

	40% {
		transform: translateY(0);
	}

	/* 2nd up-down */

	100% {
		transform: translateY(0);
	}

	/* pause here till 6s */
}

.preview_video_box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;

}

.preview_video_box {
	position: relative;
	height: 110vh;
}

.preview_video_box video {
	height: 110vh;
	object-fit: cover;
	width: 100%;
}

.previee_video_content {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.privee_banner .container {
	padding: 0px;
}

.previee_video_content h3 {
    font-size: 42px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.previee_video_content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 9px;
}
.previee_video_content button {
    margin-top: 29px;
}
button {
	background-color: #000000;
	font-size: 18px;
	fill: #FFFFFF;
	/* color: #FFFFFF; */
	border-radius: 10px 10px 10px 10px;
	padding: 20px 40px 20px 40px;
	border: unset;
}

button a {
	color: #fff;
}

.privee_app_wrapper {
	background-image: url("../images/representations-user-experience-interface-design.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 110vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.privee_app_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}

.privee_app_wrapper .container {
	position: relative;
	z-index: 9;
}

.prev_app_img img {
	width: 90%;
}

.prev_app_content h3 {
    font-size: 42px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.prev_app_content p {
    color: #fff;
}
.prev_app_content ul {
	list-style-position: inside;
	padding-left: 3px;
	list-style-type: none;
}

.prev_app_content ul li {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 21px;
}

.prev_app_img {
	text-align: center;
	display: none;
}

.privee_app .row {
	align-items: center;
}

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

.preview_at_skill_wrapper {
	background-image: url("../images/smartphone-with-user-interface-concept.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 106vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.preview_at_skill_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000c2;
}

.preview_at_skill_wrapper .container {
	position: relative;
	z-index: 9;
}

.at_skill h3,
.at_skill h1 {
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 24px;
	text-align: center;
}

.at_skill p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
}

.skill_img {
	text-align: end;
}

.skill_img img {
	width: 75%;
}

.skill_left svg {
	fill: #ffd0e7;
	color: #ffd0e7;
	border-color: #ffd0e7;
	width: 2em;
	height: 2em;
}

.skill_box {
	display: flex;
}

.skill_left span {
	padding: 26px 20px;
	background: #000;
	border-radius: 10px;
}

.skill_right {
	margin-top: 11px;
}

.skill_right h3 {
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 3px;
}

.skill_right p {
	margin-bottom: 0px;
}

.skill_box {
	display: flex;
	align-items: center;
	gap: 14px;
}

.skill_text img {
	height: 15px;
	object-fit: cover;
	object-position: center center;
	filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.skill_text button {
	margin-top: 38px;
}

.preview_club_wrapper {
	background-image: url("../images/creative-frontend-developer-brainstorming-ui-design-scrutinize.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 110vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.preview_club_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.preview_club_wrapper .container {
	position: relative;
	z-index: 9;
}
.iappContact_wrapper {
    background-image: url("../images/contactUs.webp");
    background-position: 0px -325px;
    background-repeat: no-repeat;
    min-height: 60vh;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
.iappContact_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.iappContact_wrapper .container {
    position: relative;
    z-index: 9;
}
.about_wrapper {
    background-image: url("../images/aboutus.webp");
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
.about_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.about_wrapper .container {
    position: relative;
    z-index: 9;
}
.service_backend {
    background-image: url("../images/application-programming-interface-hologram.webp");
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
.service_backend::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.service_backend .container {
    position: relative;
    z-index: 9;
}
.service_API {
    background-image: url("../images/api-application-programming-interface-software-development-tool.webp");
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
.service_API::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.service_API .container {
    position: relative;
    z-index: 9;
}
.ios_section {
    background-image: url("../images/mobile-phone-background-images.webp");
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
.ios_section::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.ios_section .container {
    position: relative;
    z-index: 9;
}
.android_section {
    background-image: url("../images/future-technology-concept-with-person-using-laptop-computer.webp");
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
}
.android_section::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}
.android_section .container {
    position: relative;
    z-index: 9;
}
.cases_heading {
    font-size: 43px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 38px;
    padding-left: 2px;
    text-align: center;
}
.content_after_heading {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.content_after_heading b {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.content_after_heading button {
    background: #0249c6;
    color: #fff;
    font-weight: 600;
    padding: 0;
}
.content_after_heading button a {
    padding: 11px 20px;
    display: block;
}
.club_box {
	text-align: center;
}
.whiteheading {
    color: #fff;
}
.club_box h3 {
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.club_box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.para_dating{
    margin-bottom: 20px;
}
.dating_bottom_para {
    text-align: left !important; 
}
main.fullpage-container {
    position: relative;
}
.navbar-brand img {
    width: 107px;
}
.navbar .navbar-collapse {
    justify-content: end;
}
.navbar .navbar-nav {
    gap: 20px;
}
.navbar-toggler-icon {
    background-image: unset;
    color: #fff;
}
.navbar-toggler {
    border: unset;
    outline: unset;
}
button:focus:not(:focus-visible) {
    box-shadow: unset;
}
.navbar .navbar-collapse.show {
    margin-top: 20px;
}
.navbar .container-fluid {
    padding: 0px 60px;
}
ul.navbar-nav li a {
    color: #fff;
    font-weight: 600;
}
li.nav-item.dropdown ul li a {
    color: #000000d9;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important;
}
.Testimonial_slider .at_skill ul {
    padding-left: 0px;
}
.Testimonial_slider .at_skill ul li {
    list-style-type: circle;
}
.club_box ul {
	padding-left: 0px;
	margin-left: -7px;
}

.club_box ul li, .at_skill ul li {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 8px;
    list-style-type: none;
    display: flex;
    gap: 20px;
    align-items: center;
}
.at_skill_new ul li{
    margin-bottom: 21px;
}
.club_box ul li svg, .at_skill ul li svg {
	width: 32px;
	height: 32px;
}
.club_box ul li img, .at_skill ul li img {
	width: 26px;
	height: 26px;
	margin-top: 4px;
}
.club_box ul li span, .at_skill ul li span {
	width: 100%;
	line-height: 28px;
}
.tag_lines {
    text-align: left !important;
    margin-top: 27px;
}
.tag_lines2{
    margin-top: 27px;
}
.mail_box_wrapper {
	text-align: center;
	padding: 0px 11px;
	background-color: #fff;
}

.mail_box h2 {
	font-family: Helvetica;
	font-size: 72px;
	font-weight: 600;
	line-height: 82px;
	color: #000000;
}

.mail_box h4 {
	font-size: 26px;
	font-weight: 600;
	text-transform: none;
	line-height: 34px;
	color: #000000;
	margin: 21px 0px;
}

.mail_box p {
	color: #000000d9;
	letter-spacing: 0px;
}

.main_sent_box {
	margin-top: 35px;
}

.main_sent_box form {
	display: flex;
	justify-content: center;
	gap: 17px;
}

.main_sent_box input {
    background: #fff;
    color: #000;
    height: 50px;
    border: 1px solid #000;
    border-radius: 7px;
    max-width: 100%;
    padding: 11px 15px;
    width: 30%;
}
.main_sent_box button {
	height: 50px;
	padding: 5px 20px;
	border-radius: 7px;
}

.footer_section {
    background: #000000;
    padding: 60px 11px 20px;
}

.footer_section_left {
	width: 77%;
}

.footer_section_left img {
    width: 118px;
    margin-bottom: 20px;
}

.footer_section_left p {
	color: #fff;
	line-height: 25px;
	letter-spacing: 0px;
	margin-bottom: 38px;
	display: none;
}
.navbar {
    box-shadow: unset;
    background: #0053e6d9 !important;
    position: absolute;
    width: 100%;
    padding: 20px 0px;
}
.why_new_section_inner {
    padding-top: 80px;
}
.ul_section {
    color: #fff;
}
.ul_section h3 {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
}
.logo_new_cls {
    width: 35% !important;
    margin-bottom: 20px;
}
.copyright {
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.footer_section_right h5 {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.email_section svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.email_section {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 20px 0px;
}

.footer_section_right {
	padding-left: 90px;
}

.email_section a {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.italic_box p {
    margin-bottom: 20px;
    color: #fff;
}

.skill_right p {
	text-align: left;
}

.testimonials-wrap {
	padding: 40px 0;
	position: relative;
	z-index: 9;
	text-align: center;
}

.testimonials-wrap button {
	margin-top: 35px;
}

.Testimonial_slider {
	background-image: url(../images/representation-user-experience-interface-design.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 106vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.Testimonial_slider::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}

.testimonial_item {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 17px;
}

.testimonial-box p {
	min-height: 143px;
	margin-top: 21px;
}

.first_text {
    padding: 0px 0px 20px;
    font-weight: 700;
}

.why_new_section_inner .container {
	padding: 54px 0;
	width: 86%;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  padding: 15px 25px;
  font-size: 14px;
  color: #333;
  display: none;
  z-index: 9999;
}

.cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-group {
  display: flex;
  gap: 10px;
}

.cookie-container p {
    margin-bottom: 0px;
}
.cookie-banner button {
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
    font-size: 13px;
}

.btn-accept {
  background-color: #28a745;
  color: white;
}

.btn-accept:hover {
  background-color: #218838;
}

.btn-reject {
  background-color: #dc3545;
  color: white;
}

.btn-reject:hover {
  background-color: #c82333;
}

.ul_section {
    color: #000;
}
.white_text .ul_section {
    color: #fff;
}
/*.nav-item a:hover {*/
/*    color: #218838 !important;*/
/*}*/
.cases_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
}

.cases_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out; 
}

.cases_img:hover img {
    transform: scale(1.1); 
}

.case_name {
    font-size: 21px;
    margin-top: 11px;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
}
.case_detail {
    font-size: 17px;
    color: #000000;
}
.cases_card {
    margin-bottom: 44px;
}
.forMobile{
        display:none;
    }
    .why_new_section_inner.white_text .cases_card .case_name {
    color: #fff !important;
}
    .why_new_section_inner.white_text .cases_card .case_detail {
    color: #fff !important;
}
.form_section label {
    color: #fff;
}
.form_section h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 44px;
    text-align: center;
    font-weight: 600;
    line-height: 32px;
}
.contact_btnBox {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.form_section button {
    background: #114093d9;
    color: #fff;
    font-weight: 600;
}
.form_section .btn:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: #0053e6d9;
}
.form-control:focus {
    box-shadow: unset;
}
.form_section {
    border-radius: 6px;
    padding: 40px;
    margin-top: 30px;
    background: #0053e694;
    background: #0053e6;
}
.form_section textarea {
    min-height: 158px;
}
.form_section .form-control {
    background: #0248c5;
    padding: 12px 14px;
    border: unset;
    color: #ffffff91;
    font-weight: 600;
}
.form_section .form-control::placeholder {
    color: #ffffff91;
    font-weight: 600;
}