
/*@import url('https://fonts.googleapis.com/css?family=Open Sans:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');*/
@import url("./assets/fonts/cssfonts.css");

:root {
  --color-purple: #2D3974;
  --color-dark-purple: #192636;
  --color-white: #ffffff;
  --color-bg-gray: #F3F3F3;
  --color-bg-gray-dark: #E3E3E3;
  --color-gray: rgb(177, 177, 177);
  --color-dark-gray: #7B7B7B;
  --color-green: #65D47E;
  --color-green-light: rgb(114, 168, 176);
  --color-orange: #FF7A00;
  --color-yellow: #F6BC58;
  --color-red: #C3352C;
  --color-blue: #46A2ED;
  --home-hero-text-negative-offset: -130px;
}


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

.site-header {
  background-color: var(--color-white);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #000000;
  transition: color .15s ease-in-out;
  font-weight: 300;
}
.site-header a:hover {
  color: rgb(128, 128, 128);
  text-decoration: none;
  font-weight: 300;
}

.light-font {
  font-weight: 300;
  color: #333;
}

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

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

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

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

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

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

.color-dark-gray {
  color: var(--color-dark-gray);
}

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

.bg-color-gray {
  background-color: var(--color-bg-gray-dark);
}

.bg-color-green {
  background-color: var(--color-green);
}

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

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

.light-font.white {
  color: rgb(214, 214, 214);
}

.small-font {
  font-size: .675em;
} 

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.purple {
  background-color: var(--color-purple);
}

.section.dark-purple {
  background-color: var(--color-dark-purple);
}

.home-purple-offset {
  margin-top: var(--home-purple-offset);
}

.home-hero-text-negative-offset {
  margin-top: var(--home-hero-text-negative-offset);
}

.row-type-1 {
  margin-top: 6rem;
}

.row-type-2 {
  margin-top: 10rem;
}

.column-fixed {
  width: 350px;
  margin-right:40px;
  margin-left:40px;
}

.column-fixed.x2 {
  width: 750px;
  margin-right:80px;
  margin-left:80px;
}

.div-border-top {
  border-top-color: var(--color-white);
  border-top-width: 1px;
  border-top-style: solid;
}

.ml-90 {
  margin-left: 90px;
}

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

/*images*/
.yellow-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.button-register {
  color: var(--color-purple) !important;
  border-color: var(--color-purple) !important;
}

.button-register:hover {
  color: var(--color-white) !important;
  border-color: var(--color-purple) !important;
  background-color: var(--color-purple) !important;
}

.button-register-2 {
  color: var(--color-white) !important;
  border-color: var(--color-green-light) !important;
  background-color: var(--color-green-light) !important;
}

.button-register-2:hover {
  color: var(--color-black) !important;
}

.button-more {
  color: var(--color-white) !important;
  border-color: var(--color-red) !important;
  background-color: var(--color-red) !important;
  border-radius: 0;
}

.button-more:hover {
  color: var(--color-white) !important;
  border-color: var(--color-red) !important;
  background-color: var(--color-red) !important;
}

.navbar-toggler:focus
{
  outline: none !important;
  box-shadow: none;
}

.max-text-width {
  max-width: 900px;
}

/* full screen width dropmenu example)*/
.dropdown-full {
  position: static !important;
}

.dropdown-menu-full {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
  margin-top: 0px !important;
  width: 100% !important;
}

/* fixed width for dropmenu */
.dropdown-menu-fixed {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
  margin-top: 0px !important;
  width: 570px !important;
}

/*lg*/
@media (max-width: 992px) { 
  .column-fixed {
    margin-right:20px;
    margin-left:20px;
  }

  .row-type-1 {
    margin-top: 3rem;
  }

  .row-type-2 {
    margin-top: 5rem;
  }

  .yellow-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }  

  .dropdown-menu-fixed {
    width: 100% !important;
  
  }

  .dropdown {
    position: static !important;
  }
}

.carusel-sizing {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

@media (max-width: 768px) { 
  .small-text {
    font-size: 10px;
  }

  .no-padding-container {
    padding: 8px !important;
  }

  .dropdown-menu-fixed {
    width: 100% !important;
  
  }

  .carusel-sizing {
    padding-left: 55px !important;
    padding-right: 55px !important;
    min-height: 150px !important;
  }
  
}



.info-card {
  position: absolute;
    top: -13rem;
    width: 300px;
    padding: 4rem 3rem 4.5rem;
    margin: 0 auto;
    right: 0;
}

@media (max-width: 767.98px) {
  .info-card {
    position: relative;
    top: 0;
    margin: 0;
    margin-top: 1rem;
  }
}

.link-basic, .link-basic:link, .link-basic:hover {
  text-decoration: inherit;
  color: var(--color-blue);
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  text-decoration: inherit;
  color: inherit;
}

  /* Nav */
.nav-link.active {
  font-weight: 600 !important;
}

.nav-link.active:hover {
  font-weight: 600 !important;
  color:#333 !important;
}

.nav-link {
  color:#333 !important;
  font-weight: 400 !important;
}

.nav-item a:hover {
  color: rgb(142, 142, 142) !important;
  font-weight: 400 !important;
}

footer li {
  margin-bottom: 10px !important;
}

header {
  position: relative;
  z-index: 10000;
}

.fixed-top {
  position: absolute !important;
}
/*
  * {border:1px solid red} 

*/
.fixed-sidebar {
  position: absolute; /* Position the sidebar relative to the main content */
  top: 0;
  right: 0;
  height: 100%; /* Full viewport height */
  overflow-y: auto; /* Ensure scroll if content overflows */
  width: 25%; /* Ensure width is consistent with the column size */
  background-color: lightgray; /* For better visibility */
}
.main-content {
    
    padding-left: 3%;
    padding-right: 3%;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

.scroll {
  animation: scroll 30s linear infinite;
}

.reverse {
  animation-direction: reverse;
}

.track.scroll {
  justify-content: space-around;
  display: flex;
  overflow: visible;
  white-space: nowrap;
  flex: none;
}

.marquee {
    grid-column-gap: 4px;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.track-content {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-wrap: nowrap;
    white-space: nowrap;
}

.animated-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 3s, transform 2s;
}

.animated-image.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


  .w-lgx-75 {
    width: 75% !important;
  }


  @media (max-width: 767.98px) { 
  /* CSS rules for small devices */
  .w-sm-100 {
    width: 100% !important;
  }
}








