


main {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

#videoParent {
    display: flex;
    width: 100%;
    height: 80vh;
    margin: 0;
    background: linear-gradient(211deg, #fcfcfc 84%, #242226 100%);
    z-index: 1;
}

#videoParentR {
  display: none;
}
#video {
    height: 80vh;
    position: relative;
    z-index: 0;
}

#serviceParDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 10%;
    bottom: 18%;
    width: 50%;
    z-index: 5;
}


.servicePar {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    text-align: justify;
}

#listParent {
    background-color: #111;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5%;
}

.serviceListHeader {
    color: #C61211;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2vw;

}

#columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.leftColumn {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.rightColumn {
    display: flex;
    flex-direction: column;
    width: 50%;

}

.checkmark {
    width: 2.5vw;
    height: 2.5vw;
}

.item {
    display: flex;
    color: #FFFFFF;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .95vw;
    margin: 0;

}

#serviceRequest {
    width: 50vw;
    background-color: #C61211;
    padding: 20px;
    border: none;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5vw;
    color: #FFFEFE;
    text-align: center;
    cursor: pointer;
}

#serviceRequestLink {
    cursor: pointer;
    text-decoration: none;
}

#serviceRequest:hover {
    color: #201F1F;
}


.section {
    width: 100vw;
    height: 100vh;
    margin-bottom: 35vh;
    background-color: #eceaea;
  }

  
  


  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content {
    width: 100vw;
    height: 90vh;
    margin: 10vh;
    display: flex;
  }
  
  #slideHeader {
    color: #C61211;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    text-align: center;
    position: absolute;
  }

  #logoBckgd {
    width: 20vw;
    position: relative;
    opacity: 0.3;
  }
  .text {
    width: 50%;
    color: #201F1F;
    font-size: 30px;
    font-weight: 400;
  }
  
  .slides {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  
  .slide {
    width: 60vw;
    height: 90vh;
    flex: 1 0 100%;
  }
  
  .slide-content {
    width: 100vw;
    height: 60vh;
  }
  
  .disable-scroll {
    overflow: hidden;
  }
  
  .slideImg {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }

  .slideInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 90vh;
    width: 50vw;
    padding: 30px;
  }

  #leftSide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    height: 45vh;
    margin-left: -5vw;
  }

.leftIcon {
    position: absolute;
    width: 10vw;
    height: 10vw;
    z-index: 0;
    left: -7%;
    top: 3%;
}



.gearsIconLeft {
    width: 5vw;
    opacity: 0.3;
  }


.leftText {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    width: 40vw;
    top: 0;   
    height: 40vh;
}

#rightSide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  height: 45vh;
  margin-right: -10vw;
}

.rightIcon {
  position: absolute;
  width: 10vw;
  height: 10vw;
  right: -25px;
  top: 3vmax;  
  transform: rotate(90deg);  
  z-index: 0;
}

.gearsIconRight {
    width: 5vw;
    opacity: 0.3;
  }

.rightText {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    width: 40vw;
    top: 0; 
    height: 40vh;
}

.mainHeaderSlide{
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 550;
    font-style: normal;
    font-size: 1.1vw;
    text-align: justify;
    color: #C61211;
    margin: 0;
    height: 1vh;
}


.textSlide {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: .9vw;
    text-align: justify;
    color: #201F1F;
    padding: 0;
    height: 30vh;
    max-height: 30vh;
}

#responsiveMenu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color:#111;
    margin: 0;
    width: 100%;
    z-index: 999;
}

#toggleMenu {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1vh;
}

#logoSm {
    width: 60%;
    padding: 0 5px;
    margin-right: 2vw;
}


#menuSm {
    width: 10%;
    align-self: center;
    margin-left: 5px;
    cursor: pointer;
    padding: 0 5px;
    justify-self: center;
    z-index: 9999;
}

.itemSm {
    color: #FFFEFE;
    text-decoration: none;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 10px 0px 10px 0px;
    margin-right: 7vw;
    font-size: 1vw;
    text-transform: uppercase;
    align-self: flex-end;
    display: none;
}

