@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

* {
  font-family: 'Raleway', sans-serif;
}

button {
  box-shadow: none !important;
  border: none !important;
}

/* NAVBAR STYLING */
nav {
  background-color: #fff !important;
}
.nav-link.active {
  color: #ff2e17 !important;
  font-weight: 600;
}

.nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 100ms ease-in-out;
}

.nav-link:hover {
  color: #ff2e17 !important;
}

.navbar-brand {
  max-height: 80px;
  max-width: 80px;
}

.toggler-div {
  width: 27px;
  height: 2px;
  border-radius: 10px !important;
  background-color: #555;

  margin: 6px 0;
  transition: 400ms ease-in-out;
}

.toggler-div.md {
  width: 29px;
}

.toggler-div.lg {
  width: 32px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-10px, -6px);
}

/* font weights */
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.carousel-item {
  height: auto;
  padding-top: 80px;
  position: relative;
  background: #000;
}

.carousel-item img {
  height: auto;
  width: 100%;
  opacity: 1.0;
  object-fit: cover;
}

.rounded-4 {
  border-radius: 6px !important;
}

.rounded-top {
  border-radius: 6px 6px 0 0 !important;
}

#products .card img {
  max-height: 200px;
}

#about h1,
h3,
#products h1,
h3,
#testimonial h1,
h2,
h4,
h5 {
  color: #ff2e17 !important;
}

.fs-1 {
  font-size: 3rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.bg-prime {
  background-color: #fffaf6;
}

.footer {
  background-color: #f85f4e;
}

#footer a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
#footer a:hover{
  color: #ff2e17;
}

#footer i {
  color: #ff2e17;
}

#footer i:hover {
  color: #000;
}

.bb {
  border-bottom: 2px solid #ff2e17;
}

.bg-prime-dark {
  background-color: #ff2e17;
}

/* Back to top */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99;
  padding: 16px 18px;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
}

#download-btn {
  position: fixed;
  right: -4%;
  margin-bottom: 200px;
  top: 35%;
  text-decoration: none;
  z-index: 99999;
  transform: rotateZ(270deg);
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}



/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


@media (max-width: 1200px) {
  #download-btn {
    right: -5%;
  }
}

@media (max-width: 1000px) {
  #download-btn {
    right: -6%;
  }
}

@media (max-width: 780px) {
  #download-btn {
    right: -7%;
  }
}

@media (max-width: 690px) {
  #download-btn {
    right: -8%;
  }
}

@media (max-width: 590px) {
  #download-btn {
    right: -9%;
  }
}

@media (max-width: 520px) {
  #download-btn {
    right: -12%;
  }
}

@media (max-width: 400px) {
  #download-btn {
    right: -14%;
  }
}

@media (max-width: 350px) {
  #download-btn {
    right: -15%;
  }
}

@media (max-width: 300px) {
  #download-btn {
    right: -18%;
  }
}
