.navbar-brand {
  margin-left: 10px;
}

.navbar {
  width: 100%;
  min-height: 10vh;
  z-index: 9;
}



@media screen and (max-width:992px){
  .next-btn {
    position: absolute;
    left: 44.5%;
    bottom: 2%;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bannerheading{
    font-size:1.7rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    position: relative;
    margin-bottom: 2rem;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
    letter-spacing: 2px;
    text-underline-offset: 0.5rem;
  }
  p{
    font-size:0.9rem !important;
  }
  .bannercarousel{
    margin-top:30vh;
  }
  .datacontainer {
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .ios-styles{
    height:75vh !important;
  }
}
@media screen and (min-width:992px){
  .next-btn {
    position: absolute;
    left: 48.5%;
    bottom: 2%;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-light .navbar-nav .active::before {
    background: #000 !important;
  }

  .navbar-light .navbar-nav .nav-item:hover .nav-link::before {
    background: #b3b3b3 !important;
  }

  .navbar-dark .navbar-nav .active::before {
    background: #b3b3b3 !important;
  }

  .navbar-dark .navbar-nav .nav-item:hover .nav-link::before {
    background: #fff !important;
  }
  .bannerheading{
    font-size:4rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    position: relative;
    margin-bottom: 2rem;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
    letter-spacing: 2px;
    text-underline-offset: 0.5rem;
  }
  .datacontainer {
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
}


.next-btn img {
  transform: rotate(-270deg);
  opacity: 0.6;
}

.next-btn:hover img {
  opacity: 1;
}

.next-btn:hover::before {
  animation: sbtn 1s 1;
  opacity: 0;
}

@keyframes sbtn {
  0% {
    opacity: 1;
    letter-spacing: 3px;
  }

  100% {
    opacity: 0;
    letter-spacing: 7px;
  }
}

@media screen and (min-width:992px) {
  .next-btn::before {
    content: 'Scroll Down';
    position: absolute;
    z-index: 9;
    left: -200%;
    top: 30%;
    width: 500%;
    height: 1rem;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    opacity: 0.5
  }
}

.navbar-dark {
  background: transparent !important;
}

.navbar-light {
  background: transparent !important;
}

.navbar-light .nav-link {
  color: #000 !important;
}

.navbar-dark .nav-link {
  color: #fff !important;
}



.nav-item {
  margin: 0 1rem;
}

.nav-link {
  position: relative;
  text-transform: uppercase !important;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  font-family: "Roboto", sans-serif !important;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background: transparent;
  left: 0;
  bottom: 0;
}


footer {
  width: 100%;
}

footer a {
  text-decoration: none;
  color: inherit;
}

footer a:hover {
  color: #eb1f27;
}

@media screen and (min-width:992px) {
  .mainheading {
    font-size: 3rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    position: relative;
    margin-bottom: 2rem;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
    letter-spacing: 2px;
    text-decoration: underline solid #eb1f27 5px;
    text-underline-offset: 0.5rem;
  }
}

@media screen and (max-width:992px) {
  .mainheading {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    position: relative;
    margin-bottom: 2rem;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
    letter-spacing: 2px;
    text-decoration: underline solid #eb1f27 5px;
    text-underline-offset: 0.5rem;
  }
}

@media screen and (min-width:992px) {
  .mainheading2 {
    font-size: 3rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
    letter-spacing: 2px;
    line-height: 1 !important;
    color: #eb1f27;
  }
}

@media screen and (max-width:992px) {
  .mainheading2 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
    letter-spacing: 2px;
    line-height: 1 !important;
    color: #eb1f27;
  }
}

/* .mainheadding::before{
  content:'';
  position:absolute;
  width:10rem;
  height:0.3rem;
  background:#eb1f27;
  left:0;
  bottom:0;
} */
@media screen and (min-width:992px) {
  .subheading {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: "Oswald", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
  }
}

@media screen and (max-width:992px) {
  .subheading {
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: "Oswald", sans-serif;
    line-height: 1.5;
    text-wrap: initial !important;
  }
}


.bg-dark {
  background-color: #000 !important;
}

.bg-custom {
  background-color: #cecfd0 !important;
}

.borderleft {
  border-left: 0.5rem solid black;
  padding-left: 1rem;
}

.primarycolor {
  color: #eb1f27 !important;
}

/* side scroll  */
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@media screen and (min-width:992px) {
  .lastblack p {
    font-size: 1.1rem;
    text-align: justify;
  }
}

@media screen and (max-width:992px) {
  .lastblack p {
    font-size: 0.9rem;
    text-align: justify;
  }
}



.lastblack p span {
  color: #eb1f27
}

@media screen and (min-width:991px) {
  .bannercarousel img {
    height: 100vh !important;
  }
}


.accordion-button:not(.collapsed){
  color:red !important;
  background-color:rgb(255, 0, 0, 0.1) !important;
}
.accordion-button:focus{
  border:none !important;
  box-shadow:none !important;
}