.bg-body {
    background-color: #fbfbfb !important;
}

hr.border-custom {
  width:200px ;
  color:white; 
  height: 3px;
}


.navbar-brand {
letter-spacing: 3px;
font-size: 2rem;
font-weight: 500;
}

.navbar-scroll .navbar-brand {
  visibility: hidden;
}

.navbar-scroll,
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
color: #fff;
}

.navbar-scroll {
box-shadow: none;
}

.navbar-scrolled {
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.navbar-scrolled .navbar-brand {
  visibility: visible;
}


.navbar-scrolled {
background-color: #161313;
}

.navbar-scrolled .navbar-collapse {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  padding: 0px;
}

@media (max-width: 990px) {
  .navbar-collapse {
    background-color: rgba(255, 255, 255, .95);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  }
  .navbar-scroll .navbar-brand,
  .navbar-scroll .nav-link,
  .navbar-scroll .fa-bars {
    color: #4f4f4f !important;
  }   
  .dropdown-menu {
    overflow-y: auto !important;
    max-height: 400px !important;
  }
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #fff !important;
}

.navbanner {
  margin-top: 60px;
  min-height: 100px;
}


@keyframes particle-animation {
  0% {
      left: 0px;
  }
  100% {
      left: calc(100% + 230px);
  }
}

.particle {
  animation: particle-animation 10s infinite;
  position: absolute;
  border-radius: 16px;
  
}

.particle-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
}

.intro-text {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top:100px;
  left:0px;
}

.intro-text-sm{
  top:50px !important;
}

.intro-text h1,
.intro-text h2,
.intro-text h3,
.intro-text h4,
.intro-text h5
{
  color: #fff;
}   

.introsection-lg {
  background-image: url("../img/sf_bg.svg"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  height: 90vh; /* You must set a specified height */
  width: 100%;
  background-position: center bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
}

.introsection-lg-main {
 
  background-color: #fff; /* Used if the image is unavailable */
  height: 90vh; /* You must set a specified height */
  width: 100%;
  
}

.introsection-sm {
  background-image: url("../img/sf_bg_sm.svg"); /* The image used */
  height: 350px; /* You must set a specified height */
  width: 100%;
  background-position: center bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
}
.intro-img {
  max-width: 80%;
}

#intro {
  height: 100vh !important;
}

.introcard {
  margin-top: 120px; 
  backdrop-filter: blur(5px);  
  background-color: rgba(255, 255, 255, 0.90);
  box-shadow: 0 5px 5px 0 rgba(255, 255, 255, .2), 0 0px 5px 5px rgba(255, 255, 255, .2) !important;
}



@media (min-width: 300px) and (max-width: 550px) {
  #intro {
    height: 90vh !important;
    
  }
  .introsection-lg {
    height: 39vh !important;
  }
  .introsection-lg-main {
    height: 50vh !important;
  }
  .particle-container {
    display: none !important;
  }
  .intro-text {
    top:30px !important;
  }
  .sf-section-bg-reverse {
    background-image: none !important;
  }
  .sf-section-bg {
    background-image: none !important;
  }
}
  
@media (min-width: 550px) and (max-width: 768px) {
  #intro {
    height: 1100px !important;
  }
  .introsection-lg {
    height: 50vh !important;
  }
  .particle-container {
    display: none !important;
  }
  .intro-text {
    top:60px !important;
  }
}
  
  @media (min-width: 768px) and (max-width: 1100px) {
    #intro {
      height: 600px !important;
    }
    .introsection-lg {
      height: 60vh !important;
    }
    .particle-container {
      height: 60vh !important;
    }
  }

  @media screen and (orientation:landscape)
  and (min-device-width: 319px) 
  and (max-device-width: 1000px) 
{
  .intro-img {
      max-width: 35%;
  }
  .dropdown-menu {
    overflow-y: auto !important;
    max-height: 70vh !important;
    top:60px !important;
  }
  }

  @media screen and (orientation:landscape)
  and (min-device-width: 300px) 
  and (max-device-width: 1500px) 
{
  .intro-text h1,
  .intro-text h2,
  .intro-text h3,
  .intro-text h4,
  .intro-text h5
  {
    color: black !important;
    text-align: right;
  }   

  hr.border-custom {
    background-color: black !important;
    width: 100% !important;
}
}

.bg-sf-black {
  background-image: radial-gradient(farthest-side at 80% 80%,#161313, #161313);
  color: white !important;
}

.bg-sf-deepblue {
  background: #121b54;
  color: white !important;
}


.bg-sf-primary {
  background: #0049B8;
  color: white !important;
}

.bg-sf-success {
  background: #37c978;
  color: white !important;
}

.bg-sf-success-dark {
  background: hsl(147, 50%, 50%);
  color: white !important;
}


.bg-sf-info {
  background: #11cae6;
  color: white !important;
}

.text-sf-deepblue {
  color: #121b54 !important;
}


.text-sf-primary {
  color: #0049B8 !important;
}

.text-sf-success {
  color: #37c978 !important;
}

.text-sf-info {
  color: #11cae6 !important;
}

.text-sf-black {
  color: #161313 !important;
}

.sf-hr{
  background-image: url("../img/sf_background_light_icons.png");
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat; 
  height: 20px !important;
}
.spacer {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.sf-section-bg {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat; 
 
}

.sf-section-bg-reverse {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
 
}

.sf-bg-curve {
  background-image: url("../img/sf_background_light_icon_wave_transparent.png");
}

.sf-bg-curve-reverse {
  background-image: url("../img/sf_background_light_icon_wave_transparent2.png");
}

.sf-bg-curve-dark {
  background-image: url("../img/sf_bg_dark_icon_wave_btm.png");
}

.sf-bg-curve-dark-reverse {
  background-image: url("../img/sf_bg_dark_icon_wave.png");
}


.sf-bg-line-dark-reverse {
  background-image: url("../img/sf_background_lines_dark.png");
}

.sf-bg-line-dark {
  background-image: url("../img/sf_background_lines_dark.png");
 }

 .sf-bg-block-light {
  background-image: url("../img/sf_bg_block_light.png");
 }

 
 .sf-bg-block-dark {
  background-image: url("../img/sf_bg_block_dark.png");
 }
