@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary-color: #042365; /* Change this to your preferred primary color */
  --accent-color: #ff5722; /* Gold Accent */
  --bg-color: #eaf7ff;
  --description-color: #032464a6;
}

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

.container {
  max-width: 96%;
}
@media (min-width: 768px) {
  .container {
    max-width: 85%;
  }
}

body {
  font-family: "Inter", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.swiper-pagination-bullet {
  background: var(--accent-color);
}

.swiper-pagination-bullet-active {
  background: var(--accent-color);
}

header {
  padding: 12px 0;
}
header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  box-shadow: 0 0 31px 29px rgba(3, 36, 100, 0.05);
  z-index: 99;
}
header .logo img {
  width: 120px;
}
@media (max-width: 767px) {
  header .logo img {
    width: 90px;
  }
}
header .links {
  display: flex;
  gap: 30px;
}
header .links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(3, 36, 100, 0.3803921569);
}
header .links a.active {
  color: var(--primary-color);
}
header .btn_header {
  background-color: var(--accent-color);
  color: white;
  padding: 10px;
  border-radius: 7px;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .btn_header {
    padding: 8px 10px;
    font-size: 12px;
  }
}
header i {
  font-size: 20px;
}

.contactmodal button:focus {
  box-shadow: none;
}
.contactmodal .modal-title {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--primary-color);
}
.contactmodal label {
  font-size: 16px;
  margin-bottom: 12px;
}
.contactmodal input {
  font-size: 14px;
  padding: 12px 14px;
}
@media (max-width: 767px) {
  .contactmodal input {
    font-size: 13px;
  }
}
.contactmodal input:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.contactmodal .form-select {
  font-size: 14px;
  padding: 12px 14px;
}
@media (max-width: 767px) {
  .contactmodal .form-select {
    font-size: 13px;
  }
}
.contactmodal .form-select:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.contactmodal textarea.form-control {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contactmodal textarea.form-control {
    font-size: 13px;
  }
}
.contactmodal textarea.form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.contactmodal .common_btn_line {
  background-color: var(--accent-color);
  color: white;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  .contactmodal .common_btn_line {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.contactmodal .intl-tel-input,
.contactmodal .iti {
  width: 100%;
}

.banner_sec {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .banner_sec {
    padding: 20px 0;
  }
}
.banner_sec .banner_content h1 {
  color: var(--primary-color);
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner_sec .banner_content h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_sec .banner_content h1 {
    font-size: 34px;
  }
}
.banner_sec .banner_content p {
  font-size: 14px;
  font-weight: 500;
  color: var(--description-color);
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner_sec .banner_content p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.banner_sec .banner_img {
  display: flex;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: center;
}
.banner_sec .banner_img .sports_list {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255, 87, 34, 0.2705882353);
  color: var(--accent-color);
}
@media (max-width: 767px) {
  .banner_sec .banner_img .sports_list {
    padding: 12px;
    font-size: 13px;
    font-size: 17px;
    background-color: rgba(255, 210, 195, 0.2901960784);
  }
}
.banner_sec .banner_img .sports_list img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .banner_sec .banner_img .sports_list img {
    width: 120px;
    height: 200px;
    margin-top: -100px;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_sec .banner_img .sports_list img {
    width: 80px;
    height: 80px;
  }
}
.banner_sec .swiper-wrapper {
  padding-top: 60px;
}
.banner_sec .bannersider {
  padding-bottom: 50px;
}

.common_title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}
@media (max-width: 767px) {
  .common_title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .common_title {
    font-size: 26px;
  }
}

.common_description {
  color: var(--description-color);
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .common_description {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.common_btn_line {
  background-color: var(--accent-color);
  color: white;
  padding: 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  .common_btn_line {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.common_btn_line:hover {
  color: white;
}

.service_sec .service_content {
  background-color: var(--bg-color);
  border-radius: 30px;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .service_sec .service_content {
    padding: 20px 0;
  }
}

.grid_service {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0 30px;
  gap: 12px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .grid_service {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    gap: 12px;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid_service {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid_service {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid_service {
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid_service .main_serv_box {
  background-color: white;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .grid_service .main_serv_box {
    font-size: 14px;
  }
}
.grid_service .main_serv_box img {
  width: 70px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .grid_service .main_serv_box img {
    width: 50px;
    height: 80px;
  }
}

.Our_offerings_sec {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .Our_offerings_sec {
    margin-top: 20px;
  }
}
.Our_offerings_sec .left_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  background: rgba(255, 87, 34, 0.1019607843);
  border-radius: 10px;
}
.Our_offerings_sec .content_offering {
  border: 1px solid rgba(255, 87, 34, 0.2705882353);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .Our_offerings_sec .content_offering {
    padding: 14px;
  }
}
.Our_offerings_sec .content_offering img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .Our_offerings_sec .content_offering img {
    width: 50px;
    height: 50px;
  }
}
.Our_offerings_sec .content_offering h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 23px;
}
@media (max-width: 767px) {
  .Our_offerings_sec .content_offering h6 {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.Our_offerings_sec .content_offering p {
  color: var(--description-color);
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Our_offerings_sec .content_offering p {
    font-size: 13px;
  }
}

.Platform_feature_sec {
  padding: 80px 0;
  margin: 80px 0;
  background-color: var(--bg-color);
  text-align: center;
}
@media (max-width: 767px) {
  .Platform_feature_sec {
    padding: 20px 0;
    margin: 20px 0;
  }
}
.Platform_feature_sec .feature-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .Platform_feature_sec .feature-card {
    padding: 14px;
  }
}
.Platform_feature_sec .feature-card h3 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .Platform_feature_sec .feature-card h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.Platform_feature_sec .feature-card p {
  color: var(--description-color);
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Platform_feature_sec .feature-card p {
    font-size: 13px;
  }
}
.Platform_feature_sec .fantasyfeatureslider {
  padding-bottom: 50px;
}
.Platform_feature_sec .swiper-slide {
  height: auto !important;
}

.features-section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .features-section {
    margin-bottom: 20px;
  }
}
.features-section .feature-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: white;
  border-left: 5px solid var(--accent-color);
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 767px) {
  .features-section .feature-box {
    gap: 6px;
    padding: 14px;
  }
}
.features-section .feature-box:hover {
  transform: translateY(-5px);
  background: #fff3f0;
}
.features-section .feature-box .icon {
  font-size: 35px;
  color: var(--accent-color);
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .features-section .feature-box .icon {
    font-size: 20px;
  }
}
.features-section .feature-box .content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .features-section .feature-box .content h4 {
    font-size: 16px;
  }
}
.features-section .feature-box .content p {
  color: var(--description-color);
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .features-section .feature-box .content p {
    font-size: 13px;
  }
}
.features-section .featureslider {
  padding-bottom: 50px;
}
.features-section .swiper-slide {
  height: auto !important;
}

.tech-stack-section {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .tech-stack-section {
    margin-bottom: 20px;
  }
}
.tech-stack-section h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .tech-stack-section h2 {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
.tech-stack-section .tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .tech-stack-section .tech-grid {
    justify-content: center;
  }
}
.tech-stack-section .sidetechimg {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: contain;
  background: rgba(255, 87, 34, 0.1019607843);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tech-stack-section .sidetechimg {
    height: 250px;
  }
}
.tech-stack-section img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .tech-stack-section img {
    width: 70px;
    height: 70px;
  }
}
.tech-stack-section p {
  color: var(--accent-color);
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tech-stack-section p {
    font-size: 13px;
  }
}

.faqs {
  background-color: var(--bg-color);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .faqs {
    padding: 20px 0;
  }
}
.faqs .custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
}
.faqs .custom-accordion .accordion-item .accordion-header button {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 15px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .faqs .custom-accordion .accordion-item .accordion-header button {
    font-size: 14px;
    padding: 8px;
  }
}
.faqs .custom-accordion .accordion-item .accordion-header button::after {
  display: none !important;
}
.faqs .custom-accordion .accordion-item .accordion-header button::before {
  content: "+";
  font-size: 24px;
  font-weight: bold;
  margin-left: auto;
  border: 1px solid var(--primary-color);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .faqs .custom-accordion .accordion-item .accordion-header button::before {
    width: 34px;
    height: 34px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .faqs .custom-accordion .accordion-item .accordion-header button::before {
    width: 26px;
    height: 26px;
    font-size: 20px;
  }
}
.faqs .custom-accordion .accordion-item .accordion-header button:not(.collapsed)::before {
  content: "✕";
  color: white;
  font-size: 14px;
  background-color: var(--primary-color);
  border: none;
  width: 34px !important;
  height: 34px !important;
}
@media (max-width: 767px) {
  .faqs .custom-accordion .accordion-item .accordion-header button:not(.collapsed)::before {
    width: 26px !important;
    height: 26px !important;
    font-size: 13px;
  }
}
.faqs .custom-accordion .accordion-item .accordion-body {
  padding: 10px 15px;
  color: var(--description-color);
  font-size: 14px;
}
@media (max-width: 767px) {
  .faqs .custom-accordion .accordion-item .accordion-body {
    font-size: 13px;
  }
}

.contactform {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .contactform {
    padding: 20px 0;
  }
}
.contactform label {
  font-size: 16px;
  margin-bottom: 12px;
}
.contactform input {
  font-size: 14px;
  padding: 12px 14px;
}
@media (max-width: 767px) {
  .contactform input {
    font-size: 13px;
  }
}
.contactform input:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.contactform .form-select {
  font-size: 14px;
  padding: 12px 14px;
}
@media (max-width: 767px) {
  .contactform .form-select {
    font-size: 13px;
  }
}
.contactform .form-select:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.contactform textarea.form-control {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contactform textarea.form-control {
    font-size: 13px;
  }
}
.contactform textarea.form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.contactform .common_btn_line {
  background-color: var(--accent-color);
  color: white;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  .contactform .common_btn_line {
    padding: 8px 14px;
    font-size: 12px;
  }
}
.contactform .intl-tel-input,
.contactform .iti {
  width: 100%;
}

.footer {
  background-color: var(--primary-color);
  color: white;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .footer-logo {
  max-width: 120px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .footer-logo {
    width: 90px;
  }
}
.footer h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer h5 {
    font-size: 16px;
  }
}
.footer p {
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer p {
    font-size: 13px;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li {
  display: inline-block;
}
.footer ul li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #f8f9fa;
}
.footer .social-icons a {
  color: white;
  font-size: 24px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer .social-icons a {
    font-size: 20px;
    margin-right: 16px;
  }
}
.footer .social-icons a:hover {
  color: #f8f9fa;
}
.footer .bottom-footer {
  font-size: 14px;
}
.footer .bottom-footer a {
  font-weight: 500;
  text-decoration: none;
}
.footer .bottom-footer a:hover {
  color: #f8f9fa;
}
.footer .common_btn_line {
  background-color: var(--accent-color);
  color: white;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer .common_btn_line {
    padding: 8px 14px;
    font-size: 12px;
  }
}

.common_btn_line {
  position: relative;
  overflow: hidden;
}

.main_loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #ff5722;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 28px;
  height: 28px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #FFF;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main_livetoast {
  top: 100px;
  position: fixed;
  right: 10px;
}

.common_btn_line2 {
  border: 1px solid var(--accent-color);
  color: var(--accent-color) !important;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .common_btn_line2 {
    padding: 8px 14px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */