
/*@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: #ff5733;
  
  --color-yellow: #F6BC58;
  --color-red: #C3352C;
  --color-blue: #46A2ED;
  --color-silver: #5A6A81;
  --color-black: #000;
  --zebra-mobile-negative-offset: -150px;
}


body {
  font-family: 'Open Sans', 'Roboto', sans-serif;
  color: #333;
  
}

.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-silver {
  color: var(--color-silver);
}

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

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


.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;
}    

.remove-margin {
  margin: 0
}

.remove-border {
  margin: 0
}

.remove-radius {
  border-radius: 0;
}

.px-10 {
  padding-right: 6rem!important;
  padding-left: 6rem!important;
}

.ls-1 {
  letter-spacing: 1px;
}

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

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

.zebra-mobile-negative-offset {
  margin-top: var(--zebra-mobile-negative-offset);
}

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

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


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


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

/* full screen width dropmenu)*/
.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;
  }

  

}

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

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

  .zebra-mobile-negative-offset {
    margin-top: 0;
  }

  .px-10 {
    padding-right: 0 !important;
  padding-left: 0 !important;
  }

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

.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;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.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;
}

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

.lh-1-2 {
  line-height: 1.2;
}

.fw-500 {
  font-weight: 500;
}

.fixed-top {
  position: absolute !important;
}

/*
  * {border:1px solid red} 

*/

.ls-4 {
  letter-spacing: 4px;
  }


.video-container {
  /*position: relative;*/
  max-width: 600px;
}
.video-container img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.video-container video {
  width: 100%;
  height: auto;
}
.controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.controls .material-symbols-outlined {
  font-size: 24px; /* Smaller icon size */
  cursor: pointer;
  margin: 0 10px;
  color: black; /* Black icon color */
  background-color: white; /* White background */
  border-radius: 50%; /* Circular button */
  padding: 20px; /* Adjust padding for button size */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow effect */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.controls .material-symbols-outlined:hover {
  color: #0056b3; /* Change icon color on hover */
}


.list-container {
  position: relative;
  padding-left: 30px; /* Adjust as needed */
}

.custom-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid grey;
  padding-left: 20px; /* Space between the line and the bullets */
}

.custom-list li {
  position: relative;
  margin-bottom: 20px; /* Space between points */
}

.custom-list li::before {
  content: '';
  position: absolute;
  left: -26px; /* Adjust to match the padding of .list-container */
  top: 10px;
  width: 11px;
  height: 11px;
  background-color: #ff5733;
  border-radius: 50%;
}



.rectangle-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px;
  padding-top: 60px;
}

.rectangle {
  background-color: #ff5733; /* Initial background color */
  color: white;
  width: 400px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  opacity: 0; /* Initially hidden */
  transform: translateY(20px); /* Initial position for animation */
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.rectangle.visible {
  animation: fadeInUp 1s forwards; /* Apply animation when visible */
}

.rectangle:hover {
  background-color: #c70039; /* Color on hover */
  transform: translateY(-10px);
}

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

.fw-600 {
  font-weight: 600;
}


/* Blog Section Styling */
.card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img {
  border-bottom: 1px solid #e0e0e0;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.card-title:hover {
  text-decoration: underline;
}

.text-dark-gray {
  color: #333;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

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

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

