body{
 background-image: url(back1.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: fixed;
margin: 0;
padding: 0;


}




.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
}



.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}

.btn-outline-success {
    --bs-btn-color: #f97404;
    --bs-btn-border-color: #f97404;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f97404;
    --bs-btn-hover-border-color: #f97404;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f97404;
    --bs-btn-active-border-color: #f97404;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f97404;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f97404;
    --bs-gradient: none;
}

    .h1, h1 {
        font-size: 45px;
        color: white;
        text-align: center;
    }


    button.btn.btn-primary.btn-lg {
    background-color: #f97404;
    align-items: center;



}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f97404;
    --bs-btn-border-color: #f97404;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f97404;
    --bs-btn-hover-border-color: #f97404;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f97404;
    --bs-btn-active-border-color: #f97404;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f97404;
    --bs-btn-disabled-border-color: #f97404;
    align-items: center;


}

p{
    color: white;
}

h1.head.aos-init.aos-animate {
    color: white;
}

h1{

    color: #f97404;
}

.trigger{
    height: 30vh;
}

#featureImage{
    width: 90%;
    max-width: 600px;
    transition: all 0.4s ease;
}

#textContent{
    transition: all 0.4s ease;
}

#title{
    font-size: 4rem;
    font-weight: bold;
}

#description{
    font-size: 1.5rem;
    margin-top: 20px;
    color: gray;
}

p{
    color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.gallery h1{
    color: #fff;
    padding-bottom: 40px;
}

.gallery{
    align-items: center;
}

.remote p{

    color: #fff;
}


.download h1{
font-size: 30px;
    color: #fff;
   margin-top: 70px
    
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0) !important;
}

.faq h1{
    
    color: #fff;

}

.accordion-button{
    background-color: transparent !important;
    color: #fff;
    font-size: 20px;
}

.accordion-item{

    background-color: transparent;
    color: #fff;
    border: 1px solid orangered;
}

.accordion-button:not(.collapsed){
    background-color: orangered !important;
    color: #fff !important;
    box-shadow: none;
}

.footer-section{
    background: rgba(0,0,0,0.92);
    padding: 50px 0 20px;
}

.footer-section .container{
    max-width: 1200px;
}

.footer-section h5{
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-section ul li{
    margin-bottom: 15px;
}

.footer-section ul li a{
    color: #d6d6d6;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.footer-section ul li a:hover{
    color: orange;
}

.footer-section hr{
    border-color: rgba(255,255,255,0.15);
    margin: 40px 0 20px;
}