@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
html {
  scroll-behavior: smooth;
}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    
}

.owl-item{
    z-index: -999 !important;
}

.navbar-collapse{
    justify-content: center !important;
    width:90% !important;
}
.navbar-nav{
    justify-content: space-evenly !important;
    width: 100% !important;
    align-items: flex-end !important;
    padding: 0 2%;
    
}
#home{
    color: #575757 !important;
}



.nav-link {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #C65F30 !important;
    font-weight: 600 !important;
    gap:20px !important;

}

.dropdown-menu{
    /* color: #575757 !important;
    text-align: center !important;
    width: 250px !important;*/
    border-radius: 0px !important;
    padding:0px !important;
    
}

.dropdown-divider{
    margin:0px !important;
}

.dropdown-item:hover{
    background-color: #aaaaaa !important;
    color: white !important;  
}

.dropdown-item{
    height: 45px !important;
    text-align: center !important;
    padding:0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

li.divisions{
    width: 250px !important;
}
.dropdown-menu li{
    color: #575757 !important;
    text-align: center !important;
    width: 250px;
    border-radius: 0px !important;
    border-bottom: #aaaaaa solid 1px;
    

}

.dropdown-menu li:hover{
    background-color: #aaaaaa !important;
    color: white !important; 
}

.nav-link:hover {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #575757 !important;
    font-weight: 600 !important;

   
}

.back-picture{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/service1\ \(1\).jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture2{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/home3.jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture3{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/service1\ \(8\).jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.carousel-item{
    height: 100vh;
}

.offer-container{
    display: flex;
    width:100%;
    justify-content: center;
    margin-top: 10px;

}

.services-heading-container{
    text-align: center;
    margin-top: 20px;
    color: #575757;
}

.offer{
    display: flex;
    
    width: 90%;
}

.active2, .mining-btn:hover {
    background-color: #C65F30;
    color: white;
    border: #C65F30 solid 2px;

}



.mining-btn{
    width: 30%;
    height: 70px;
    background-color:#a7a7a7;
    border: none;
    color: rgb(15, 15, 15);
    font-size: 25px;
    font-weight: 600;
    transition: background-color 0.6s ease;
    margin: 20px;
    
    cursor: pointer;
    
}

.services-text-container{
    height: 200px;
    overflow-y: scroll;
    padding: 0px 6.5%;
    margin-top: -25px;
    width:93%;
    
}

.services-text-heading-container{
    width:100%;
    padding:0 6%;
    margin-bottom: 20px;
    overflow: hidden;
}

.services-text{
    color: #575757;
    font-weight: bold;
    font-size: 20px;
}

.services-text-content{
    color: #575757;
    font-weight: 600;
    font-size:small;
    padding: 0px 2%;
    
}

.text-span{
    width:10px;
    height: 10px;
    border: #575757 solid 1px;
    border-radius: 50%;
    background-color: white;
    
}

.text-style{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
}

.headings-container{
    height: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C65F30;
   
}

.headings-container h1{
    font-weight:bold;
    font-style: italic;
}

.headings-container h2{
    font-weight: bold;
}



.owl-image{
    width:250px;
    height: 250px;
    border: #C65F30 solid 2px;
}

.solutions-heading{
    color: #E6AD0D;
    font-weight: bolder;
    font-style: italic;
    
}
.solutions-container{
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
    width: 100%;
    

}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
 
}

.blocker-class{
    margin-bottom: 0 !important;
}
.rect{
    width:15px;
    height:5px;
    background-color: #000;
    display: inline-block;
   
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.solutions-heading-container{
    width:70%;
    display: flex;
    justify-content: center;
}


.solutions-a{
    border: none;
    background-color:#808080;
    width: 12em;
    height: 2.5em;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    gap:20px;
}

.bi2{
    color: #D28307;
    font-size: xx-large;
    font-weight:600 ;
}

.solutions-a-container{
    display: flex;
    justify-content: flex-start;
    width:30%;
}



.test-arrow{
    color: #D28307;
    margin-left: 10px;
    font-size: large;
    width: 50px !important;

}

.solutions-a:hover{
    text-decoration: none;
    color: #fff;
}

.owl-images-container{
    width:90%;

}

.owl-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 400px;
   
}





#slider{
    background-color: #E6E6E6;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
    
}
.slider {
  margin-bottom: 30px;
  position: relative;
  
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  /* background: #ff9966; /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); 
  background: linear-gradient(to bottom, #ff5e62, #ff9966);  */
  
}
.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 0px;
  /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
  transform: scale(0.9);
  opacity: 1;
  transition: all 0.3s;

  
}
.slider-card img {
 height: 300px;
 width: 350px;
  border: #C65F30 solid 2px;
  
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}

.icons-img{
    height: 30px !important;
    width: 30px !important;
}

.icons{
    display: flex;
    height: 30px;
    gap: 10px;
}

.footer{
    display: flex;
    justify-content: space-between;
    background-color:#E9E9E9;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    height: 250px;
    
    
}

.socials{
    
    width:33%;
    margin-left: -45px;
    
   
}

.footer-image{
    height: 80px;
    width: 250px;
    margin-bottom: 20px;
}

.contact-footer{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap:5px;
}
.footer-icons{
    display: flex;
    gap:10px;
    
    
}
.footer-hours{
    display: flex;
    flex-direction: column;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: #E6AD0D solid 2px;
}
  
  .active2, .dot:hover {
    background-color: #C65F30;
    color: #fff;
    border: #C65F30 solid 2px;
}
/* .active{
    background-color: white;
} */
.footnotes{
    text-align: center;
    background-color: #808080;
    color: white;
   font-size: smaller;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footnotes-p{
    margin-bottom: 0;
}

/* footer section */


.footer-p-socials{
    color: #000;
    font-size: 11.8px;
   
    margin-top: -10px;
}
 .big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
    
 } 

 .contact-big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
 }

 .footer-p-contact{
    color: #575757;
    font-size: large;
    font-weight: bold;
    

 }

 .footer-p-hours{
    color: #575757;
    font-size: large;
    font-weight: bold;
    margin-top: -5px;
    display: none;
 }

 .footer-p-hours-time{
    color: #575757;
    font-size: large;
    font-weight: bold;
 }

 .footer-p-hours-dummy{
    color: #575757;
    font-size: large;
    font-weight: bold;
 }


 .footer-icons-container{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
 }
