/* * {
  border: 2px solid rgb(255, 230, 3);
} */

:root {
  --background: #272727;
  --green: #da7523;
}

/* color: var(--background);   #6E6E6E */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

/* ScrollBar Animation  */
body::-webkit-scrollbar {
  box-shadow: inset 0 0 5px rgb(97, 97, 97);
  width: 0.4em;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #da7523;
  border-radius: 10px;
  box-shadow: inset 0 0 3px rgb(19, 18, 18);
}

body::-webkit-scrollbar-thumb:hover {
  background: #8fcc00;
}

/* ScrollBar Animation End */

.index_main {
  /* background: linear-gradient(
    0deg,  #3db1ff
    rgba(34, 195, 71, 1) 0%,
    rgba(45, 192, 253, 1) 100%
  ); */
  /* background: #c5ec98 !important; */
  background: #f3f3f3 !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
}

/* Navbar Section Start */

nav {
  background-color: var(--background) !important;
}
.navbar-brand {
  color: #84bd00 !important;
  font-weight: bold;
  font-family: "Syncopate", sans-serif !important;
  text-transform: lowercase;
}
.navbar-toggler {
  color: transparent !important;
  border: none !important;
}
.navbar-toggler i {
  color: var(--green) !important;
}
.nav-link {
  color: var(--green) !important;
  font-weight: 500 !important;
  font-family: "Ubuntu", sans-serif !important;
  letter-spacing: 1px;
}
.nav-link:hover {
  color: #8fcc00 !important;
}
.dropdown-menu {
  background-color: #2c2c2c !important;
}
.dropdown-item {
  color: var(--green) !important;
  /* font-weight: bold !important; */
  font-family: "Alegreya", serif !important;
  letter-spacing: 1px;
}
.dropdown-item:hover {
  color: #8fcc00 !important;
  background-color: transparent !important;
}
.mlogo {
  /* position: relative; */
  /* filter: grayscale(100%); */
  /* -webkit-filter: invert(100%); */
  /* filter: invert(100%); */
  -webkit-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Navbar Section End */

/* home section Start */

#about {
  font-family: "Aref Ruqaa", serif;
}
.hello {
  font-family: "Syncopate", sans-serif !important;
}
.myname {
  /* color: #00c400; */
  color: #3da700 !important;
  font-weight: bolder;
  font-size: 1.9em;
  letter-spacing: 1px;
  font-family: "Amita", cursive;
  text-shadow: 1px 2px 4px #444444;
}
.product_type {
  font-family: "Aref Ruqaa", serif;
}
.type {
  color: #ff7b00;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #666;
  font-family: "Aref Ruqaa", serif;
}
.contact_button {
  font-family: "Amita", cursive;
  text-decoration: none;
  padding: 5px 40px;
  background-color: transparent;
  color: #222222;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 3px 3px 4px #5f5f5f, -3px -3px 4px #ffffff;
  transition: 3s;
}
.contact_button:hover {
  color: #3da700;
  box-shadow: -3px -3px 4px #ffffff, 3px 3px 4px #5f5f5f;
}
/* home section End */

/* About Section Start */
.about_image {
  outline: 2px solid #252525;
  outline-offset: 10px;
}
.about_name {
  letter-spacing: 1px;
  font-weight: 600 !important;
  color: #919191;
  text-shadow: 1px 1px 1.5px rgb(59, 59, 59);
  font-family: "Amita", cursive;
}
.abt {
  letter-spacing: 1px;
}
.award_pdf {
  font-size: 15px;
  padding: 13px 30px;
  text-decoration: none;
  margin-top: 35px;
  margin-left: 1em;
  border-radius: 8px;
  color: #222222;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Ubuntu", sans-serif;
  transition: 2s;
  box-shadow: 3px 3px 4px #5f5f5f, -3px -3px 4px #ffffff;
}
.award_pdf:hover {
  color: #222222;
  box-shadow: -3px -3px 4px #ffffff, 3px 3px 4px #5f5f5f;
}

/* About Section End */

