*{margin: 0px; padding: 0px; box-sizing: border-box;}
img{max-width: 100%;}
a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}
ul,li,p{margin: 0px; padding: 0px;}

/* h2{font-family: 'Playfair Display', serif; font-weight: bold;} */



/* header */
header{ padding: 20px 0px; position: absolute; top: 0; left: 0; right: 0; z-index: 999;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.9277836134453782) 0%, rgba(240,190,0,0) 100%);
 }
header .headermn .navbar .navbar-brand{width: 9%;}
header .nav-link{color: #ffffff; font-size: 14px; transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s;}
header .nav-link:hover, header .nav-link:focus{color: #f78600;} 
header .sosicalicon li a{background-color: #252525; padding: 8px 12px; color: white; border-radius: 0px; border: #f78600 1px solid; transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s;}
header .sosicalicon li a:hover{background-color: #f78600;}

header .navbar-toggler{border: #f5de78 1px solid; color: #f5de78; padding: 7px; background-color: #000;}
header button span{color: #f5de78; font-size: 14px;}
header .navbar-toggler:focus{box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-black);}
header .dropdown-menu{background-color: #0000008c; border: none;}
header .dropdown-menu .dropdown-item{color: #fff;}
header .dropdown-menu .dropdown-item:focus, header .dropdown-menu .dropdown-item:hover{background-color: #f78600;}
header .dropdown-menu .bg{background-color: #f78600;}





/* slider */
#slider .owl-theme .owl-dots{display: none;}
#slider .owl-theme .owl-nav{margin-top: 0px;}
#slider button.owl-prev span{bottom: 4px; position: relative;}
#slider  button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: black;
    top: 50%;
    font-size: 30px;
    left: 15px;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#slider  button.owl-next span{bottom: 4px; position: relative;}
#slider  button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: black;
    top: 50%;
    font-size: 30px;
    right: 15px;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

/* about */
#about{padding: 50px 0px; background-color: #484848;}
#about .content h2 {color: #f78600; margin-bottom: 20px;}
#about .content h2 span{color: #ffffff;}
#about .content .text{color: white; text-align: justify; padding: 50px 40px; margin-left: -32px; font-size: 18px; background-color: #f78600;}
#about .content a{color: white; border-radius: 0px; padding: 10px 20px; font-size: 15px; border: #f78600 1px solid; display: inline-block; margin-top: 30px;
    transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s;}
#about .content a i{ transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; margin-left: 8px;}
#about .content a:hover i{margin-left: 20px; }
#about .img img{transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; width: 100%;}
#about .img{overflow: hidden;}
#about .img:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

/* product */
#product{background-image: url(../images/background.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: top;}
#product .productbg{ background-color: #000000c7; padding: 50px 0px;}
#product h2{color: #fff; font-size: 40px; margin-bottom: 40px;} 
#product .row{row-gap: 20px;}
#product .img img{transition: .5s;}
#product .img{position: relative; overflow: hidden;}
#product .img p{position: absolute; bottom: -100px; background-color: #f78800; padding: 10px; width: 100%; text-align: center; color: #fff; font-size: 18px; transition: .5s; margin: 0px;}
#product .img:hover p{bottom: 0px;}
#product .img:hover img{transform: scale(1.2);}



/* categories */
#categories{padding: 50px 0px;}
#categories .contant{color: #fff; width: 500px; font-size: 16px; background-color: #00000089; padding: 30px 20px; border-radius: 20px;}
#categories .contant h2{color: #f78600; margin-bottom: 15px;}
#categories .contant a{color: white; padding: 10px 15px; font-size: 15px; background-color: #000; border-radius: 0px; border: #f78600 1px solid; display: inline-block; transition: .5s; margin-top: 20px;}
#categories .contant a i{ transition: .5s; margin-left: 6px;}
#categories .contant a:hover i{margin-left: 18px;}
#categories .categoriebg{ padding: 100px; }
#categories .bg-one{overflow: hidden; background-image: url(../images/categoey.jpg); background-size: cover; background-repeat: no-repeat; background-position: right;}
#categories .parent { overflow: hidden;}
#categories .child {background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}
#categories .parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}


    /* gallerys */
    #gallerys{background-image: url(../images/gallerybg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: top;}
    #gallerys .gallerysbg{background-color: #0000007b; padding: 50px 0px;}
    #gallerys h2{color: #fff; font-size: 40px; margin-bottom: 40px;}
    #gallerys .owl-theme .owl-dots{display: none;}
    #gallerys button.owl-prev span{bottom: 4px; position: relative;}
    #gallerys button.owl-prev{position: absolute;
        text-align: center;
        padding: 0px;
         color: black;
        top: 43%;
        font-size: 30px;
        left: 10px;
        background-color: white;
        width: 30px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    }
    #gallerys button.owl-next span{bottom: 4px; position: relative;}
    #gallerys button.owl-next{position: absolute;
        text-align: center;
        padding: 0px;
         color: black;
        top: 43%;
        font-size: 30px;
        right: 10px;
        background-color: white;
        width: 30px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    }


    /* countdown */
#countdown .countdown{ margin: 50px 0px;
    background-repeat: no-repeat;
    /* background-image: url(../images/); */
    background-size: cover; 
    background-position: top center;
    background-attachment: fixed;
    color: white;
}

#countdown .countdown .countdownbg{background-color: #000000;}

#countdown i {
    font-size: 40px;
    color: #f78600;
}

#countdown h2 {
    font-size: 45px;
    color: white;
    margin: 15px 0px;
}

#countdown h2 p {
    font-size: 18px;
}

#countdown .count {
    border-right: white 1px solid;
    padding: 80px 0px;
}

#countdown .countnone {
    border-right: none;
}




