/* Global Styles */
/* Import Graphik font */
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-RegularItalic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-MediumItalic-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("Inter/static/Inter_18pt-SemiBold.ttf");
}
/* Reset default font for the entire website */
* {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

* ::-webkit-scrollbar {
  display: none;
}

:root {
  --primary-color: #003366;
  --secondary-color: #ff6600;
  --text-color: #333;
  --light-text: #666;
  --white: #fff;
  --light-bg: #f5f9ff;
  --border-color: #e0e0e0;
  --card-bg: #f8fbff;
}

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

html, body {
  font-family: "Graphik";
  font-style: normal;
  line-height: 1.6;
  width: 100vw;
  overflow-x: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}


a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}


/* Hero Section */
.hero {
	background-size: cover;
	background-position: center;
	color: #eeeeee;
	padding: 140px 0px;
	position: relative;
}


.hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.breadcrumb-link {
  color: #f56300;
  text-decoration-line: underline;
  text-underline-offset: 25%;

  text-decoration-thickness: 10%;
  text-decoration-skip-ink: auto;
}

.breadcrumb #span-1 {
  color: #f56300;
}

.breadcrumb #span-2 {
  color: #c6edff;
  font-weight: 400;
}

.hero-content h1 {
  margin: 0 0 20px 0;
  width: auto;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */

  color: #eeeeee;
}



/* intro section*/
.intro {
  padding: 104px 8.125vw;
  background: #c6edff;
}


.intro .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: auto;
  gap: 24px;
}

.intro-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4px;

  width: 911px;
  /*height: 585px;*/
  color: #00293b;
}

.intro-contents h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0%;
}

.intro-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.intro-contents ul {
  margin-left: 40px;
}

.intro-contents ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}

.intro-background {
  width: 600px;
  height: 559px;

  background: url(Technology_Images/intelligence_intro.png), #d9d9d9;
  background-size: cover;
}


/* big-data-services section */
.b-d-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
   padding: 104px 8.125vw;
  gap: 4px;
  background: #f5f5f7;
}

.b-d-services .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;

  height: 1243px;
}

.b-d-services-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;
  height: 43px;
}

.b-d-services-heading-phone{
  display: none;
}

.b-d-services-heading h3 {
  height: 35px;

  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #00293b;
}

.b-d-services-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0px;
}

.b-d-services-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;

  height: 576px;
}

.b-d-services-card .card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 40px 8px;
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
  height: 296px;
  background: #c6edff;
}

.b-d-services-card .card-content .card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 20px;
  padding: 4px 45px;
  height: 191px;
  margin: 0 auto;
}

.b-d-services-card .card-content .card-container h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #0066cc;
}

.b-d-services-card .card-content .card-container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00293b;
}

.b-d-services-card .card-content .card-container ul {
  margin-left: 25px;
}

.b-d-services-card .card-content .card-container ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00293b;
}

.b-d-services-card img {
  width: 100%;
  height: 280px;
}

#b-d-service-card-3 .card-container {
  width: 405px;
}

.card-container h4 span::after {
  content: "";
  display: block;
}


/* products and tools   */
.products-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 104px 8.125vw;
  gap: 4px;
  background: #0066cc;
}

.products-tools .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 64px;

  height: 449px;
}

.p-t-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;

  height: 43px;
}

.p-t-heading h3{
  height: 35px;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
vertical-align: middle;
  text-decoration-line: underline;
  text-underline-offset: 25%;
  color: #ffffff;
}

.p-t-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px;
  gap: 24px;

  height: 342px;
}

.p-t-card {
  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 48px;

  height: 159px;

  border: 1.5px solid #0066cc;
}


.p-t-card-logo img {
  width: 83.24410247802734px;
  height: 92.48805236816406px;

}

#p-t-card-3 ,#p-t-card-4 {
  /* padding-left: 0px; */
  gap: 35px;
}
.p-t-card-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;

  height: 111px;
  color: #ffffff;
}

.p-t-card-contents h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin: 0;
}

.p-t-card-contents p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

#p-t-card-3 .p-t-card-contents {
  height: 87px;
}


