:root {
    --primary-color: #9F7C62;
    --secondary-color: #96775D;
    --accent-color: #AD9380;
    --muted-color: #9F927B;
    --background-color: #F5F4EC;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
}

/* Navbar */
.navbar {
    background-color: var(--background-color) !important;
    padding: 15px 30px;
}

.navbar-brand img {
    height: 60px;
}

.navbar .btn,
.submit-btn {
    background-color: var(--primary-color);
    border: none;
    font-weight: 500;
    color: #fff;
}


.navbar .btn:hover {
    background-color: var(--accent-color);
}

/* Carousel */
.carousel-img {
    object-fit: cover;
    width: 100%;
    height: 60vh;
    /* default height */
}

.carousel-control-prev,
.carousel-control-next {
  opacity: .2 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;   /* arrow size */
  height: 4rem;
  color: #fff;
  $carousel-control-color: #fff;
}

.carousel-img2 {
    object-fit: cover;
    width: 100%;
    height: 30vh;
    /* default height */
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

.carousel-registration {
    background-color: #907860;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-radius: 3px;
    z-index: 999;
    font-size: 14px;
    font-weight: 700;
    color:#fff;
}

.carousel-registration div:first-child {
  font-size: 19px;
}

.carousel-registration a {
    color: #fff !important;
    text-decoration: none;
}

.carousel-caption h1,
.carousel-caption h4,
.carousel-caption p,
.carousel-caption a{
    color: var(--background-color) ;
}
.carousel-caption a{
    text-decoration: none;
}

.text-shadow {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}

.carousel-item:nth-child(1) .carousel-img {
    object-position: center 80%;
}

.carousel-item:nth-child(2) .carousel-img {
    object-position: center 70%;
}

.carousel-item:nth-child(4) .carousel-img {
    object-position: center 100%;
}

.carousel-item:nth-child(1) .carousel-img2 {
    object-position: center 80%;
}

.carousel-item:nth-child(2) .carousel-img2 {
    object-position: center 80%;
}

.btn br {
    display:none;
}

.blead {
  font-size: 1rem;
  font-weight: 300;
  color:#fff;
}

.logo-img {
    max-height: 150px;
    height: 150px;
    object-fit: contain;
    padding: 0 45px;
}

.first-logo-one{
    padding: 0 10px;
}

.first-logo-two{
    padding: 0 25px;
}


.dn-btn a {
    background-image: url('../imgs/btn-bg.svg?cocache');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 120px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:700;
}

.icon-box {

    margin: 0 auto;

    /* one of your brand colors */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-img {
    width: 200px;
    object-fit: contain;
    min-height: 42.8px;

}

.text-link{
    color:#212529;
}


/* Footer */
.footer {
    background-color: #E6E1DA;
    color: #000 !important;
    /* warm brand color */
}

.footer .footer-link {
    color: #000 !important;
    text-decoration: none;
}

.footer .footer-link:hover {
    text-decoration: underline;
}

.footer-logo {
    max-height: 70px;
    object-fit: contain;
}

.info h5{
    color: var(--secondary-color)!important;
}


.terms-section h1,
.terms-sectio h2 {
    color: #9F7C62;
    font-weight: 700;
}

.terms-section h3 {
    color: #96775D;
    font-weight: 600;
}

.theme-color {
    color: #96775D;
}

.submit-btn:hover {
  background-color: var(--accent-color);
  color:white;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}

.terms-section {
    padding: 60px 0;
}

.terms-section ul {
    margin-left: 20px;
}

.form-floating > label {
  padding: 1rem 1.2rem !important;
}

.register-now {
    color:#000 !important;
    text-decoration:none;
}

.text-bg {
    display: inline-block;
  padding: 15px 30px 10px;
  font-size: 28px;
  color: white;
  background: url('/assets/imgs/text-bg-4.png?nocaches');
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.text-bg2 {
    display: inline-block;
  padding: 15px 30px 10px;
  font-size: 24px;
  color: white;
  background: url('/assets/imgs/text-bg-4.png?nocaches');
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


@media (max-width: 1366px) {
    .first-logo-one{
        padding: 0 5px;
    }
    
    .carousel-caption h2{
        font-size: 1.6rem;
    } 
    
}


@media (max-width: 1024px) {
    .carousel-img {
        height: 400px;
        /* taller on tablets & desktops */
    }
    
    .logo-img {
      max-height: 30px!important;
      height: 30px!important;
      object-fit: contain;
      padding:0 !important;
    }
    
    .btn br {
        display:inline;
    }
    
    .text-bg {
        font-size: 26px;
    }
    
    .text-bg2 {
        font-size: 20px !important;
    }
    
    .text-bottom-2{
        font-size:0.7rem;
    }
    
    .blead {
      font-size: 0.8rem;;
    }
    
    .carousel-caption .Earthen br{display:none;} 
    
    .text-bg{
        padding: 25px 6px 10px;
        background-position: center;
        min-width: 54%;
        width: min-content;
    }
    
}

@media (max-width: 576px) {
    
    .navbar {
      padding: 15px 19px;
    }
    
    .navbar-brand{
        margin-right: 0px !important;
    }
    
    .blead {
      font-size: 0.65rem;
    }
    
    .navbar-brand img {
      height: 53px;
    }

    .carousel-registration div:first-child {
      font-size: 14px;
    }
    
    .carousel-img {
        height: 380px;
        /* let mobile images scale naturally */
    }
    
    .logos-box div{
        padding-left:0.5rem;
        padding-right:0.4rem;
    }
    
    .first-logo-box {
      padding: 0 !important;
    }

    .carousel-registration {
        font-size: 11px;
        padding: 8px 4px;
        
    }
    
    .carousel h1 {
      font-size: calc(1.2rem + 1.5vw);
    }
    
    .carousel h2 {
      font-size: calc(1rem + .9vw);
    }
    
    .carousel .lead {
      font-size: 1rem;
    }
    
    .download-button {
      font-size: 1rem;
    }
    
    .carousel-caption .Earthen br{display:none;} 
    
    .text-bg{
        padding: 25px 10px 5px;
        background-position: center;
        min-width: 75%;
        width: min-content;
    }
}