/*body{
  padding: 0;
  margin: 0px;
}*/


html, body {
    max-width: 100%;
    overflow-x: hidden;

}
body{
  overflow: hidden;

}

h4{
  font-family: 'Road Rage', cursive;
  font-size: 68pt;
}
.wrapper{
  margin-left: 10%;
  margin-right: 10%;
  max-width: 1115px
}

.smallWrapper{
  max-width: 700px;
}

.wrapperLeft{
  margin-left: 10%;

}

.wrapperRight{
  margin-right: 15vw;

}

.flex{
  display: flex;
}

.justify-center{
  justify-content: center;
}

.justify-around{
  justify-content: space-around;
}

.w-full{
  width: 100%;
}

.pad-2{
  padding: 25px;
}

:root {
    --menu-width: 37.5em; /* Width of menu */
    --items: 5; /* Number of items you have */
    --item-width: calc(var(--menu-width) / var(--items));
    --red:#BF0404;
    --darkRed:#8C0303;
    --darkBlue:#111826;
    --sectionSpace:80px;
}

body {
    margin: 0;
    padding: 0;
    /*background: linear-gradient(45deg, #102eff, #d2379b);*/
    font-family: 'Roboto', sans-serif;
    /*height: 100vh;*/
    /*overflow: hidden;*/
    /*width: 100vw;*/
}


.mobileNav{
  display: none;
}

.fullNav{

}



nav a{
  color: black;
  border-bottom: solid;
  border-width: 2px;
  border-color:white;


}


nav a:hover {
    color: #BF0404;
    border-color:#BF0404;
    

}

.logoNav{
  display:flex;
  align-items: center;

}

.logo img{
  width: 150px;
}

nav{
  background-color: white;
  padding: 10px 0px;
  min-height: 55px

}
.navwrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.warrantyImage{
  background-image: url("images/warranty.png");
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;

}

.m-b-1{
  margin-bottom: 25px;
}

.warrantyTxt{
  color:rgb(107, 77, 0);
  font-weight: 800;
}


.nav-item{
  margin: 5px;
}

nav ul{
  justify-content: right;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
   background-color: #BF0404;
   border-radius: 1px;
 }



.nav-pills .nav-link{
  border-radius: 0;
}

nav a:hover{
  color: #8C0303;
  
}

#sub-menu-holder {
    pointer-events: none;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    padding: 1em;
    position: absolute;
    transition: opacity 2 ease-out;
    transform: rotateX(-25deg) scale(1);
    transform-origin: 50% 7em 0em;
    opacity: 0;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1), 0 2px 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
    top: 3rem;
    border-radius: 10px;
    background: white;
    display: block;
    height: 300px;
    width: calc(var(--menu-width) * 1.5);
}

#sub-menu-container {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    top: 2.5em;
    width: 100%;
}


.w-100{
  width: 100%;
}

.w-50{
  width: 50%;
}

.w-75{
  width: 75%;
}

.w-25{
  width: 25%;
}

.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}

.w-35{
  width: 35%;
}
.w-65{
  width: 65%;
}

.mw-200{
 max-width: 500px;
}

.pb-25px{
  padding-bottom: 25px;
}
.pr-25px{
  padding-right: 25px;
}
.pl-25px{
  padding-left: 25px;
}


.newTrail{
  border: solid;
  border-width: 4px;
  border-color: var(--red);
  box-sizing: unset;
}


.logo{
  background-image: url("images/SWOT.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 125px;
  height: auto;
}

header{
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-bottom: var(--sectionSpace);
  padding-top:150px;
  padding-bottom:auto;

}

.homeHero{

  background-image: url("images/homeHero.webp");
  height: 600px;
  width: 100%;
  background-position: 50% 70%;
}

.trailsHero{
  background-image: url("images/trailHero.webp");
  height: 600px;
  width: 100%;
  background-position: 50% 70%;
}

.manageHero{
  background-image: url("images/offroad_mid.webp");
  height: 600px;
  width: 100%;
  background-position: 50% 35%;
}

.map{
  width:100%;
  height:450px;
}

.mapouter{
  position:relative;
  text-align:right;
  width:45%;
}

.trailInfoBox{
  width: 45%;
}

.trailInfoBox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
}
form ul{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.trailInfoBox li, form li{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #444;
  color:white;
  border-radius: 5px;
  margin-right: 5px;
  list-style-type: none;
  cursor: pointer;

}

.trailInfoBox li:hover{
 background-color: #222;
}

.tagSelectContainer{
  width: 100%;
  display: flex;
}

.tagSelect{
  width: 35%;
}

.textContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tagSelect button{
  box-shadow: none;
  background-color: #BF0404;
  color: white;
}

#trailsApp .modal-body{
  display: flex;
  
  justify-content: space-between;
}