/* models section */
.models {
  background: #f5f5f7;
  padding-top:75px;
  padding-bottom:75px;
}

.models .container {
  gap: 32px;
  padding: 4px;
}

.models-heading {
  padding: 4px;
  gap: 4px;
}

.models-heading h2 {
  height: 40px;

  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  /* identical to box height, or 125% */
  vertical-align: middle;
  color: #00293b;
}

.models-row-1 {
  padding: 0px;
  gap: 24px;
}

.models-row-1-heading {
  padding: 16px 0px;
  gap: 4px;
}

.models-row-1-heading h3 {
  height: 40px;

  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  /* identical to box height, or 167% */
  text-decoration-line: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 0%;
  color: #00293b;
}

.models-row-1-cards {
  padding: 0px;
  gap: 26px;
}

.models-row-1-card {
  padding: 31px 0px 31px 40px;
  background: #c6edff;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.models-row-1-card p {
  height: 32px;

  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  /* identical to box height, or 133% */
  vertical-align: middle;

  color: #00293b;
}

.models-row-2 {
  padding: 0px;
  gap: 24px;
  padding-bottom:75px;
}

.models-row-2-cards {
  gap: 26px;
  border-radius: 40px;
}

.models-row-2-card {
  padding: 31px 16px;
  gap: 16px;
  background: #c6edff;
  margin-top: 20px;
}

.models-row-2-card .card-image {
  background-size: 100% 100%;
    width: 100%;
  height: 104px;
  background: url(Technology_Images/intelligence-model-card-1.png);
}

#card-2-image{
  background-size: 100% 100%;
  background: url(Technology_Images/intelligence-model-card-2.png);
}
#card-3-image{
  background-size: 100% 100%;
  background: url(Technology_Images/intelligence-model-card-3.png);
}
#card-4-image{
  background-size: 100% 100%;
  background: url(Technology_Images/intelligence-model-card-4.png);
}
#card-5-image{
  background-size: 100% 100%;

  background: url(Technology_Images/intelligence-model-card-5.png);
}
#card-6-image{
  background-size: 100% 100%;
  background: url(Technology_Images/intelligence-model-card-6.png);
}
#card-7-image{
  background-size: 100% 100%;
  background: url(Technology_Images/intelligence-model-card-7.png);
}
.models-row-2-card h4 {
  height: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  color: #00293b;
}



