
.section-background{
    background-image: url(../src/img/HOME\ 3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
}
.section-background2{
    background-image: url(../src/img/HOME\ 5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
}
.image-container {
    position: relative;
}
.sector-border{
  box-shadow: 
        0 4px 8px rgba(62, 64, 147, 0.8), /* Bottom shadow */
        -1px 0 4px rgba(62, 64, 147, 0.8), /* Left shadow */
        1px 0 4px rgba(62, 64, 147, 0.8), /* Right shadow */
        0 -4px 8px rgba(62, 64, 147, 0.8); /* Top shadow */
}

.sector-container{
    background-image: url(../src/img/HOME\ 3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
}
@media (max-width: 1399.98px) {
  p.email-text {
      font-size: 1.25rem !important;
  }
  #logo{
    content: url(../src/img/LOGO\ 2.png);
  }
}
@media (max-width: 1236.98px) {
    .image-1, .image-2 {
        width: 100% !important;
        position: relative !important;
        margin-bottom: 10px;
    }
    .image-container{
        height: fit-content !important;
    }
    
}
@media (max-width: 630.98px) {
    .coop-design{
        display: none;
    }
}

/* new css */
* {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  
  @font-face {
    font-family: "FORTE";
    src: url(../src/FORTE.TTF);
  }
  
  .forte {
    font-family: "FORTE";
  }
  
  .hero-caption {
    font-family: "franklin(heavy)";
  }
  
  /* Initial navbar styling */
  .navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  
  .nav-link {
    color: white;
    transition: color 0.3s ease;
  }
  
  .nav-link-hover {
    color: #000;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }
  
  .nav-link-hover:hover {
    color: #f36b1f !important;
  }
  
  /* Scrolled navbar styling */
  .navbar.scrolled {
    background-color: white;
	  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .navbar.scrolled .nav-link {
    color: black !important;
    transition: color 0.3s ease;
  }
  
  .navbar.scrolled .nav-link:hover {
    color: #f36b1f !important;
  
  }
  
  .navbar.scrolled .btn {
    border-color: #3e4093 !important;
  }
  
  .navbar.scrolled .fa-user {
    color: #3e4093 !important;
  }
  
  @media (max-width: 1399px) {
    .navbar-expand-xl {
      background: white !important;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
      .nav-link {
        color: black !important;
      }
  
      .login-button {
        border: 2px solid #3e4093 !important;
  
        i {
          color: #3e4093 !important;
        }
      }
    }
  
    .heroes-banner {
      height: 600px !important;
  
      .inside-heroes {
        top: 58% !important;
      }
    }
  }
  
  @media (max-width: 425px) {
    .logo {
      height: 50px !important;
    }
  
  }
  
  @media (max-width: 369px) {
    .logo {
      height: 45px !important;
    }
  
  }
  
  @media (max-width: 342px) {
    .logo {
      height: 40px !important;
    }
  
  }
  
  @media (max-width: 575px) {
    .about-cooperate {
      text-indent: 0 !important;
      text-align: justify;
    }
  
  }
  
  .four-image-inside {
    position: absolute;
    top: -150px;
  }
  
  @media (max-width: 1199px) {
    .four-image {
        height: auto !important;
    }
    
    .four-image-inside {
        position: relative !important;
        top: 0 !important;
        padding-top: 50px;
    }
    .about-cooperate
    {
      padding-bottom: 0 !important;
    }
  
    .contact-head
    {
      height: auto !important;
    }
    .contact-body
    {
      position: relative !important;
      top: 0 !important;
      padding-top: 50px;
    }
    .contact-input
    {
      height: auto !important;
      padding-bottom: 50px;
    }
  }
  
  @media (max-width: 767px) {
    .vision-text
    {
      text-align: justify !important;
    }
  }
  
  .contact-body
  {
    position: absolute;
    top: -50px;
  }
  
  
  
/* end of new css */
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* additional media query */
@media (max-width: 700.98px) {
  .coop-design{
    display: none;
  }
}
@media (max-width: 500.98px) {
 .cooperative-container{
    border: 1px solid white !important;
 }

}
@media (max-width: 1199.98px) {
  p.email-text{
    font-size: 1.75rem !important;
  }
}

/* end of additional media query */

