:root {
    --accent-color: #f39c12;
}

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tektur:wght@400..900&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tektur', sans-serif !important;
  }


  .container p {
    font-size: 1.2rem;
}

section.dark-background {
    background-color: #444;
}

section.gray-background {
    background-color: #f7f7f7;
    border-bottom: 4px solid #444;
}

/* for full-width slider */
.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  /* menu start position */
  #logo-container {
    position: relative;
    background-color: #333;
    padding: 10px 0;
}

#logo-container .navbar-brand {
    color: #f39c12;
    font-size: 22px;
    font-family: 'Tektur', sans-serif;
}


#slider {
    width: 100%;
}


#navbar {
    transition: top 0.3s;
    background-color: #333; 
    height: auto;
}

#navbar .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    padding: 5px 15px;
    font-family: 'Tektur', sans-serif;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-color: transparent;
    background-image: none;
    width: 30px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0px -8px 0px #fff, 0px 8px 0px #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #444444ea !important; 
    transition: background-color 0.3s ease-in-out;
}

.home-block {
    padding-top: 80px;
}

#reach-out.home-block {
    padding-bottom: 80px;
}

.btn-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .home-block {
        padding-top: 30px;
    }

    #reach-out.home-block {
        padding-bottom: 30px;
    }

  }

.home-block h1, .home-block h2, .home-block h3 {
    text-transform: uppercase;
}

.home-block h1 {
    font-size: 3em;
    font-weight: 600;
}


.home-block h2 {
    font-size: 2.2em;
    font-weight: 600;
}

.home-block h3 {
    font-size: 2em;
    font-weight: 600;
}


.card.home-card {
    display: flex;
    padding: 1em 1em;
    box-shadow: 6px 6px 6px 5px rgba(0, 0, 0, .1);
    border: none;
    border-radius: 20px;
    transition: 1.3s;
    margin: 0.8em;
    align-items: center;
    align-content: space-between;
}

.card.home-card img {
    width: 120px;
    height: 120px;
}

.card-title{
    font-family: 'Tektur', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
}

.container .home-block-description {
    font-size: 1.4rem;
}

.home-card p {
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
}

.black-footer {
    padding: 2.5rem 0;
    color: #ffffff;
    text-align: center;
    background-color: #444;
}

.dark-background h1, .dark-background h2, .dark-background h3{
    color: #fff;
}

.dark-background p {
    color: #f7f7f7;
}

.btn-accent{
    background-color: var(--accent-color);
    color: #fff;
}

.accordion-button {
    background-color: #f7f7f7;
}

.accordion-collapse {
    background-color: #f7f7f7;
}

.accordion-button:not(.collapsed) {
    background-color: #444;
    color: white; 
    border: none;
    box-shadow:none;
}


.accordion-collapse.show {
    background-color: #fff; 
    border: none;
    box-shadow:none;
}

.accordion-button:focus {
    border: none;
    box-shadow:none;
}

.form-control-lg {
    border: 1px solid #444;
}

.btn-send {
    background-color: var(--accent-color);
    color: #fff;
}

.btn-send:hover {
    background-color:#444;
    color: #fff;
}

.form-control:focus {
    border-color: #444; 
    box-shadow: 0 0 0 0.25rem rgba(99, 99, 99, 0.5); 
    outline: none; 
}

.contact-panel a {
    font-size: 2.2em;
    color:#fff;
    text-decoration: none;
}

.card.home-card.img-card {
    box-shadow: none;
    margin: 0;
}

.home-cards-center {
    display: flex;
    align-items: center;
    align-content: center;
}

.accept-check-class {
    display: none;
}