@media (max-width: 768px) {
  .container {
    max-width: 608px;
    padding: 0 40px;
  }

 
  /* hero section */
  .hero {
    height: 620px;
  }
  .hero::before {
    /* Rectangle 2890 */

    width: 100%;
    height: 100%;

    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 8%,
      rgba(0, 102, 204, 0.7) 40%,
      rgba(0, 0, 0, 0) 75%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 80px;
    left: 40px;
    z-index: 1;
    height: auto;
  }
  .breadcrumb {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    gap: 10px;
    margin-top: 0;
  }

  .hero-content {
    /* width: 584px; */
  }
  .hero-content h1 {
    letter-spacing: 0%;
    vertical-align: middle;
    line-height: 140%;
    margin: 0;
  }

  .hero-content h1 span::after {
    content: "";
    display: block;
  }

  /* intro section */
  .intro {
    padding: 104px 0;
  }

  .intro .container {
    padding: 0;
    /* width: 768px; */
    height: 1019px;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }

  .intro-contents {
    padding: 4px;

    width: 608px;
    height: 755px;
    gap: 20px;
  }

  .intro-background {
    /* Rectangle 2892 */

    width: 608px;
    height: 320px;

    background: url(Technology_Images/intelligence-intro-tab.png), #d9d9d9;
    background-size: cover;
  }

  .intro-contents ul li {
    font-size: 24px;
  }

  /* big-data-services section */
  .b-d-services {
    flex-direction: row;
    align-items: center;
    padding: 80px 0px;
    gap: 4px;

    /* width: 768px; */
    height: 2577px;
  }

  .b-d-services .container {
    gap: 48px;

    width: 608px;
    height: 2417px;
  }

  .b-d-services-heading {
    height: 35px;
    padding: 0px;
  }
  .b-d-services-heading h3 {
    height: 35px;

    line-height: 100%;
    display: flex;
    align-items: center;
    color: #00293b;
  }

  .b-d-services-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
    width: 608px;
  }

  .b-d-services-card {
    height: auto;
  }

  .b-d-services-card .card-content {
    padding: 40px 8px;
    gap: 4px;

    width: 608px;
    height: 296px;
  }

  .b-d-services-card .card-content .card-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: unset; */
    /* gap: 40px; */
    padding: 4px 0px;
    height: auto;
    margin: 0 auto;
    width: 532px;
  }

  #b-d-service-card-2 .card-content {
    height: 263px;
  }

  #b-d-service-card-2 .card-container h4 span::after {
    display: unset;
  }
  #b-d-service-card-3 .card-container {
    width: 499px;
  }
  #b-d-service-card-4 .card-content {
    height: 215px;
  }

  #b-d-service-card-4 .card-container {
    width: 544px;
  }

  /* products and tools   */
  .products-tools {
    height: 745px;
  }

  .products-tools .container {
    height: 767px;
  }

  .p-t-cards {
    grid-template-columns: repeat(1, 1fr);

    height: 660px;
  }

  .p-t-card-logo img {
    width: 87px;
    height: 87px;
  }

  .p-t-card-contents {
    height: 79px;
  }

  #p-t-card-3 .p-t-card-contents {
    height: 55px;
  }

  #p-t-card-3,
  #p-t-card-4 {
    height: 135px;
  }

  /* models section */
  .models {
    height: 2190px;
  }

  .models .container {
    height: 1982px;
  }

  .models-row-1 {
    height: 822px;
  }

  .models-row-1-cards {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
    gap: 24px;
    height: 726px;
  }

  .models-row-1-card {
    width: 292px;
  }

  #models-row-1-card-5 {
    width: 608px;
  }

  .models-row-2 {
    flex-direction: column;
    height: 1048px;
  }
  .models-row-2-cards {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
    gap: 16px;
    height: 952px;
  }

  .models-row-2-card {
    width: 296px;
  }

  #models-row-2-card-7 {
    width: 608px;
  }

  #card-7-image {
    background: url(Technology_Images/intelligence-model-card-7-tab.png);
  }

  
}