/* Fading animation */
.available{
    font-size: smaller;
    color: #E6AD0D;
    font-weight: bold;
    font-style: italic;
    font-family:Verdana;
    margin-left: 15px;
}  

.closed{
    color: #C65F30;
    font-style: italic;
 }

@media screen and (max-width:767px) {
    .offer{
        width:100%;
        justify-content: space-evenly;
        
    }

    .mining-btn{
        margin: unset;
        cursor: pointer;
        font-size: 15px;
        height: 39px;
        width:28%;
        margin-bottom: 15px;
    }

    .services-heading-container{
        margin-bottom: 20px;
    }

    .services-text-heading-container{
        padding: 0px 4%;
    }

    .services-text{
        font-size: 16px;
    }

    .services-text-container{
        width:100%;
    }

    .services-text-content{
        width:100%;
    }

    .text-style{
        gap:unset;
        align-items: baseline;
        padding: unset;
    }

    .service-text-p{
        margin-left: 11px;
       
    }

    .service-text-p{
        list-style-type:disc;
    }

    .headings-container{
        
        text-align: center;
    }

    #slider{
        margin-bottom: 30px;
    }

    .solutions-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:15px;
    }

    .solutions-heading-container{
        text-align: center;
        width: 100%;
        padding:10px;

    }

    .solutions-a-container{
        width:100%;
        justify-content: center;
    }

    .solutions-a{
        width:10em;
        height:2em;
    }

    .footer{
        padding: 7px;
        flex-wrap: wrap;
        height: fit-content;
    }

    .socials{
        width:100%;
        margin: 0px;
        display: flex;
       flex-direction: column;
       align-items: flex-start;
       padding:10px;
    }

    .footer-p-socials{
        width:263px;
    }

    .contact-footer{
        width:100%;
        padding:10px;
        height: 190px;
    }

    .footer-hours{
        padding:10px;
    }

    .footnotes{
        width: 100%;
        height: 40px;
    }

    .footnotes-p{
        font-size: x-small;
    }

    .footer-icons-container{
        justify-content: unset;
        gap: 10px;
    }

    .footer-p-contact{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .footer-p-hours{
        display: none;
    }

    .bi{
        margin-bottom: 0px;
        
    }

    .back-picture2, .back-picture3, .back-picture, .back-picture4, .back-picture5, .back-picture6 {
        background-repeat: no-repeat;
        background-size: 100% 50vh;
        background-position: center;
        height: 100%;
        width:100%;
        image-rendering: -moz-crisp-edges ;          /* Firefox */
        image-rendering: -o-crisp-edges ;            /*Opera  */
        image-rendering: -webkit-optimize-contrast ; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
           
    }

    .carousel-item{
       height: 50vh;
        width:100%;
     }
}

@media screen and (min-width:768px) and (max-width: 1030px) {
    
    .mining-btn{
        font-size: 20px;
    }

    .solutions-heading-container{
        text-align: center;
        width:65%;
    }

    .footer{
        display: flex;
        justify-content: space-between;
        background-color: #E9E9E9;
        height: 250px;
        width: 100%;
        align-items: center;
        padding: 10px;

    }

    .footer-p-socials{
        width: 240px;
    }

    .footer-p-contact{
        margin-top: 0px;
    }

    .icons-img{
        height: 20px !important;
        width: 20px !important;
    }

    .footer-image{
        height: 74px;
        width: 238px;
        margin-bottom: 15px;
    }
    .socials{
        margin: unset;
        width:34%;
    }

    .contact-footer{
        height: 250px;
        padding: 0px 7px;
        width: 37%;

    }

    .footer-icons-container{
        height: 150px;

    }

    .available{
        text-align: center;
    }

    .footer-p-hours-time{
        margin-top: -19px;
    }

    .footer-p-hours-dummy{
        display: none;
    }

    .time{
        font-size: medium !important;
    }

    .footer-icons{
        gap: 10px;
        height: 30px;
        align-items: center;
        margin-bottom: 1.3em;
        margin-left: 10px; 
    }

    .contact-big-footer{
        margin-left: 10px;
    }

    .footer-p-hours.lower{
        margin-top: 0px !important;
    }

    .footer-p-hours{
        display: block;
    }

    .bi{
        margin-bottom: 0.8em;
    }

    .footer-hours{
        height: 250px;
        gap: 7px;
    }

    .back-picture{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture2{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture3{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; 
        -ms-interpolation-mode: nearest-neighbor;
    }

    .solutions-a{
        width:10em;
        height:2em;
    }

    .solutions-a-container{
        padding-top:8px;
    }

}

#UPmyBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color:#555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
  }
  
  #UPmyBtn:hover {
    background-color: #C65F30;
  }