.blackbtn{
  background-color: white;
  border-radius: 2px;
  border-style: none;
  margin-top: 15px;
  font-weight: 500;
}

.blackbtn:hover{
  color:var(--red);
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
 
  width:100%;
}

.miniGallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 25px;
}

.miniGallery img{
  width: 100px;
  height: 100px;
  margin: 5px;
  object-fit: cover;
  
}

.miniGallery img:hover{
  cursor: pointer;
}

.largeImage{
  width: 100%;;
}


.modal-backdrop2 {
  z-index: 1054;
}

.modal2{
  z-index: 1055;
}

.homeHeroVideo{
  width: 92%;
  height: 600px;
  margin-left: 4%;
  max-width: 1200px;
}

.vidcontainer {
  position: relative;
  padding: 0;
  height: 600px;
  width: 100%;


}

.--red{
  color: #BF0404;
}

.--blue{
  color: #004297;
}

.detailDisc h3 {
  text-align: center;
}

.detailDisc ul{
  margin:0;
  list-style: none;
  padding: 0;
}

.detailDisc li{
  padding: 10px 20px;
}

.detailDisc .detailIcon{
  text-align: center;
  width: 100%;
  font-size: 34pt;
  margin: 10px 0;
}

.textOverlay{
  margin-top: 150px;
  background-color: rgba(255,255,255,0.2);
  padding: 20px;
  width: 100%;
  max-width: 1035px;
  z-index: 5;
  color: black;
}

.vidcontainer .vidoverlay{
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 4;


}


.product1Hero{
  background-image: url("images/redjeepHero.avif");
  background-position: 95%;

}

.product2Hero{
  background-image: url("images/blue_trail-min.jpg");
  background-position: center;
}

.product3Hero{
  background-image: url("images/contact_img.avif");
  background-position: center;
}

.product4Hero{
  background-image: url("images/sexy_jeep-min.jpg");
  background-position: 95%;

}

.productsHero{
  background-image: url("images/pillar_jeeps-min.avif");
}

.scheduleHero{
  background-image: url("images/offroad_mid.jpg");
  background-position: top;
}


.shapeHeader{
  clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 80%);
  height: 550px;
}

.overlay{
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
  width: 100%;
  color:white;
}



.blogsnippet{
  background-color: red;
  width: 75vh;
  height: 250px;
}

.fadeimagevspage{
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%), url(images/pose_all-min.avif);
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media only screen and (max-width: 1150px) {
  .fadeimagevspage{
    background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%), url(images/pose_all-min.avif);
    height: 1200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}

@media only screen and (max-width: 600px) {
  .fadeimagevspage{
    background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%), url(images/pose_all-min.avif);
    height: 1500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}

@media only screen and (max-width: 450px) {
  .fadeimagevspage{
    background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%), url(images/pose_all-min.avif);
    height: 2000px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}

