*{
    font-family: 'Poppins', sans-serif;
}
.bg-light {
    background-color: #fff !important;
    padding: 1rem 0rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 3rem;
    font-weight: 300;
    font-size: 12px;
    color: #000;
    padding: 1rem 0.5rem;
    
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    border-bottom: 1px solid #C9A511;
   font-weight: 600;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #C9A511;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}
#button {
    display: inline-block;
    background-color: #80808075;
    width: 50px;
    height: 50px;
    text-align: left;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 30px;
    color: #fff;
  }
  
  #button::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
 
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  @media only screen and (max-width:600px){
    #button.show{
        visibility: hidden;
    }
  }
.btn-primary{
    color: #fff;
    background-color: #C9A511;
    border-radius: 28px;
    font-size: 10px;
    padding: 0.7rem 1rem;
    border: none;
    margin-bottom: 2rem;
}
.btn-primary:hover{
    background-color: #C9A511;
    border: none;
    box-shadow: 0px 5px 10px #93790D99;
 
}

/* ..........................home page............................. */
.head-part{
    padding: 2rem 0rem;
}
.head-part .btn-primary{
    margin-top: 1.5rem;
}
.head-part .btn-primary:hover{
    margin-top: 1.3rem;
}
.head-part h2{ 
    font-family: 'Archivo', sans-serif;
    font-size: 30px ;
    font-weight: 700;
    color: #C9A511;
}
.head-part h3{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}
.vision-mission{
    padding: 110px 0px ;
}
.vision-mission h4{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
}
.vision-mission h3{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}
.vision-mission h1{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Archivo',sans-serif;
    margin-top: 1rem;
}

