body{
   @font-face{
    font-family: Arial;
    src: url(../Fonts/Fonts/arial 1.ttf);
   } 
   :root{
     --green:#4c592d;
     --light:#628d19;
   }
}
/*-----------------------nav-------------------------------*/
.main{   
   background: rgba(255,255,255,0.8);
   box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
   position: fixed;
   width:100%;
   top:0;
   left:0;
}
.navbar-brand img{
   width:435px; 
}
.my-nav li a{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    margin-right: 15px;
    text-transform: uppercase;
}
.dropdown-menu{
    background-color: #fff;
    top:0;
    left:auto !important;
    right:auto !important;
  }
  .keys{
    display: inline-block;
    text-decoration: none !important;
    border: 1px solid #e04530;
    border-radius: 5px;
    font-size: 13px; 
    font-weight: 900;
    margin-right: 10px;
    color:#fff !important;
    background:#e04530;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;;
    padding:  0.375rem 0.75rem;
} 
/*-------------------banner---------------------------*/
.banner{
    margin-top: 105px;   
}
.carousel-caption{
    position: absolute;
    top:40%;
    left:-33%;
}
.carousel-caption h1{
    color: var(--green);   
    font-family: "Noto Serif", serif;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;    
}
.carousel-caption h1 span{
    color:#628d19 ;
    display: block;
}

/*--------------------about----------------------------------*/
#about{  
   min-height:40vh;  
   padding: 120px 0;
}

.about_details h2{
    text-align: center;
    font-weight: 700;
    color:#1e3246;
}

.about_details p{
    color:#666;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    margin: 15px 0;
}
a{
  text-decoration: none;
}
.bttn{
  width: 140px;
  height: 45px;  
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000 !important;
  background-color: #628d19;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 20px 40px;
  }

.button:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
/*--------------products------------------------*/
#prod{
    min-height:100vh;
    text-align: center;
    padding: 60px 0;
}
.hd{
    text-align: center;
    font-weight: 700;
    color:#1e3246;
    margin:10px 0;
}
.para{
    color:#666;
    font-size: 16px;
    font-weight: 600;    
    margin: 15px 0;
}
.prod-img{
    text-align: center;
}
.products{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 30px;
    padding: 15px;
}

/*--------------footer--------------------------*/
#contact{
    min-height:30vh; 
    padding: 60px 0;  
    background: #f4f4f4;
    text-align: center;
}
.foot-small{
    color:#e04530;
}
.footer-details a{
    display: inline-block;
    text-decoration: none !important;
    color:#181515 !important;
    font-weight: 600;
}
/*----------------------------------------*/
.last{
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px 0;
    text-align: center;
    font-size: 12px;
    color:#484848;
}

/*//////////////////about////////////////////////////////*/  
.small{
    margin-top: 105px; 
}
.small-items{
    position: absolute;
    top:20%;   
}
.small-items a{
    color: #fff;
    text-decoration: none !important;
}
/*////////////contact/////////////////////////////*/
#contactForm{
    background: #daf0b4;
    padding: 30px;
    border-radius: 10px;
}
.con-line{
    color:#001e57;
    text-align: center; 
    margin: 30px 0;
    text-transform: capitalize;
  }
  .con-box{
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
    padding-bottom: 15px;
    height:200px;
  }
  .ico i{
    font-size: 30px;
    color:#628d19;
    margin: 10px 0;
  }
  .con-box h3{
    font-size: 24px;
    color:var(--yellcolor);
    text-transform: capitalize;
    margin: 15px 0;
  }
  .con-box p{
    font-size: 16px;
    color:#6d7162;  
  }
  .contact-line-2{
    font-size: 16px;
    font-weight: 600;
    color:#000;
    text-transform: capitalize; 
    margin-bottom: 10px; 
  }
  .form-group{
    margin-bottom: 10px;
  }
  .my-bttn{
    background-color: #628d19 !important;
    color:#fff !important;
    padding: 10px 100px;
  }
  /*/////////////////products/////////////////////*/
  .pord-text{
    padding: 10px;
    text-align: center;
  }
  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 40%;
  max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 90%;
  /*max-width: 1000px;*/
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
/* Next & previous buttons */
.prev,
.next {
 cursor: pointer;
 position: absolute;
 top: 60%;
 width: auto;
 padding: 16px;
 margin-top: -50px;
 color: orange;
 font-weight: bold;
 font-size: 20px;
 transition: 0.6s ease;
 border-radius: 0 3px 3px 0;
 user-select: none;
 -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
 right: 0;
 border-radius: 3px 0 0 3px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