.fadeimage{
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%), url(images/pose_all-min.avif);
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.fadeimageHome{
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%), url(images/feature_one.jpg);
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.jeepAtnight{
  background: linear-gradient(180deg, #111826 15%, rgba(17,24,38,0.2) 50%), url(images/anytime_night.webp);
  /* background-image: url("images/anytime_night.jpg"); */
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position:  left;
  background-size: cover;
  display: flex;
  justify-content: right;
  margin-bottom: 50px;
}

.topMargin{
  margin-top: 80px;
}

.jeepAtnight .info{
  background-color: rgba(0,0,0,0.6);
  width: 35%;
  padding: 25px;
  border-radius: 5px;
  margin-top: 100px;
  margin-bottom: auto;
  margin-right: 5%



}



.btn-primary{
  background-color: #BF0404;
  border-radius: 1px;
  border-style: none;
}

.btn-primary:hover{
  background-color: var(--darkRed);
  box-shadow: 0 10px 16px 0 rgba(15, 14, 14, 0.2), 0 6px 20px 0 rgb(0 0 0 / 19%);
}



 button{
   background-color: #BF0404;
   border-radius: 1px;
   color:white;
   padding: 10px;
   border-style: none;
   box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
 }

 button:hover{
   background-color: #8C0303;
 }




article{
  display: flex;
  justify-content: space-between;
}
section{
  padding-bottom:var(--sectionSpace);
  min-height: 200px;
}

main{
  background-color: #111826;
  color:white;
}


.card{
  background-color: #F9F9F9;
  border-style: none;
  border-radius: 0;
  color: #444444;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);

}

.card-body{
  padding: 0;
  padding-bottom: 1.25rem;

}

.card-title{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #444444;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;

}

.carousel-item{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 15%;
  padding-left: 15%;
  
}

.carousel-indicators{
  margin-top: 10px;
}

.carousel-item .Tcard{
  max-height: none;
  height: 100%;
  
}

.carousel-item .Tcard .cardimg{
  height: 390px;
}

.card-body .btn{
  margin-left: 1.25rem;

}

.card-text{
  padding-left: 1.25rem;
  padding-right: 1.25rem;

}

#packageOverview .card-body{
  min-width: 230px;
}

#packageOverview .card-img-top{
  object-fit: cover;
  height: 150px;

}

.Tcard{
  margin-bottom: 45px;
  background-color: #444444;
  color:white;
  max-height: 250px;
  display:flex;
  justify-content: space-between;
  width: 100%;
}

.Tcard .cardimg{
  background-size: cover;
  height: 250px;
  width: 500px;
  border-radius: 0;
  min-width: 250px;
  

}

.carousel-inner .cardtext {

  max-height: 250px;
  overflow:auto;
}

.Tcard .cardBody{
  width: 100%;
}

#trailsApp .cardimg{
  max-width: 250px;
}

#trailsApp .cardimg img{
  width: 250px;
  object-fit: cover;
  height: 100%;
}


.trailCard .cardBody{
  
  width: 100%;
}

.cardBody .btn{
  margin-left: 1.25rem;
}

.cardtitle{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #222;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

#trailsApp .cardtitle{
  font-family: 'Road Rage', cursive;
  font-size: 25pt;
  color: white;
  
}

.selectedTag{
  background-color: var(--red);
}



.cardtext{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10px;
  max-height: 120px;
  overflow: auto;
}

.trailCard .cardtext{
  max-height: 96px;
}

.cardBody ::-webkit-scrollbar {
  width: 10px;

}

/* Track */
.cardBody ::-webkit-scrollbar-track {
  background: #f1f1f1; 
  
}
 
/* Handle */
.cardBody ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.cardBody ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.redClose{
  background-image: url("images/redClosehood.webp");
  background-position: bottom;
}

.blueClose{
  background-image: url("images/blueClosehood.webp");
  background-position: top;
}

.whiteClose{
  background-image: url("images/whiteClosehood.webp");
  background-position: top;
}


.morinfoPackages .card-title{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #222;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;

}

article .card{
  margin-bottom: calc(var(--sectionSpace)/2);
  width: 30%;
}

summary{
  min-height: 200px;
  width: 100%;
  background-color: var(--red);
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  color:white;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  cursor: default;

}

.shapeup{
  clip-path: polygon(25% 0, 75% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.shapedown{
  clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 80%);
}

.secNoPadding{
  padding: 0;
}

.stepsContainer div{
  width: 33%;
}

.stepsContainer img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.stepDesciption{
  margin-top: 25px;
}



.moreinfo h2{
  text-align: center;
  margin-bottom: 25px;
}

.nightsky{
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 30%), url(images/milkyway.jpg);
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;


}

.nightMountains{
  clip-path: polygon(44% 59%, 55% 42%, 76% 84%, 89% 70%, 100% 100%, 0 100%, 0 35%, 16% 77%, 29% 51%);
  background-color: #111826;
  height: 400px;
  position: relative;
  top: 5px;



}

