body{
    font-family: "Fira Sans", sans-serif;
    line-height: normal;
    color: rgb(71, 71, 71);
}

.navbar-toggler{
    float: right;
    margin-top: 15px;
    border: 0;
}

#navigationBar{
    letter-spacing: 1px;
}

#navigationBar > div{
    display: block;
}

#navLogo{
    height: 66px;
}

.nav-link{
    color: rgb(71, 71, 71);
    font-size: 20px;
    font-weight: 400;
    margin: 0 10px;
}

.nav-link:hover{
    background-color: rgb(255, 109, 56);
    color: white;
}

#describeBody{
    color: white;
}

#describeBody > div{
    align-content: center;
}

.labelBody{
    font-size: 62px;
    font-weight: 700;
}

#labelBodyDescription{
    margin-top: 20px;
    color: white;
    background-color: #000000e0;
    border: 2px solid white;
    padding: 15px;
}

.labelDescription{
    font-size: 18px;
    margin-top: 20px;
}

#contentLogo{
    max-width: 500px;
    width: 100%;
}

.rowDark{
    padding: 40px;
    background-color:black;
}

.rowDark > .labelBody{
    margin-top: 40px;
    color: white;
}

#services, #connect{
    padding: 40px;
    background-color: rgb(237, 237, 237);
    color: rgb(35, 35, 35);
}

#services > .labelBody, #connect > .labelBody{
    margin-top: 40px;
}

.card, .card-img-top{
    border-radius: 0px;
}

.card-img-top{
    max-height: 300px;
    min-height: 300px;
}

.cardStyle{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(71, 71, 71);
    transition: all .5s ease-in-out;
}

.cardStyle:hover{
    scale: 1.05;
    border: 2px solid rgb(255, 109, 56);
    transition: all .5s ease-in-out;
}

.cardHeaderStyle{
    font-size: 24px;
    color: rgb(255, 109, 56);;
}

.cardBodyStyle{
    min-height: 163px;
}

#services .cardHeaderStyle{
    height: 100px;
}

#carouselClient{
    margin-top: 40px;
}

#carouselClient img{
    max-height: 300px;
}

.carouselCard{
    background-color: black;
}

.carouselCardBody{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    max-width: 500px;
    padding: 40px;
}

.carouselCardBodyTitle{
    width: 100%;
}

.carouselCardText{
    color: rgb(255, 109, 56);
    margin-top: 15px;
}

.carouselCardTextName{
    font-size: 24px;
}

.formRow{
    max-width: 500px;
}

#connect{
    background-image: url(Images/lightTrail.webp);
    background-size: cover;
    padding: 100px 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

#connectBody{
    background-color: white;
    padding: 50px;
}

#connectBody > .labelBody{
    margin-bottom: 40px;
}

#aboutUs{
    color: white;
}

.aboutUsCol{
    margin-bottom: 20px;
}

.aboutUsColHeader{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.conatctMedium{
    margin-bottom: 10px;
}

.conatctMedium > label{
    margin-right: 20px
}

#copyRight{
    margin-top: 10px;
    font-size: 14px;
}

.form-control{
    border: 1px solid rgb(71, 71, 71);;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

.video-background-container {
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.video-background-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content-overlay {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 767px) {
    body, #copyRight, .btn {
        font-size: 12px;
    }

    .labelBody{
    font-size: 42px;
    }

    .cardHeaderStyle, .carouselCardTextName{
        font-size: 18px;
    }

    .labelDescription, .aboutUsColHeader{
        font-size: 14px;
    }

    #describeBody{
        height: 70vh;
    }

    .rowDark > .labelBody, #services > .labelBody {
        margin-top: 20px;
    }

    .cardBodyStyle{
        min-height: auto;
    }

    #services .cardHeaderStyle{
        height: auto;
    }

    .cardStyle{
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body, #copyRight, .btn {
        font-size: 14px;
    }

    .labelBody{
    font-size: 52px;
    }

     .cardHeaderStyle, .carouselCardTextName{
        font-size: 20px;
    }

    .cardHeaderStyle{
        height: 62px !important;
    }

    .cardBodyStyle{
        min-height: 130px;
    }

    .labelDescription, .aboutUsColHeader{
        font-size: 16px;
    }

    .rowDark > .labelBody, #services > .labelBody {
        margin-top: 20px;
    }

    .cardStyle{
        max-width: 400px;
    }
    
}

@media only screen and (min-width: 992px){
    .cardStyle{
        max-width: 450px;
    }

    .cardHeaderStyle{
        height: 100px !important;
    }

    .cardBodyStyle{
        min-height: 182px;
    }

    .carouselCardBody{
        max-width: 700px;
    }
}

@media only screen and (min-width: 1200px){
    .cardHeaderStyle{
        height: 73px !important;
    }

    .cardBodyStyle{
        min-height: 145px;
    }
}
