@import "./fonts/style.css";

:root {
  --primary-color: #2a2245;
  --dark-blue: #001835;
  --white: #fff;
  --black: #000;
  --grey: #afafaf;
  --text-grey: #808191;
  --text-blue: #1368E6;
  --primary-blue: #438FFF;
}

body {
  font-family: "MADE TOMMY Regular_PERSONAL USE";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MADE TOMMY Medium_PERSONAL USE";
}

p,
span,
li {
  font-family: "MADE TOMMY Regular_PERSONAL USE";
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}



p,
span,
li {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-grey);
}

.color-black {
  color: var(--black);
}

.color-blue {
  color: var(--text-blue);
}

.color-white {
  color: var(--white);
}

.color-blue-light {
  color: var(--primary-blue);
}

header {
  padding: 20px 0;
  background: none;
}

.container {
  max-width: 1296px;
  margin: 0 auto;
}

footer.footer {
  background-color: var(--dark-blue);
}

footer.footer .top-content {
  padding: 50px 0;
  border-bottom: 1px solid #526884;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer.footer .top-content .social-media {
  display: flex;
}

footer.footer .top-content .social-media a {
  margin-left: 20px;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  padding: 15px;
  text-decoration: none !important;
  text-align: center;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

footer.footer .top-content .social-media a:first-child {
  margin-left: 0;
}

footer.footer .top-content .social-media a svg {
  fill: var(--white);
}

footer.footer .top-content .social-media a:hover {
  background: var(--white);
}

footer.footer .top-content .social-media a:hover svg,
footer.footer .top-content .social-media a:hover svg path {
  fill: var(--dark-blue);
}

footer.footer .copyright-content {
  padding: 30px 0;
  text-align: center;
}

.hero-banner {
  /* background-image: url(../images/hero-banner.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; */
  padding: 140px 0;
  padding-bottom: 0;
  margin-bottom: 450px;
}

.hero-banner img {
  height: 550px;
  margin-bottom: -275px;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.mt-90px {
  margin-top: 90px;
}

.mt-60px {
  margin-top: 60px;
}

.mt-40px {
  margin-top: 40px;
}

.card {
  background-color: #F3F5FF;
  padding: 55px 25px 25px;
  border: none;
  box-shadow: none;
  border-radius: 8px;
  height: 100%;
}

.harmonizing {
  /* background: linear-gradient(186deg, #0D1E39 0%, #002B60 100%); */
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #002B60;
}

.harmonizing .content-block-har h5,
.harmonizing .content-block-har p {
  color: var(--white);
}

.harmonizing .content-block-har {
  margin-bottom: 100px;
}

.harmonizing .content-block-har:last-child {
  margin-bottom: 0;
}

.harmonizing .stack-content-left {
  height: fit-content;
  position: sticky;
  top: 120px
}

.harmonizing .content-block-har img {
  border-radius: 16px;
  background: #E7F0FF;
  padding: 16px;
  margin-bottom: 30px;
}

.harmonizing .content-block-har img img {
  width: 36px;
  height: 36px;
}

.keyHighLight {
  background: #ECF4FF;
  padding: 120px 0;
}

.white-bg-block {
  border-radius: 16px;
  background: #FFF;
  padding: 20px 40px;
}

/* .white-bg-block img {
  display: block;
  margin-left: auto;
} */

.white-bg-block.bg-transparent img {
  margin-left: 0;
}

.comcon {
  padding: 120px 0;
}

.sitf {
  padding-bottom: 120px;
}

.lbbox {
  background: #ecf4ff;
  border-radius: 40px;
  padding: 12px 24px 12px 12px;
}

.lbbox .content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.primary-badge {
  background: rgba(67, 143, 255, 0.12);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--primary-blue);
  font-size: 12px;
  line-height: 1;
}

.btn.btn-primary {
  background-color: var(--primary-blue);
  padding: 12px 36px;
  border-radius: 8px;
  font-size: 18px;
  border-color: var(--primary-blue);
}

.btn-outline-primary.btn {
  padding: 12px 36px;
  border-radius: 8px;
  font-size: 18px;
  color: var(--primary-blue);
  border-color: var(--primary-blue);
  box-shadow: none;
}

.btn-outline-primary.btn:hover {
  background: var(--primary-blue);
  color: var(--white);
}

.hero-banner .right-img img,
.hero-banner .left-img img {
  height: 250px;
}

.hero-banner .right-img {
  position: absolute;
  right: 0;
  top: 350px;
}

.hero-banner .left-img {
  position: absolute;
  top: 250px;
  left: 0;
}

.top-left,
.bottom-right {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(67, 143, 255, 0.16);
  color: var(--black);
  padding: 12px;
}

.extra-overlay-text .top-left {
  position: absolute;
  top: 40px;
  left: -40px;
}

.extra-overlay-text .bottom-right {
  position: absolute;
  bottom: 40px;
  right: -40px;
}

.overlay-wrapper {
  position: relative;
  width: fit-content;
}

.mb-40px {
  margin-bottom: 40px;
}

.main-list {
  list-style-image: url(../images/list-arrow.svg);
  margin-bottom: 0;
}

.main-list li {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px;
}

@media(min-width: 992px) {
  .main-list li:last-child {
    padding-bottom: 0;
  }
}

.pb-100px {
  padding-bottom: 100px;
}


.person-img img {
  height: auto;
  width: 100%;
}



.mt-100px {
  margin-top: 100px;
}


.btn-primary {
  background-color: var(--primary-blue);
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-primary:hover {
  background-color: #1469E7;
}

@media (max-width: 400px) {
  .navbar-brand img {
    height: 30px;
  }
}

/* mobile responsive styles */

@media (max-width: 992px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
    line-height: 46px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .main-list li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .card {
    padding: 30px 15px 15px;
  }



  .mt-90px {
    margin-top: 60px;
  }

  .mt-60px {
    margin-top: 40px;
  }

  .mt-100px {
    margin-top: 60px;
  }



  .pb-100px {
    padding-bottom: 40px;
  }

  .mbo-40px {
    margin-bottom: 40px;
  }



}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

.topbanner-video video {
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .5);
  /* height: 550px; */
  margin-bottom: -350px;
  width: 100%;
  margin-top: 100px;

}


/**
Privacy Menu style for STO, TA and connect
**/
.privacy-menu {
  margin-left: auto;
  margin-right: 30px;
}

.privacy-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.privacy-menu ul li a {
  color: var(--white);
  text-decoration: none;
}

.disclamer {
  border-top: 1px solid #526884;
  padding: 30px 0;
}



@media (max-width: 992px) {
  .topbanner-video video {
    width: 100%;
    height: auto;
    margin-bottom: -135px;
  }

  .hero-banner .right-img img,
  .hero-banner .left-img img {
    height: 150px;
  }

  .hero-banner {
    padding-top: 80px;
    margin-bottom: 195px;
  }

  .harmonizing,
  .keyHighLight,
  .comcon {
    padding: 60px 0;
  }

  .sitf {
    padding-bottom: 60px;
  }

  .harmonizing .content-block-har {
    margin-bottom: 50px;
  }

  .hero-banner .right-img,
  .hero-banner .left-img {
    display: none;
  }

  .topbanner-video video {
    margin-top: 50px;
  }


}

@media (max-width: 767px) {
  .hero-banner {
    padding-top: 80px;
  }

  .stack-content-left {
    margin-bottom: 50px;
  }

  div.overlay-wrapper {
    margin: 0 auto !important;
    margin-top: 40px !important;
  }

  .white-bg-block.bg-transparent .row {
    flex-direction: column-reverse;
  }

  .lbbox {
    padding: 30px;
  }

  .lbbox .content-wrapper {
    padding-bottom: 0;
  }

}

@media (max-width: 560px) {
  .lbbox .content-wrapper a {
    width: 100% !important;
  }

  .lbbox .content-wrapper a:first-child {
    margin-bottom: 15px;
  }

  footer.footer .top-content {
    display: block;
    text-align: center;
  }

  footer.footer .top-content img {
    margin-bottom: 40px;
  }

  footer.footer .top-content .social-media {
    justify-content: center;
  }

  .privacy-menu {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .privacy-menu ul {
    justify-content: center;
  }
}


.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-bg video {
  width: 100%;
  border-radius: 0 0 200px 200px;
  object-fit: cover;
  height: 100%;
}

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

@media (max-width: 767px) {
  .video-bg video {
    border-radius: 0 0 50px 50px;
  }
}