.nightTitle{
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

footer form{
  position: relative;
  bottom: 50px;
  height: 560px;
  width: 60%;
  padding-left: 15vw;
  padding-right:40px;
  padding-top: 25px;
  padding-bottom: 0;
  background-color: var(--red);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
}

footer form .form-control{

  background-color: var(--darkRed);
  color: white;
  border-width: 2px;
}
footer form ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

footer form h2{
  margin-top: 20px;
  margin-bottom: 30px;
}

footer form #footerSubmitButton{
  background-color: white;
  color: var(--darkRed)
}

footer form #footerSubmitButton:hover{
  color: var(--red);
  text-decoration: underline;
}

footer .info{
  text-align: center;

  padding-left: 3vw;
}

.hours p{
  margin-bottom: 2px;
}

footer{
  position: relative;
  background-color: black;
  color:white;
  height: 510px;
}

.infoContainer{
  width: 40%;
  margin-top: 50px;
  height: 460px;
}

footer article{
  flex-wrap: wrap;
  height: 500px;
}

.close{
  box-shadow: none;
}

.close:hover{
  background-color: white;
}

.contactUs{
  margin-top: 100px;
}

.productLables{
  width: 100%;

}

.detailDisc{
  padding: 15px;
  width: 31%;
  background-color: #F9F9F9;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);

}

.modProssesSect{
  padding-bottom: 0;
}

.modProsses img{
  object-fit: cover;
  width: 60%;
}

.modProsses .descriptionRight{
  padding-left: 20px;
  padding-right: 10%;
}

.modProsses .descriptionLeft{
  padding-left: 15vw;
  padding-right: 20px;
}

.modProsses article{
  height: 400px;
  margin-bottom: var(--sectionSpace);
}

.genInfo{
  width: 100%;
  padding-right: 25px;
}
.genInfoBtns{
  width: 25%;
}

.genInfoBtns button{
  margin-bottom: 20px;
  width: 100%;
}

.carouselSec{
  margin-bottom: 50px;
  background-color: #333;
}

.carousel-inner {
    height: auto;
}
.carousel-inner img{
    height: 450px;
    object-position: center;
    object-fit: contain;
}

.closeUpsec{
  display: none;
}

.secTitle{
  text-align: center;
  width: 100%
}

.bottomSec{
  margin-bottom: 50px;
}

.navbar-toggler{
  box-shadow: none;
}

.navbar-toggler:hover{
  background-color: lightgrey;
}
/* Animation */
.beforeAnimation{
  opacity: .3;
  transition: opacity 1s;
  transition-delay: .5s;
}

.comeFromRight{
  transform: translate( 75%, 0);
  transition: opacity 1s, transform 1s;
}

.comeFromLeft{
  transform: translate( -75%, 0);
  transition: opacity 1s, transform 1s;
}

.afterAnimation {
	opacity: 1;
  transform: translate( 0%, 0%);

}

#trailModal{
 max-width: 70%;
}



.theseTabs button{
  box-shadow: none;
  background-color: white;
  border-color: #dee2e6 #dee2e6 #fff;
  
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 1px solid ;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav{

}

.theseTabs .nav-link{
  color: var(--darkRed);
  border-bottom: 1px solid #dee2e6;
}

.nav-link:hover{
  color: var(--red)
}

.nav-tabs{
  margin-bottom: 20px;
}

.mobileTabsNav{
  display: none;
}

.fileListContainer{
  padding-top: 20px ;
  padding-left: 20px ;
  padding-right: 20px ;
}

.fileListContainer li {
  margin-bottom: 10px;
  cursor: default;
}




@media only screen and (min-width: 1150px) {
  .wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1125px;
  }

  .smallWrapper{
    max-width: 700px;
  }
  .modProsses .descriptionRight{
    padding-right: 15%;
  }

  .modProsses .descriptionLeft{
    padding-right: 20px;
  }




}

@media only screen and (max-width: 1150px) {

  .vidcontainer{
    display: none;
  }

  .homeHero{
    display: block;
  }


}

@media only screen and (max-width: 1200px) {
  .closeUpsec{
    display: block;
  }

  .bigDetails{
    display: none;
  }
  .mobleDetailDisc{
    display: flex;
  }

  .detailDisc{

    margin-bottom: 75px;
  }

}

@media only screen and (max-width: 1030px) {

  .moreinfo .Tcard{
    display: block;
    max-height: none;
  }
  .moreinfo .Tcard .cardimg{
    width: auto;
  }

  .moreinfo .Tcard .cardBody{
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 950px) {
  #trailsApp .modal-body{
    flex-direction: column;
  }
  .trailInfoBox {
    width: 100%;
  } 
  .mapouter{
    width: 100%;
  }

}