/* compeny */

#compeny{padding: 50px 0px; background-color: #484848; margin-bottom: 50px;}
#compeny .content h2{color: #f78600; margin-bottom: 30px;}
#compeny .content .text{ color: white; text-align: justify; font-size: 16px; background-color: #252525; padding: 50px 40px; margin-right: -24px;}

#compeny .owl-theme .owl-dots{display: none;}
#compeny button.owl-prev span{bottom: 4px; position: relative;}
#compeny button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: black;
    top: 45%;
    font-size: 30px;
    left: 3px;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#compeny button.owl-next span{bottom: 4px; position: relative;}
#compeny button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: black;
    top: 45%;
    font-size: 30px;
    right: 3px;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}




  /* footer */

  /* footer{background-image: url(../images/banner.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: top center;} */
  footer .footerbg{background-color: #252525; padding: 70px 0px 20px;}
  footer .footerbg .footerinr li p{color: white; font-weight: 400; font-size: 16px;}
  footer .footerbg .footerinr li{color: #f78600; font-weight: 600; font-size: 20px;}
  footer .footerinr .imgsc a img{width: 35%;}
  footer .footerinr .imgsc .imga:hover{padding-left: 0px;}

  footer .footerinr .lorem:hover{padding: 0px; color: #fff;}
  footer .footerinr li{color: #fff; text-align: initial; margin-bottom: 16px; line-height: 24px; font-weight: 500; font-size: 18px;}
  footer .footerinr li a{ transition: .5s; font-size: 16px; font-weight: 400; color: #fff; }
    footer .footerinr .Contact li a:hover{padding-left: 0px;}
  footer .footerinr li a:hover{color: #f78600; padding-left: 10px;}
  footer .iconin li a:hover{color: #f78600;}
footer .footerbootem{border-top: white 1px solid; margin-top: 35px; }
footer .footerbootem .gdilogo{width: 20%; margin: auto; padding-top: 15px;}





/*  */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    right: 15px;
    z-index: 102;
}

/*  */
.sosical {
    width: 40px;
    position: fixed;
    top: 77%;
    left: 15px;
    z-index: 102;
}
.sosical a .instagram{margin: 8px 0px;}
.sosical a img{width: 30px; height: 30px;}





/* iner page *//* iner page *//* iner page *//* iner page */


/* gallery-banner */

#gallery-banner{text-align: center;
  background-image: url(../images/banner.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: top center;}
#gallery-banner .gallery-bannerbg{background-color: #00000026; padding: 130px 0px 90px;}
#gallery-banner .gallery-bannerbg h2{color: white; font-size: 40px;}
#gallery-banner .gallery-bannerbg p a, #gallery-banner .gallery-bannerbg p{color: white; font-size: 18px;}


/* gallery */
#gallery {padding: 50px 0px;}

@media screen and (min-width: 991px) {
  #gallery { 
    padding: 50px 0px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 20px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}




/* contact-banner */

#contact-banner{text-align: center;
  background-image: url(../images/banner.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: top center;}
#contact-banner .contact-bannerbg{background-color: #00000026; padding: 130px 0px 90px;}
#contact-banner .contact-bannerbg h2{color: white; font-size: 40px;}
#contact-banner .contact-bannerbg p a, #contact-banner .contact-bannerbg p{color: white; font-size: 18px;}


/* map */
#map {padding: 50px 0px;}

/* get */
#get{padding: 70px 0px; background-image: url(../images/contact-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: top center;}
#get h2{font-size: 40px; text-align: center; margin-bottom: 40px; color: #f78600;}
#get .form-control{border-radius: 0px;}
#get .shopnow{border-radius: 0px;}
#get .btn{color: white; font-size: 16px; background-color: #000; padding: 8px 30px; border: #f78600 1px solid; display: inline-block; transition: .5s; margin-top: 25px;}
#get .btn:hover{background-color: #f78600; border-color: white; color: #fff;}
#get .contact li{color: #f78600; font-size: 18px;}
#get .contact li a{color: #000; font-size: 15px;}
#get .contact li{margin-bottom: 15px;}



/* about-banner */
#about-banner{text-align: center;
  background-image: url(../images/banner.jpg); 
  background-repeat: no-repeat; background-attachment: fixed; 
  background-size: cover; background-position: top center;}
#about-banner .about-bannerbg{background-color: #00000026; padding: 130px 0px 90px;}
#about-banner .about-bannerbg h2{color: white; font-size: 40px;}
#about-banner .about-bannerbg p a, #about-banner .about-bannerbg p{color: white; font-size: 18px;}


/* aboutimg */
/* #aboutimg{padding: 50px 0px 10px;}
#aboutimg .bg-one{overflow: hidden; padding: 200px 0px; background-image: url(../images/banner.jpg); background-size: 100% 100%; background-repeat: no-repeat; background-position: top center;}
#aboutimg .parent { overflow: hidden;}
#aboutimg .child {background-repeat: no-repeat; transition: all 2s;}
#aboutimg .parent:hover .child, .parent:focus .child {transform: scale(1.2);} */


/* about-page */
#about-page{padding: 50px 0px;}
#about-page .row{background-color: #f78600;}
#about-page .content h2{color: #fff;}
#about-page .content .text{color: #fff; text-align: justify; padding: 20px 0px;}
#about-page .img img{transition: .5s; width: 100%;}
#about-page .img{overflow: hidden;}
#about-page .img:hover img{transform: scale(1.1);}



/* service */
#service{
  background-image: url(../images/banner.jpg); 
  background-repeat: no-repeat; background-attachment: fixed; 
  background-size: cover; background-position: top center;
}
#service .servicebg{background-color: #00000073; padding: 80px 0px;}
#service .row{row-gap: 20px;}
#service .serviceinr{text-align: center; transition: .5s;}
#service .serviceinr .icon{font-size: 40px; color: #f78600;}
#service .serviceinr .p1{font-size: 25px; color: #fff; margin: 6px 0px;}
#service .serviceinr .p2{font-size: 16px; color: #fff;}
#service .serviceinr .icon:hover{animation-name: animation-horizontal;}



/* product-banner */
#product-banner{text-align: center;
  background-image: url(../images/banner.jpg); 
  background-repeat: no-repeat; background-attachment: fixed; 
  background-size: cover; background-position: top center;}
#product-banner .product-bannerbg{background-color: #00000026; padding: 130px 0px 90px;}
#product-banner .product-bannerbg h2{color: white; font-size: 40px;}
#product-banner .product-bannerbg p a, #product-banner .product-bannerbg p{color: white; font-size: 18px;}






/* products */
#products{padding: 50px 0px;}
#products .btn{background-color: #f78600; color: #fff; padding: 6px 12px; font-size: 12px; display: none; margin-bottom: 10px;}
#products h3{background-color: #000; color: #f78600; margin: 0px; padding: 10px; border-bottom: #f78600 1px solid;}
#products .nav{position: sticky; top: 20px;}
#products .row{row-gap: 20px;}
#products .nav-link{text-align: left; color: #fff; background-color: #000; border-radius: 5px; border-bottom: #f78600 1px solid; padding: 8px 30px;}
#products .nav-link:focus{background-color: #f78600;}
#products .nav-link.active{background-color: #f78600;}
#products .img a img{width: 100%;}
#products .img{position: relative; overflow: hidden;}
#products .img .heading a{position: absolute; left: 0px; bottom: 100%; right: 0px; color: #fff; background: #f78600e3; padding: 10px 15px; display: inline-block; text-align: center; font-size: 14px; transition: .5s; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s;}
#products .img:hover .heading a{bottom: 0px;}




/* gallery */
#gallery {
    padding: 50px 0px;
  }

  #gallery h2{color: #f78600; font-size: 35px; margin-bottom: 30px; text-align: center;}

  @media screen and (min-width: 991px) {
    #gallery { 
      padding: 50px 0px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }



/* product-heading */
#product-heading{text-align: center;
  background-image: url(../images/banner.jpg); 
  background-repeat: no-repeat; background-attachment: fixed; 
  background-size: cover; background-position: top center;}
#product-heading .product-headingbg{background-color: #00000026; padding: 130px 0px 90px;}
#product-heading .product-headingbg h2{color: white; font-size: 40px;}
#product-heading .product-headingbg p a, #product-heading .product-headingbg p{color: white; font-size: 18px;}



  /* product-details */
  #product-details{padding: 50px 0px 20px;}
  #product-details h3{color: #f78600; margin-bottom: 30px;}
  #product-details table tbody tr td{width: 50%;}
  #product-details .inquiry a{background-color: #000; border: #f78600 1px solid; padding: 8px 40px; font-size: 18px; color: #fff; display: inline-block; margin-top: 30px;  transition: .5s;}
  #product-details .inquiry a:hover{background-color: #f78600;}



   /* relateds */
 #relateds{padding: 50px 0px;}
 #relateds h2{color: #000; text-align: center;}
 #relateds .owl-theme .owl-dots{display: none;}
 #relateds button.owl-prev span{bottom: 4px; position: relative;}
 #relateds button.owl-prev{position: absolute;
     text-align: center;
     padding: 0px;
      color: black;
     top: 43%;
     font-size: 30px;
     left: 10px;
     background-color: white;
     width: 30px;
     height: 30px;
     line-height: 30px;
     -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 }
 #relateds button.owl-next span{bottom: 4px; position: relative;}
 #relateds button.owl-next{position: absolute;
     text-align: center;
     padding: 0px;
      color: black;
     top: 43%;
     font-size: 30px;
     right: 10px;
     background-color: white;
     width: 30px;
     height: 30px;
     line-height: 30px;
     -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 }



 /* product-page */
/* #product-page{background-image: url(../images/background.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: top;} */
#product-page .product-pagebg{padding: 50px 0px;}
#product-page h2{color: #f78600; font-size: 40px; margin-bottom: 40px;} 
#product-page .row{row-gap: 20px;}
#product-page .img img{transition: .5s;}
#product-page .img{position: relative; overflow: hidden;}
#product-page .img p{position: absolute; bottom: -100px; background-color: #f78800; padding: 10px; width: 100%; text-align: center; color: #fff; font-size: 18px; transition: .5s; margin: 0px;}
#product-page .img:hover p{bottom: 0px;}
#product-page .img:hover img{transform: scale(1.2);}