@media (max-width: 430px) {
  .container {
    width: 350px;
    max-width: 430px;
    /* padding: 0px; */
  }

 

  /* hero section */
  .hero {
    height: 45vh;
  }

  .hero::before {
    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 18.5%,
      rgba(0, 102, 204, 0.7) 46%,
      rgba(0, 0, 0, 0) 65.5%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 1;
    height: auto;
    width: 100vw;
  }

  .breadcrumb {
    margin: 0;

    font-size: 26px;
  }

  .hero-content {
    width: 350px;
    margin: auto;
  }

  .hero-content h1 {
    width: 80vw;
    height: auto;
    margin-top: 60px;
    vertical-align: middle;
  }

  #hero-heading-desktop span::after {
    content: "";
    display: unset;
  }

  /* Intro section */
  .intro {
    padding: 40px ;
    height: auto;
  }

  .intro .container {
    width: 80vw;
    height: auto;
   
  }

  .intro-contents {
    padding: 4px;
    width: 80vw;
    height: auto;
    gap: 20px;
    justify-content: space-between;
  }

  .intro-contents h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0%;
  }

  .intro-contents ul {
    margin-left: 30px;
  }

  .intro-contents ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .intro-background {
display: block;
    width: 80vw;
    height: 30vw;

     background: url(Technology_Images/intelligence_intro.png), #d9d9d9;
    background-size: cover;
  }

  /* cloud-services section */
  .b-d-services {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 4px;

    width: 80vw;
    height: auto;
  }

  .b-d-services .container {
    gap: 48px;

    width: 80vw;
    height: auto;
  }

  .b-d-services-heading {
    height: 70px;
    padding: 0px;
    display: none;
  }

  .b-d-services-heading-phone {
    display: block;
    height: 70px;
  }
  .b-d-services-heading-phone h3 {
    height: 70px;

    font-weight: 600;
    font-size: 32px;
    color: #00293b;

    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .b-d-services-cards {
    width: 80vw;
    height: auto;
  }

  .b-d-services-card {
    height: auto;
  }

  .b-d-services-card .card-content {
    width: 80vw;
    height: auto;
  }

  .b-d-services-card .card-content .card-container {
    width: 286px;
    height: auto;
    padding: 0;
    gap: 20px;
  }

  .b-d-services-card .card-container h4 span::after {
    display: none;
  }

  #b-d-service-card-2 .card-content {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-2 .card-container {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-3 {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-3 .card-content {
    width: 80vw;
    height: auto;
  }
  #b-d-service-card-3 .card-content .card-container {
    width: 80vw;
    height: auto;
  }

  #b-d-service-card-4 .card-content {
    width: 80vw;
    height: auto;
  }
  #b-d-service-card-4 .card-container {
    width: 80vw;
    height: auto;
  }

  /* products and tools   */
  .products-tools {
    padding: 40px;
    height: auto;
  }
  .products-tools .container {
    width: 80vw;
    height: auto;
  }
  .p-t-heading h3 {
    line-height: 100%;
  }

  .p-t-cards {
    width: 80vw;
    height: auto;
  }

  .p-t-card {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    height: auto;
    border: 1.5px solid #0066cc;
  }

  #p-t-card-2 {
    height: auto;
  }

  #p-t-card-3 {
    height: auto;
  }

  #p-t-card-3 .p-t-card-contents {
    height: auto;
  }
  #p-t-card-3,
  #p-t-card-4 {
    padding-left: 24px;
    gap: 16px;
  }

  #p-t-card-4 {
    height: auto;
  }
  .p-t-card-logo {
    width: 87px;
    height: 87px;
  }
  .p-t-card-logo img {
    width: 87px;
    height: 87px;
  }

  .p-t-card-contents {
    height: auto;
  }

  /* models section */
  .models {
    height: auto;
    padding: 40px;
  }

  .models .container {
    height: auto;
    width: 80vw;
    padding: 0;
    margin: 0;
  }

  .models-heading {
    height: auto;
  }
  .models-heading h2 {
    height: auto;
  }

  .models-row-1 {
    height: auto;
    width: 80vw;
  }

  .models-row-1-cards {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
    height: auto;
  }

  .models-row-1-card {
    width: 71.3vw;
    margin-bottom: 40px;
  }
  #models-row-1-card-5 {
    width: 71.3vw;
  }

  .models-row-2 {
    height: auto;
    padding: 0;
  }

  .models-row-2-heading {
    height: auto;
  }

  .models-row-2-heading h3 {
    height: auto;
  }
  .models-row-2-cards {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
    height: auto;
  }

  .models-row-2-card {
    width: 73vw;
  }

  #models-row-2-card-7 {
    width: 73vw;
  }
  .models-row-2-card .card-image {
    background: url(Technology_Images/intelligence-model-card-1-phone.png);
  }
  
  #card-7-image {
    background: url(Technology_Images/intelligence-model-card-7.png);
    background-size: cover;
  }

  #card-2-image{
    background-size: 100% 100%;
    background: url(Technology_Images/intelligence-model-card-2-phone.png);
  }
  #card-3-image{
    background-size: 100% 100%;
    background: url(Technology_Images/intelligence-model-card-3-phone.png);
  }
  #card-4-image{
    background-size: 100% 100%;
    background: url(Technology_Images/intelligence-model-card-4-phone.png);
  }
  #card-5-image{
    background-size: 100% 100%;
  
    background: url(Technology_Images/intelligence-model-card-5-phone.png);
  }
  #card-6-image{
    background-size: 100% 100%;
    background: url(Technology_Images/intelligence-model-card-6-phone.png);
  }
 
}

@media (max-width: 320px) {
    .breadcrumb {
        
        font-size: 19px;
    }
}
/* @media (max-width: 375px) {
    .breadcrumb {
        font-size: 23px;
    }
} */

@media only screen and (min-width: 1750px) {
    .hero {
    padding: 215px 0px;
}
}