* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Din-condensed-web, serif;  
  overflow-y: scroll;
  overflow-x: hidden; 
}

@media screen and (max-width: 550px) {
  body{
    overflow-x: hidden;
  }
}

.mainservice{
  animation: myanimation 10s infinite;
}

@keyframes myanimation {
  0% {background-image: url("../img/Co2jet.JPG");}
  25%{background-image: url("../img/flamefx.jpg");}
  50%{background-image: url("../img/strobe.JPG");}
  75%{background-image: url("../img/waterfall.JPG");}
  100% {background-image: url("../img/Colourmines/colormine2.JPEG");}
}

::-webkit-scrollbar-track
{
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: #000000;
}

.navbar {
  background: #262626;
  height: 65px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar__item{
  transition: transform ease 300ms;
}

.navbar__item:hover{
  color: #00ffd2;
  transform: translate(0, -5px);
}
@media screen and (min-width: 961px) {
  #mobile-menu {
    display: none;
  }
}

.navbar__container {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  padding: 10px 100px;
}

#navbar__logo {
  cursor: pointer;
  color: white;
  font-size: larger;
}

#navbar__logo img {
  height: 55px;
}

.navbar__menu {
  list-style: none;
}

.navbar__menu li {
  display: inline-block;
  padding: 0px 25px;
}

.navbar__links {
  font-family: Din-condensed-web, serif;
  letter-spacing: 3px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.navbar__links:hover {
  color: #00ffd2;
  transition: all 0.3s ease;
}

@media screen and (max-width: 960px) {
  .navbar__container {
    display: flex;
    justify-content: flex-end;
    height: 60px;
    z-index: 100;
    
    
  }

  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100vw;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
  }

  .navbar__menu.active {
    background: #363535;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 60vh;
    font-size: 1.6rem;
  }

  #navbar__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar__toggle .bars {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: block;
    cursor: pointer;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 89%;
    display: table;
  }

  .navbar__menu li {
    padding: 0;
  }

  #mobile-menu {
    position: absolute;
    top: 20%;
    left: 5%;
    transform: translate(5%, 20%);
  }

  #mobile-menu.is-active .bars:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bars:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bars:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}


.service__bg{
    position: absolute;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainservice {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 50px 0;  
}

.servicetitle,
.serviceparagraph {
    width: 70%;
    text-align: center;
    z-index: 2;
}



.servicetitle h1{
    font-size: 40px;
    margin-bottom: 30px;
    color: yellow;
}

.servicetitle h1:last-child{
    margin-top: 30px;
}

.serviceparagraph p{
    color:#fff;
    font-size: 25px;
    line-height: 40px;
    font-weight: lighter;
    text-transform: uppercase;
    opacity: 0.8;
    padding: 0 20px;

}


@media screen and (max-width: 992px) {
  .mainservice{
    padding-top: 50px;
  }
  .servicetitle,
  .serviceparagraph{
    width: 90%
  }

  .servicetitle h1{
    font-size: 35px;
    margin-bottom: 20px;
  }

  .serviceparagraph p{
    font-size: 22px;
    line-height: 35px;
    padding: 0px 20px;
  }

  .servicetitle h1:last-child{
    margin-top: 20px;
  }

  .service__bg{
    margin-top: 50px;
    
  }
}


.listofproduct{
  display: flex;
  width: 70%;
  justify-content: space-around;
}


.first__list, .second__list{
  background: rgba(255, 255, 255, 0.212);
  color:#fff;
  opacity: 0.7;
  border: 10px solid #6200ff;
  --borderWidth: 10px;
  position: relative;
  padding: 20px 20px 20px 40px;
  font-size: larger;
}


.mainservice h3{
  color:#fff;
  opacity: 0.7;
  text-transform:uppercase;
  font-size: 30px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.button_service {
  margin: 20px 0px ;
  align-items: center;
  justify-content: center;
  color:#ffd200;
}

.button_service button {
  
    outline: none;
    border: none;
    color:#ffd200;
    background-color: #000;
    width: 132px;
    height: 33px;
    border-radius: 7px;
}

.button_service button a {  
  text-decoration: none;
  border: none;
  color:#ffd200; 
  font-size: 20px;
 
}

.button_service button:hover{
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .service__bg{
    padding-top: 60px;
  }

  .service__bg img{
    width: 50vw;
  }
}

@media screen and (max-width: 490px) {
  .servicetitle,
  .serviceparagraph{
    width: 100%;
  }
}

.otherservice{
  padding: 60px 0;
  width: 100vw;
  display: flex;
  flex-direction:column;
  align-items: center;
  background-image: url(../img/otherservicebg\ 1.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 7px solid #ffde00;
}

@media screen and (max-width: 600px) {
  .listofproduct{
    display: flex;
    flex-direction: column;    
    width: 100%;
    font-size: 15px;
  }

  .first__list{
    border-bottom: 0px;
    padding-bottom: 0;
  }

  .second__list{
    border-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .listofproduct{
    width: 80%;
  }
}

@media screen and (max-width: 850px){
  .listofproduct{
    width: 90%;
  }
}

@media screen and (max-width: 720px){
  .listofproduct ol li{
    font-size: 15px;
  } 
}

.background{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000096;
}