@import url('https://fonts.googleapis.com/css2?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');

@font-face {
  font-family: "CalSans-SemiBold";
  src: url(../fonts/CalSans-SemiBold.otf);
}

@font-face {
  font-family: "HelveticaNeueBold";
  src: url(../fonts/HelveticaNeueBold.otf);
}

@font-face {
  font-family: "HelveticaNeueMedium";
  src: url(../fonts/HelveticaNeueMedium.otf);
}

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

body {
  background-size: cover;
  background: #FFFFFF;
  overflow-x: hidden;
}

h2,
h3,
h4,
h5 {
  font-family: "CalSans-SemiBold";
}

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

li {
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #383838;
}

/* loader styling start  */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, #1AFFB6 0%, #00744f 85%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  width: 100%;
  height: 100vh;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #ccc;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper.loaded {
  display: none;
}

/* loader styling end  */
/* HEADER START */
.disc-cont a {
  background: #F98500;
  background: linear-gradient(to right, #F98500 0%, #F93200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
}

.disc-cont h4 {
  font-size: 18px;
  line-height: 25px;
  color: #00084D;
}

header {
  padding: 15px 0 10px;
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
  padding-top: 90px;
}

.pd-b {
  padding-bottom: 90px;
}

.al-im {
  width: 100%;
}

.fvt-it {
  max-width: 80%;
  margin: 0 auto;
}

.snd-hed {
  background: #23B6FE;
  background: linear-gradient(to right, #23B6FE 0%, #4373FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 70px;
}

.thrd-hed {
  background: #F98500;
  background: linear-gradient(to right, #F98500 0%, #F93200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 30px;
}

.para {
  color: #1E234C;
  font-size: 15px;
  line-height: 22px;
}

.all-sec {
  background-repeat: no-repeat;
  background-size: cover;
}

.main-banner {
  padding: 170px 0 80px;
}

.main-ban-cont h5 {
  background: #23B6FE;
  background: linear-gradient(to right, #23B6FE 0%, #1E234C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 60px;
}

.helt-hed {
  background: #F98500;
  background: linear-gradient(to right, #F98500 0%, #F93200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 98px;
  line-height: 80px;
  text-transform: lowercase;
}

.main-ban-cont h3 {
  background: #23B6FE;
  background: linear-gradient(to right, #23B6FE 0%, #4373FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: lowercase;
  font-size: 76px;
  line-height: 80px;
}

.main-ban-cont h3 span {
  display: block;
}

.main-ban-cont p {
  font-family: "HelveticaNeueMedium";
  color: #1E234C;
  font-size: 18px;
  line-height: 27px;
}

.main-ban-cont ul {
  gap: 80px;
}

.banr-sid-frm {
  background-color: #ffffff6e;
  border: 1px dashed #1E234C;
  padding: 30px 35px;
  border-radius: 15px;
}

.banr-sid-frm input {
  background-color: #1e234c21;
  height: 50px;
}

.banr-sid-frm textarea {
  background-color: #1e234c21;
  height: 50px;
  resize: none;
}

.sub-bt {
  background: #F98500;
  background: linear-gradient(90deg, rgba(249, 133, 0, 1) 0%, rgba(249, 50, 0, 1) 100%);
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  color: #FFFFFF;
  border: 0;
  padding: 15px 80px;
  border-radius: 50px;
}

.banr-sid-frm h4 {
  color: #F93300;
  font-family: 'HelveticaNeueMedium';
  text-decoration: underline;
  margin: 10px 0 25px;
}

.banr-sid-frm h3 {
  color: #1E234C;
  font-size: 30px;
  line-height: 37px;
  text-transform: lowercase;
}

.banr-sid-frm::before {
  content: '';
  position: absolute;
  background-image: url(../images/70off.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  right: -40px;
  top: -30px;
}

.sevr-hed h6 {
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  color: #C9C9C9;
  border: 1px solid #E0E0E0;
  width: 18%;
  text-transform: uppercase;
  padding: 8px 0;
  border-radius: 50px;
  margin: 15px auto;
}

.sevr-box {
  background: linear-gradient(181deg, rgba(227, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  border: 1px solid #E0E0E0;
  padding: 30px;
  border-radius: 15px;
}

.sevr-cot h3 {
  font-size: 27px;
  line-height: 35px;
  color: #1E234C;
}

.sevr-box p {
  margin: 0;
  font-size: 14px;
  color: #1E234C;
  opacity: 0.7;
  font-family: 'HelveticaNeueMedium';
  font-weight: 400;
}

.sign-bk {
  background: linear-gradient(54deg, rgba(255, 255, 255, 1) 0%, rgba(35, 182, 254, 1) 100%);
  padding: 40px 60px;
  border: 1px dashed #1E234C;
  border-radius: 15px;
  margin-top: 80px;
}

.sign-cont h4 {
  font-size: 51px;
  color: #1E234C;
  line-height: 55px;
}

.sign-cont h3 {
  font-size: 45px;
  line-height: 45px;
  background: #F98500;
  background: linear-gradient(to right, #F98500 0%, #F93200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign-cont p {
  font-size: 15px;
  font-family: 'HelveticaNeueMedium';
  font-weight: 400;
}

.sign-frm-al input {
  height: 50px;
  background-color: #ffffff3b;
  border: 1px solid #FFFFFF;
}

.success-box {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #0000001c;
  padding: 20px 25px;
  border-radius: 25px;
}

.success-box:hover {
  background: #23B6FE;
  background: linear-gradient(90deg, rgba(35, 182, 254, 1) 0%, rgba(67, 115, 255, 1) 100%);
}

.success-box:hover h3 {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success-box:hover h5 {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success-box:hover p {
  color: #fff;
}

.success-box h3 {
  font-size: 58px;
  line-height: 65px;
  background: #F98500;
  background: linear-gradient(to right, #F98500 0%, #F93200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success-box h5 {
  background: #23B6FE;
  background: linear-gradient(to right, #23B6FE 0%, #4373FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  text-transform: lowercase;
  line-height: 23px;
}

.success-box p {
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  color: #151515;
  font-weight: 400;
  min-height: 84px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.fvt-it .swiper-button-next {
  right: 29%;
  font-size: 40px;
}

.fvt-it .swiper-button-prev {
  left: 29%;
  font-size: 40px;
}

.fvt-it .swiper-slide-active img {
  transform: scale(1.5);
  opacity: 1 !important;
}

.fvt-it .swiper-wrapper img {
  opacity: 0.5;
  width: 75%;
}

.fvt-it .swiper {
  padding: 100px 0;
}

.fvt-it .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  z-index: 9 !important;
}

.speak-it .swiper img {
  height: 340px;
  object-fit: cover;
}

.fvt-it .swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  text-align: center;
}

.services-clone {
  background: radial-gradient(circle at top, #0b2f6b, #02071b);
  padding: 100px 0;
  color: #fff;
}

.top-label {
  font-size: 14px;
  opacity: .7;
  line-height: 1.4;
}

.title {
  font-size: 34px;
  font-weight: 500;
  margin: 0px 0 20px;
  border-bottom: 1px solid #4275ff;
  width: 59%;
}

.image-wrap img {
  width: 100%;
  border-radius: 18px;
}

.desc {
  font-size: 15px;
  line-height: 1.8;
  opacity: .8;
  margin-top: 30px;
}

.service-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 30px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  width: 100%;
  text-align: left;
  opacity: 0.4;
}

.curv-par p {
  color: #FFFFFF;
  opacity: 0.7;
  margin: 0;
}

.service-tabs .num {
  width: 60px;
  font-size: 26px;
  font-family: 'CalSans-SemiBold';
}

.service-tabs .text {
  flex: 1;
  font-size: 45px;
  font-family: 'CalSans-SemiBold';
}

.service-tabs .plus {
  width: 42px;
  height: 42px;
  background: #ff7a00;
  color: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.service-tabs .nav-link.active {
  color: #fff;
  opacity: 1;
}

.service-tabs .nav-link.active .plus {
  display: flex;
}

.curv-rgt-par p {
  font-size: 24px;
  line-height: 32px;
  font-family: 'CalSans-SemiBold';
  font-weight: 400;
}

.cur-all-cont h3 {
  font-size: 80px;
  opacity: 0.4;
  line-height: 80px;
  margin: 0;
}

.cvvr-cal .disc-cont h4 {
  color: #ffffff;
}

.cvvr-cal .disc-im img {
  filter: brightness(0) invert(1);
}

.marquee-wrapper.second {
  overflow: hidden;
  width: 100%;
  padding: 2rem 0;
}

.marquee-content.second {
  display: flex;
  width: max-content;
  animation: marquee-right 30s linear infinite;
}

@keyframes marquee-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.team-al.opacity {
  opacity: 0.4;
  transition: opacity 0.3s ease;
  margin: 0 10px;
}

.team-al.opacity:hover {
  opacity: 1;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

.we-content h4 {
  font-family: 'HelveticaNeueMedium';
  color: #00084D;
  font-size: 28px;
  margin: 0;
}

.ctta-cont h4 {
  font-size: 40px;
  line-height: 50px;
  background: #23B6FE;
  background: linear-gradient(to right, #23B6FE 0%, #4373FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ctta-cont h3 {
  font-size: 70px;
  line-height: 75px;
  color: #ffffff;
}

.ctta-cal .disc-cont a {
  background: linear-gradient(to right, #23B6FE 0%, #4373FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 31px;
  line-height: 36px;
}

.ctta-cal .disc-im img {
  filter: brightness(0) invert(1);
}

.ctta-cal .disc-cont h4 {
  color: #ffffff;
  font-size: 24px;
}

.cta-sec {
  margin-top: 110px;
}

.cta-im {
  margin-top: -40px;
}

.abt-cont {
  background: linear-gradient(90deg, rgba(35, 182, 254, 1) 0%, rgba(67, 115, 255, 1) 100%);
  padding: 35px 25px;
  border-radius: 15px;
}

.abt-cont li {
  color: #FEB946;
  font-size: 14px;
}

.abt-cont p {
  font-size: 25px;
  color: #FFFFFF;
  line-height: 33px;
  height: 321px;
}

.abt-name h4 {
  color: #fff;
  text-transform: lowercase;
  font-size: 26px;
}

.abt-name h6 {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}

.agency-section {
  background: #fff;
}

.sub-title {
  color: #ff6a00;
  font-weight: 600;
  font-size: 18px;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  color: #2d7ef7;
}

hr {
  border-color: #eee;
}

.custom-tabs {
  display: flex;
  gap: 10px;
}

.tab-btn {
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  background: #f1f1f1;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn.active {
  background: #ff6a00;
  color: #fff;
}

.tab-content1 {
  display: none;
}

.tab-content1.active {
  display: block;
}

.test-all {
  background: linear-gradient(181deg, rgba(227, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  border: 1px solid #E0E0E0;
  padding: 30px;
  border-radius: 15px;
  margin: 0 5px;
}

.test-all li {
  font-size: 13px;
  color: #FEB946;
}

.test-all p {
  font-size: 15px;
  font-family: 'CalSans-SemiBold';
  color: #00084D;
}

.tesst-nam h5 {
  font-size: 20px;
  text-transform: lowercase;
  color: #00084D;
  margin: 0;
}

.tesst-nam h6 {
  font-size: 14px;
  color: #00084d80;
  font-family: 'HelveticaNeueMedium';
  margin: 0;
}

.suss-cont p {
  font-size: 30px;
  color: #1E234C;
  line-height: 49px;
  font-family: 'HelveticaNeueMedium';
}

.suss-cont p span {
  color: #F98500;
}

.test-btn a {
  background: linear-gradient(90deg, rgba(35, 182, 254, 1) 0%, rgba(67, 115, 255, 1) 100%);
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 50px;
}

footer {
  background: linear-gradient(2deg, rgba(59, 69, 153, 1) 0%, rgba(20, 23, 51, 1) 100%);
  padding: 50px 0px 0;
  margin-top: 80px;
}

.fotr-all li a {
  color: #FFFFFF;
  font-size: 17px;
  opacity: 0.8;
  text-decoration: underline !important;
}

.fotr-all ul {
  justify-content: center;
  gap: 90px;
}

.copy {
  padding: 35px 0 15px;
}

.copy p {
  color: #fff;
  opacity: 0.6;
}

.service-tabs .nav-link:hover {
  color: #fff;
  opacity: unset;
  text-decoration: underline;
}

/* HOME PAGE END */