#menuBtnSm {
    background-color: #C61211;
    color: #FFFEFE;
    border: none;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1vw;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-end;
    margin-top: 10px;
    margin-right: 7vw;
    margin-bottom: 1vh;
    width: 20%;
    display: none;
    justify-content: center;
    padding: 10px;
}

@media screen and (max-width: 1500px) {


  #serviceParDiv {
    right: 5%;
}
}

@media screen and (max-width: 1180px) {


  #videoParent {
    display: none;
  }

  #videoParentR {
    display: flex;
    background: linear-gradient(135deg, #fdfdfd 0%, #aeacac 100%);
    position: relative;
    height: 70vh;
    overflow: hidden;
    z-index: 3;
  }

  .gearIcon {
    position: absolute;
    width: 70vw;
    height: auto;
    opacity: 0.2;
    animation: spin 10s linear infinite;
}

#gearLeft {
  left: 10%;
  top: 10%;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

#serviceParDiv {
  width: 90%;
  z-index: 5;
  bottom: 20%;
  align-self: center;
}

  .servicePar {
    font-family: "Space Grotesk", sans-serif;
    color: #201F1F;
    font-weight: 400;
    font-style: normal;
    font-size: 2vmax;
    text-align: justify;
    width: 90%;
    align-self: center;
}

#listParent {
  margin-top: -40vh;
}

.serviceListHeader {
  font-size: 4vw;

}



.item {
  font-size: 1vw;
}

#app-footer {
  margin-top: 25vh;
}

#listParent {
height: 70vh;
}

#serviceRequest {
font-size: 2vw;
}



#logoBckgd {
  width: 30vw;
}

.textSlide {
  font-size: 1vmax;
}

.mainHeaderSlide{
  font-size: 1.2vmax;
}
}

@media screen and (max-width: 1180px) and (orientation: landscape) {


  #videoParentR {
height: 90vh;
}

.gearIcon {
  width: 45vw;
}

#gearLeft {
  left: 20%;
  top: 10vh;
}

#listParent {
  margin-top: 0vh;
}

.serviceListHeader {
  font-size: 3vw;
  margin-top: -20vh;
  height: 110vh;
}
}

@media screen and (max-width: 550px) {
      nav {
        display: none;
    }


    #responsiveMenu {
        display: flex;

    }

        #menuBtnSm {
        font-size: 1.2vw;
        width: 50%;
        padding: 10px;
    }
    


    #btnBook {
        padding: 10px;
    }
  
  #serviceParDiv {
    bottom: 10%;
  }

  #gearLeft {
    top: 15%;
  }
}


@media screen and (max-width: 450px) {
      .itemSm, #menuBtnSm {
        font-size: 1.5vmax;
}

#menuBtnSm {
    width: 70%;
}
  
  #serviceParDiv {
    bottom: 5%;
  }

  .servicePar {
    font-size: 1vmax;
}

.gearIcon {
  width: 40vw;
}

#gearLeft {
  top: 25%;
  left: 30%;
}

#videoParentR {
  height: 30vh;
}

#listParent {
  margin-top: -40vh;
  height: 50vh;
}

#serviceRequest {
  font-size: 3vw;
  width: 80vw;
  padding: 15px;
  }
  

  #logoBckgd {
    width: 20vw;
  }

  #slideHeader {
flex-wrap: wrap;
width: 20vw;
font-size: 1.6vw;
  }

  .text {
    width: 35vw;
  }

  .slideInfo {
    width: 60vw;
  }

  .leftText, .rightText {
    width: 50vw;
  }

  .textSlide {
    font-size: 1.3vmax;
  }
  
  .mainHeaderSlide{
    font-size: 1.5vmax;
  }
}


#responsiveMenu .itemSm,
#responsiveMenu #menuBtnSm {
    display: none;
}

#responsiveMenu.open .itemSm,
#responsiveMenu.open #menuBtnSm {
    display: flex;
}