/* Product Section Start */
#product_name {
  font-family: "Aref Ruqaa", serif;
}
.prd {
  color: #6a8100;
}
.Product {
  background-color: #d7bde2;
}
.crdn {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: center;
}
.card-container {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  height: auto;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.card-container .image-container img {
  width: 100%;
  max-width: 400px;
  height: 250px;
  border-radius: 8px;
}
.card-header {
  border-radius: 8px;
  margin-top: 8px;
  border-left: 4px solid #b87700;
}
.card-container .card-header h4 {
  font-size: 18px;
  color: #2b4600;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "Aref Ruqaa", serif;
}
.card-container .card-header p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.card-container .card-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}
.card-container .card-btn a {
  width: auto;
  height: auto;
  padding: 8px;
  text-decoration: none;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: black;
  font-size: 15px;
  font-weight: 600;
  transition: 2s;
  font-family: "Aref Ruqaa";
  box-shadow: 3px 3px 4px #bebebe, -3px -3px 4px #ffffff;
}
.card-btn a:hover {
  box-shadow: inset 3px 3px 4px #bebebe, inset -3px -3px 4px #ffffff;
}

@media only screen and (max-width: 1200px) {
  html {
    height: 100%;
  }
  .card-container .image-container img {
    width: 100%;
    max-width: 350px;
    height: 200px;
  }
}
/* Product Section End */

/* Link Section Start */
.vdofb {
  outline: 2px solid #252525;
  outline-offset: 4px;
}
/* Link Section End */

/* Footer Section Start */

#footer {
  background-color: var(--background);
}
.desg {
  font-family: "Syncopate", sans-serif;
  font-size: 12px;
  color: #85be00;
}
.desg::after {
  content: "";
  border-bottom: 1px solid #85be00;
  margin: 0 auto;
  width: 110px;
  display: block;
  padding-top: 5px;
}

/* Social icon Section Start */
.fab {
  color: var(--green);
}

/* Social icon hover Start */
.fa-facebook-f:hover {
  color: #3b5999;
  /* transform: scale(1.2); */
  transform: translateY(-2px);
}
.fa-twitter:hover {
  color: #55acee;
  transform: translateY(-2px);
}
.fa-instagram:hover {
  color: #e4405f;
  transform: translateY(-2px);
}
.fa-whatsapp:hover {
  color: #25d366;
  transform: translateY(-2px);
}
/* Social icon hover end */

.fa-phone-alt {
  color: #00ac17;
}
.fa-envelope {
  color: royalblue;
}
.fa-map-marker-alt {
  color: rgb(255, 0, 0);
}

.cont1 .linf a {
  text-decoration: none;
  color: #d3d3d3;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.copyrgt {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 1px;
  color: #cccccc;
  font-size: 12px;
}
hr.hrd {
  width: 100%;
  border-top: 2px solid var(--green);
}
.ftr {
  color: #85be00;
  text-decoration: none;
  font-weight: bold;
  font-family: "Syncopate", sans-serif;
  letter-spacing: 3px;
  font-size: 12px;
}
.ftr:hover {
  color: #975600;
  transition: 0.5s;
}

/* Footer Section End */

/* Gallery Image Section Start */

.gallery_body {
  background-color: #333333;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 3s;
  opacity: 0.9;
}
#myImg:hover {
  opacity: 1;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1200px) {
  .ftr_svg {
    margin-bottom: 0;
  }
  #footer {
    margin-top: 0 !important;
  }
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 800px) {
  .ftr_svg {
    margin-bottom: 0;
  }
  #footer {
    margin-top: 0 !important;
  }
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 600px) {
  .ftr_svg {
    margin-bottom: 0;
  }
  #footer {
    margin-top: 0 !important;
  }
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .myname {
    font-size: 1.6em;
  }
}
#gallery img {
  width: 100%;
  height: auto;
  margin: 4% auto;
  box-shadow: -3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Gallery Image Section End */

/* Slider Section Start */
.slide_image {
  -webkit-box-shadow: 0px 0px 9px 3px rgba(56, 56, 56, 1);
  -moz-box-shadow: 0px 0px 9px 3px rgba(56, 56, 56, 1);
  box-shadow: 0px 0px 9px 3px rgba(56, 56, 56, 1);
}

/* Slider Section End */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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: 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;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #da7523;
  font-size: 40px;
  font-weight: bold;
  transition: 0.5s;
}

.close:hover,
.close:focus {
  color: #8fcc00;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