.vision-mission .btn-primary:hover{
    margin-top: -5px;
}
.product-range{
    padding: 0px 0px ;
}
.product-range h1{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Archivo',sans-serif;
    margin-bottom: 30px;
}
.product-range-card{
    border: none;
    background-color: #fff0;

} 
.product-range-card .card-header{
    padding: 0px;
    background-color: #fff0;
    border: none;
}
.product-range-card .card-body{
    padding: 0px;
}
.product-range-card h4{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
}
.product-range-card h2{
    font-size: 23px;
    font-weight: 700;
    color: #C9A511;
    font-family: 'Archivo',sans-serif;
}
.product-range-card h3{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
}
footer{
    padding-top: 100px;
}
footer h3{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 35px;
}
footer h4{
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
footer h5{
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #000;
    margin-bottom: 36px;
      
}
footer img{
    margin-bottom: 25px;
}
.fab, .far {
    font-weight: 400;
    /* margin-left: 15px; */
    margin-right: 15px;
    color: #9E9E9E;
    margin-bottom: 65px;
}
.fab:hover{
    color: #C9A511;
    cursor: pointer;
}
.ft{
    padding-top: 80px;
}
.ft h5{
    font-size: 9px;
    color: #666666;
    margin-top: 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.about-us{
    padding: 60px 0px;
}
.about-us h1{
    font-size: 30px;
    font-weight: 700;
    color: #C9A511;
    font-family: 'Archivo',sans-serif;
    margin-bottom: 30px;
}
.about-us h3{
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.9;
}
.about-us h4{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Archivo',sans-serif;
    margin-bottom: 50px;
}
.product{
    padding: 60px 0px;
}
.product h5{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Archivo',sans-serif;
   
}
.product-range-card-1{
    border: none;
    background-color: #fff0;
    margin-top: 70px;
} 
.product-range-card-1 .card-header{
    padding: 0px;
    background-color: #fff0;
    border: none;
}
.product-range-card-1 .card-body{
    padding: 0px;
}
.product-range-card-1 h4{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
   
}
.product-range-card-1 h2{
    font-size: 30px;
    font-weight: 700;
    color: #C9A511;
    font-family: 'Archivo',sans-serif;
}
.product-range-card-1 h3{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
}
.contact-us{
    padding: 60px 0px ;
}
.contact-us h4{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Archivo',sans-serif;
    margin-bottom: 50px;
}
.contact-card{
    border: none;
    border-radius: 30px;
    background-color: #fff0;
    max-width: 254px;
}
.contact-card .card-body{
    padding: 0px;
}
.contact-card .card-footer{
    background-color: #C9A511;
    border-radius: 0px 0px 20px 20px;
}
.contact-card .card-footer h4{
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    font-family: 'Archivo',sans-serif;
    display: inline;
    margin-left: 10px;
}
.contact-card .card-footer img{
    display: inline;
}
.contact-card-1{
    border: none;
   
    background-color: #fff0;

}
.contact-card-1 .card-body{
    padding: 0px;
}
.contact-card-1 h1{
    font-size: 28px;
    font-weight: 700;
    color: #C9A511;
    font-family: 'Archivo',sans-serif;
}
.contact-card-1 hr{
    border-bottom: 2px solid #E3E3E3;
}
.contact-card-1 h3{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 30px;
    line-height: 1.7;
}
.contact-card-1 h4{
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}


@media screen and (max-width:600px){
    .pre-button{
        display: none;
    }
    .next-button{
        display: none;
    }
    .vision-mission img{
        width: 100%;
        padding-top: 1rem;
    }
    .bg-light {
        padding: 1rem 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0px;
    }
    .about-us img{
        width: 100%;
    }
    .product-range-card-1 img{
        width: 100%;
    }
    .contact-card-1 h1 {
        margin-top: 1rem;
    }
    .vision-mission .btn-primary{
        margin-bottom: 2rem;
    }
    .vision-mission{
        padding: 0px;
    }
    .product-range{
        padding: 20px 0px 50px 0px;
    }
    footer{
        padding-top: 0px;
    }
    .ft{
        padding-top: 0px;
    }
    .about-us h1 {
        margin-top: 2rem;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .pre-button{
        display: none;
    }
    .next-button{
        display: none;
    }
    .product-range-card-1 img{
        width: 100%;
    }
    .about-us h1{
        margin-top: 2rem;
    }
    .contact-card {
        margin-top: 2rem;
    }
    .contact-card-1{
        margin-top: 2rem;
    }
    .vision-mission img{
        width: 100%;
    }
    .product-range-card img{
        width: 100%;
    }
    .vision-mission{
        padding: 50px 0px;
    }
    .product-range{
        padding: 50px 0px;
    }
    .product-range-card h2{
        font-size: 18px;
    }
}
@media screen and (min-width:1024px) and (max-width:1270px){
    .about-us img{
        width: 100%;
    }
    .contact-card-1 h3{
        font-size: 13px;
    }
}

.pre-button{
    margin-left: auto;
    z-index: 0;
    margin-top: -38rem;
    margin-right: -95px;
}
.next-button{
    z-index: 0;
    margin-top: -29rem;
    margin-right: 115px;
}


.slid-img{
    height: 500px;
}
@media screen and (min-width:1100px) {
    .next-button{
        margin-right: 0px;
        margin-top: -25rem;
    }  
    .pre-button{
        margin-top: -33rem;
    }
    
   }
   @media screen and (min-width:1280px) {
    .next-button{
        margin-right: 30px;
        margin-top: -27rem;
    }  
    .pre-button{
        margin-top: -35rem;
    }
    .slid-img{
        height: 550px;
    } 
   }
@media screen and (min-width:1366px) {
 .slid-img{
     height: 550px;
 }  
 .next-button{
    margin-right: 115px;
    margin-top: -29rem;
}  
.pre-button{
    margin-top: -38rem;
}
}
@media screen and (min-width:1440px) {
    .slid-img{
        height: 580px;
    }  
    .next-button{
        margin-right: 125px;
    }
}
@media screen and (min-width:1535px) {
    .slid-img{
        height: 618px;
    }  
    .next-button{
        margin-right: 135px;
    }
}
@media screen and (min-width:1600px) {
    .slid-img{
        height: 644px;
    }  
    .next-button{
        margin-right: 145px;
    }
}
@media screen and (min-width:1700px) {
    .slid-img{
        height: 700px;
    }  
    .next-button{
        margin-right: 123px;
    }
}
@media screen and (min-width:1800px) {
    .slid-img{
        height: 740px;
    }  
    .next-button{
        margin-right: 135px;
    }
}
@media screen and (min-width:1900px) {
    .slid-img{
        height: 773px;
    }  
    .next-button{
        margin-top: -40rem;
        margin-right: 167px;
    }
    .pre-button{
        margin-top: -50rem;
    }
}
@media screen and (min-width:2100px) {
    .slid-img{
        height: 880px;
    }  
    .next-button{
        margin-right: 150px;
    }
}
@media screen and (min-width:2300px) {
    .slid-img{
        height: 980px;
    }  
    .next-button{
        margin-right: 113px;
    }
}
@media screen and (min-width:2500px) {
    .slid-img{
        height: 1031px;
    }  
    .next-button{
        margin-right: 221px;
    }
}