@media only screen and (max-width: 975px) {
  #packageOverview {
    display: block;
  }
  article .card {
    width: 100%;
  }
  .jeepAtnight{
    height: 800px;
    background-position: 20% 85%;
  }
  .jeepAtnight .info{
    width: 100%;
    margin-top: auto;
    margin-bottom: 31px;
    margin-left: 10%;
    margin-right: 10%
  }



}

@media only screen and (max-width: 850px) {
  .carousel .Tcard{
    display: block;
    /* max-height: none; */
  }
  .carousel .Tcard .cardimg{
    width: auto;
  }

  .carousel .Tcard .cardBody{
    padding-bottom: 20px;
  }

  .moreinfo div{
    width: 100%;
  }

  article{
    display: block;
  }

  .w-40{
    width: 100%
  }
  .w-60{
    width: 100%
  }

  .pr-25px{
    padding-right: 0;
  }

  .pl-25px{
    padding-right: 0;
  }

  .modProsses img{
    width: 100%;
  }

  .stepsContainer div{
    width: 100%;
  }

  .centerart{
    display: flex;
    flex-direction: column-reverse;
  }


  .modProsses .descriptionLeft{
    padding-left:10vw;
    padding-right:10vw;
    padding-top: 25px;
  }

  .modProsses .descriptionRight{
    padding-left:10vw;
    padding-right:10vw;
    padding-top: 25px;
  }

  .descriptionRight{
    padding-right:5%;
  }

  .modProsses article{
    height: auto;
  }


   #trailsApp .carousel .cardimg img {
    width: 100%;
  }

   #trailsApp .carousel .cardimg {
    max-width: none;
    width: 100%;
} 
.carousel .Tcard .cardtext{
  max-height: 120px;
  min-height: 120px;
}



}

@media only screen and (max-width: 800px) {
  .mobileNav{
    display: flex;
  }

  .fullNav{
    display: none;
  }

  .modProsses .descriptionLeft{
    padding-left: 11vw;
  }



}



@media only screen and (max-width: 670px) {
  .homeHero{
    background-image: url("images/mobileHomeHero.webp");
  }

  article{
    display: block;
  }

  .nightMountains{
    clip-path: polygon(30% 59%, 45% 42%, 70% 84%, 80% 70%, 100% 100%, 0 100%, 0% 77%, 15% 51%);
}
  
  .Tcard{
    display: block;
    max-height: none;
  }
  .Tcard .cardimg{
    width: auto;
  }

  .Tcard .cardBody{
    padding-bottom: 20px;
  }

  #trailsApp .cardimg{
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;
  }



  





  footer article{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    flex-wrap: nowrap;
    height: auto
  }

  footer article .wrapperRight{
    margin-right: 0px;
  }

  footer{
    height: auto;
    padding-top: 25px;
  }

  footer .infoContainer{
    margin-bottom: 50px;
  }

  footer form{
    position: inherit;
    bottom: 50px;
    height: auto;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: var(--red);
    clip-path: polygon(25% 0, 75% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
  }

  .genInfoBtns{
    width: 100%
  }

  



  



  .carouselSec .wrapper{
    margin-left: auto;
    margin-right: auto;

  }

  .mobleDetailDisc{
    display: block;
  }

  .detailDisc{
    width: 100%;
    margin-bottom: 75px;
  }

  .trailCard .cardtext{
    max-height: 150px;
  }

  .tagSelect {
    width: 70%;
  }

  #trailsApp .cardimg img {
  width: 100%;
  }
  #trailsApp .cardimg{
    padding-bottom: 0;
  }

  


}

@media only screen and (max-width: 575px) {
  #trailModal {
    max-width: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .theseTabs{
    display:none;
  }

  .mobileTabsNav{
    display: block;
    width: 100%;
  }

  .input-group>.custom-select{
    width: 100%;
  }

  .shapeHeader{
    padding-bottom: 100px;
    height: auto;
  }

  .homeHero{
    height: auto;
  }

  .header{
    height: auto;
  }

}
@media only screen and (max-width: 380px) {
  footer article{

    height: 1250px;
  }
}
