* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
}


body {
  font-family: math;

}

header .header-top {padding: 5px 0px; background-color: #000;}

header .header-top .top-in li a,
header .header-top .top-in li {
  color: #fff;
}

/* heaader meduim  */
header .header-medium{ padding: 4px 0px; background-color: #fff;}
header .header-medium .medium-h .enquery a{padding: 9px 20px; background-color: #77020a; border: 1px solid #77020a; border-radius: 5px; display: inline-block;
  color: #fff; font-family: math; font-weight: 600; transition: .5s;}
  header .header-medium .medium-h .enquery a:hover{background-color: transparent; color: #77020a;}
header .header-medium .medium-h img {width: 23%; padding: 0px;}
header .header-medium .medium-h{
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

/* heaader meduim  */
header .header-bottom { background-color: #77020a; left: 0px; right: 0px; z-index: 99;}
header .header-bottom .navbar {padding: 0px;}
header .header-bottom .navbar .navbar-brand {width: 23%; padding: 0px; display: none;}
header .header-bottom .navbar .navbar-nav {align-items: center; justify-content: center; gap: 15px;}
header .header-bottom .navbar .navbar-nav .nav-link {color: #fff; font-size: 16px; position: relative; transition: .5s; font-family: 'Open Sans', sans-serif;}
header .header-bottom .navbar .navbar-nav .nav-link:hover {color: #ffffffd2;}
header .header-bottom .enquery li a { display: none !important; padding: 9px 20px; background-color: #77020a; border: 1px solid #77020a; border-radius: 5px; display: inline-block;
color: #fff; font-family: math; font-weight: 600; transition: .5s;}
header .header-bottom .enquery li a:hover {background-color: transparent; color: #77020a;}
header .header-bottom .navbar .navbar-nav .nav-link::before {position: absolute; content: ''; width: 0px; height: 2px; background-color: #77020a;
bottom: 7px; transition: .5s; z-index: 1;}
header .header-bottom .navbar .navbar-nav .nav-link:hover::before {width: 100%;}
header .header-bottom .navbar .navbar-toggler {color: #77020a; box-shadow: none; border: transparent; border-radius: 0px;}
header .header-bottom .navbar .offcanvas {width: 280px;}
header .dropdown-menu {border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item {padding: 6px 20px; font-size: 18px; font-weight: 500;}
header .dropdown-menu li .dropdown-item:hover {background-color: #77020a; color: #fff;}



/* header  sticky */
.sticky {
  background-color: 77020a;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  box-shadow: 0px 0px 10px #0000003d;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .heaberbooyem .offcanvas-title {color: #020202;}


/* slider */

#slider {position: relative; overflow: hidden;}
#slider .owl-item {background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 270px 0px; position: relative; z-index: 1;}
#slider .owl-carousel button.owl-dot {display: none;}

 
/* about */
#about {padding: 40px 0; overflow: hidden;}
#about .row {row-gap: 20px; align-items: center;}
#about .content span{font-size: 18px; font-weight: bold; color: #77020a; display: block; margin-bottom: 10px;}
#about .content h2 {font-family: righteous, Sans-serif; font-size: 33px; margin-bottom: 26px; font-weight: bold;}
#about .content p {color: #4e4e50; font-size: 15px; margin-bottom: 25px; font-weight: 400; text-align: justify; line-height: 24px; font-family: 'Open Sans', sans-serif; font-size: 16px;}
/*#about .bounce { -moz-animation: bounce 3s infinite; -webkit-animation: bounce 3s infinite; animation: bounce 3s infinite;}*/


/* features */
#features{padding: 50px 0; background-color: #f5f5f5;}
#features h2{font-weight: bold; font-size: 44px; margin-bottom: 15px; text-align: center;}   
#features .row{row-gap: 25px;}
#features .img{padding: 20px; text-align: center;}   
#features .img img{width: 133px;}   
#features .img h5{font-weight: bold; font-size: 20px; margin-top: 15px;}   


/* mission */
#mission {padding: 50px 0; background-color: #f5f5f5; overflow: hidden;}
#mission .row {row-gap: 20px; align-items: center;}
#mission .content span{font-size: 18px; font-weight: bold; color: #77020a; display: block; margin-bottom: 10px;}
#mission .content h2 {font-family: righteous, Sans-serif; font-size: 33px; margin-bottom: 26px; font-weight: bold;}
#mission .content p {color: #4e4e50; font-size: 15px; margin-bottom: 25px; font-weight: 400; text-align: justify; line-height: 24px; font-family: 'Open Sans', sans-serif; font-size: 16px;}
#mission .bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}


/* vision */
#vision {padding: 50px 0; overflow: hidden;}
#vision .row {row-gap: 20px; align-items: center;}
#vision .content span{font-size: 18px; font-weight: bold; color: #77020a; display: block; margin-bottom: 10px;}
#vision .content h2 {font-family: righteous, Sans-serif; font-size: 33px; margin-bottom: 26px; font-weight: bold;}
#vision .content p {color: #4e4e50; font-size: 15px; margin-bottom: 25px; font-weight: 400; text-align: justify; line-height: 24px; font-family: 'Open Sans', sans-serif; font-size: 16px;}
#vision .bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}


/* why-choouse */

#why-choouse{padding: 60px 0 40px;background: #f5f5f5;}
#why-choouse .content{margin-left: 100px;}
#why-choouse .content h2{color: #77020a; font-size: 30px; margin-bottom: 30px;}
#why-choouse .content ul li{margin-bottom: 15px;}
#why-choouse .content ul li i{color: #77020a;}
#why-choouse .content ul li span{font-size: 16px;}
#why-choouse .imgs{position: relative;}
#why-choouse .imgs::before{width: 500px; height: 500px; content: ''; border: 2px solid #77020a; position: absolute; left: 125px;
top: -32px; z-index: -1;}


/* product-sec */
#product-sec{padding: 50px 0px; background-color: #fff;} 
#product-sec .row{row-gap: 30px;}
#product-sec .title{position: relative;} 
#product-sec .title h4{font-size: 40px; color: #000; text-align: center; margin:0px 0px 50px;}
#product-sec .iner .imgs{text-align: center; position: relative;}
#product-sec .iner .imgs img{height: 400px; object-fit: contain;}
#product-sec .iner .imgs::before{left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; content: ''; background-color: transparent; transition: .5s;}
#product-sec .iner .imgs:hover::before{background-color: #0000006e;}
#product-sec .iner h3 a{ display: block;color: #000000; font-size: 23px; font-weight: 600; padding: 10px 0px; text-align: center;}
#product-sec .iner .imgs h5{position: absolute; left: 0px; right: 0px; top: 45%; text-align: center; transform: scale(0); transition: .5s;}
#product-sec .iner .imgs:hover h5{transform: scale(1);}
#product-sec .iner h5 a{display: inline-block; padding: 8px 17px; font-size: 15px; background-color: #77020a; color: #fff; border-radius: 4px;}
#product-sec .owl-theme .owl-dots .owl-dot{display: none;}

#product-sec .owl-theme .owl-nav{margin-top: 0px;}
#product-sec button.owl-prev span{bottom: 1px; position: relative;}
#product-sec  button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    left: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#product-sec  button.owl-next span{bottom: 1px; position: relative;}
#product-sec  button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    right: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

 
/* why-choose */

#why-choose{background-image: url(../images/whu-1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 140px 0px;}
#why-choose h3{font-family: 'Montserrat', sans-serif; font-size: 30px; text-align: center; color: #fff;}
#why-choose .text{font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 400; line-height: 35px; text-align: center; color: #fff;}

/* interior */

#interior {padding: 50px 0px; margin-top: -130px;}
#interior .inr{background-color: #fff; border-radius: 5px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
#interior .iner{text-align: center; position: relative; padding: 100px 25px 25px; overflow: hidden;}
#interior .iner-a{border-right: 1px solid #cecece;}
#interior .iner .imgs{-webkit-transition: .4s; transition: .4s; position: absolute; top: 40px; left: 50%;transform: translate(-50%, 0); margin-top: -12px;}
#interior .iner .imgs img{width: 50%;}
#interior .iner:hover .imgs {top: 23px; animation: 0.4s ease-in-out iconTop;}

@keyframes iconTop {
  0% {
      transform: translate(-50%, 0)
  }
  25% {
      opacity: 0;
      transform: translate(-50%, -70%)
  }
  50% {
      opacity: 0;
      transform: translate(-50%, -40%)
  }
  100% {
      opacity: 1;
      transform: translate(-50%, 0)
  }
}

#interior .iner .content h3 {transition: .4s; margin: 15px 0; font-size: 18px; font-family: 'Montserrat', sans-serif; font-weight: 600;}
#interior .iner:hover .content h3, #interior .iner:hover .content .text {transform: translateY(-20px);}
#interior .iner .content .text{font-size: 15px; margin-top: 12px; font-family: 'Open Sans', sans-serif; transition: .5s;}
#interior .iner .content .btn{font-size: 17px; text-align: center; opacity: 0; transition: .5s; visibility: hidden; font-family: 'Open Sans', sans-serif;}
#interior .iner:hover .content .btn{opacity: 1; visibility: visible;}

/* gallery */

#gallery {padding: 50px 0; }
#gallery .section-titel{padding-left: 35px; position: relative; margin-bottom: 15px;}
#gallery .section-titel::before{top: 0; left: 0; bottom: 0; width: 15px; content: ''; border-radius: 3px; position: absolute; background-color: #77020a;}
#gallery .section-titel h3{font-family: 'Montserrat', sans-serif; font-size: 18px; color: #333; text-transform: uppercase; margin-bottom: 9px;}
#gallery .section-titel h2{font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 28px; text-transform: uppercase; color: #77020a;}

#gallery .img-wrapper {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
    height: 400px;
    object-fit: contain;
}

#gallery .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;
}

#gallery .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;
}


@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
    padding: 0 20px;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

#gallery .btn-a{text-align: center; margin: 50px 0px 25px;}
#gallery .btn-a .btn{padding: 10px 50px; background-color: #77020a; border: 1px solid #77020a; border-radius: 4px; color: #fff; font-family: 'Open Sans', sans-serif; transition: .5s;}
#gallery .btn-a .btn:hover{background-color: transparent; color: #77020a;}


#gallery .owl-theme .owl-dots{display: none;}
#gallery .owl-theme .owl-nav{margin-top: 0px;}
#gallery button.owl-prev span{bottom: 1px; position: relative;}
#gallery  button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    left: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#gallery  button.owl-next span{bottom: 1px; position: relative;}
#gallery  button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    right: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


/* counter  */

#counter{background-image: url(../images/bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 100px 0; position: relative; z-index: 1;}
#counter::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #0000008e; z-index: -1;}
#counter h2{text-align: center; color: #fff; margin-bottom: 30px; position: relative;}
#counter h2::before{position: absolute; content: ''; width: 100px; height: 2px; background-color: #77020a; top: 50px; left: 0px; right: 0px; text-align: center; margin: auto;}
#counter .text-1{color: #fff; text-align: center; margin: auto; width: 30%; font-size: 20px;}
#counter .row{row-gap: 30px;}
#counter .item{text-align: center; margin-top: 60px;} 
#counter .item h4{ color: #fff; margin-bottom: 5px; font-size: 40px;}
#counter .item h3{ font-size: 22px; color: #fff;}
#counter .item i{ font-size: 38px; color: #77020a;}


/* testimonials */

#testimonials {background-image: url(../images/bg-white-3.png); background-position: center center; padding: 50px 0px; background: #f5f5f5;}
#testimonials .section-titel{padding-left: 35px; position: relative; margin-bottom: 35px;}
#testimonials .section-titel::before{top: 0; left: 0; bottom: 0; width: 15px; content: ''; border-radius: 3px; position: absolute; background-color: #77020a;}
#testimonials .section-titel h3{font-family: 'Montserrat', sans-serif; font-size: 18px; color: #333; text-transform: uppercase; margin-bottom: 9px;}
#testimonials .section-titel h2{font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 28px; text-transform: uppercase; color: #77020a;}
#testimonials .content{background-color: #fff; text-align: center; padding: 20px; border-radius: 10px;}
#testimonials .content h4{text-align: center; font-size: 18px; margin-bottom: 20px; color: #333; font-weight: 600; font-family: 'Montserrat', sans-serif;}
#testimonials .content .imgs img{width: 90px; border-radius: 50%; margin-bottom: 10px; text-align: center; margin: auto;}
#testimonials .content h6{font-size: 15px; color: #333; font-family: 'Montserrat', sans-serif; margin: 15px 0px;}
#testimonials .content ul{margin: 5px 0px 30px; justify-content: center;}
#testimonials .content ul li{font-size: 12px; color: #77020a;}
#testimonials .content .text{font-style: italic; font-size: 15px; margin-top: 15px; font-family: 'Open Sans', sans-serif;}


#testimonials .owl-theme .owl-dots{display: none;}
#testimonials .owl-theme .owl-nav{margin-top: 0px;}
#testimonials button.owl-prev span{bottom: 1px; position: relative;}
#testimonials  button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    left: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#testimonials  button.owl-next span{bottom: 1px; position: relative;}
#testimonials  button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    right: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

 

/* client-logo */
#client-logo  {background-color: #fff; padding: 50px 0px;}

#client-logo .owl-theme .owl-dots{display: none;}
#client-logo .owl-theme .owl-nav{margin-top: 0px;}
#client-logo button.owl-prev span{bottom: 1px; position: relative;}
#client-logo  button.owl-prev{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    left: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#client-logo  button.owl-next span{bottom: 1px; position: relative;}
#client-logo  button.owl-next{position: absolute;
    text-align: center;
    padding: 0px;
     color: #fff;
    top: 45%;
    font-size: 30px;
    right: 0px;
    background-color: #77020a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}


/* footer */

/* footer {
  background-color: #fff;
  padding: 50px 0px 25px;
} */

footer .footer-inr img {
  width: 50%;
}

footer .footer-top {
  background-color: #0000007d;
  padding: 50px 0px;
}

footer .footer-top .row {
  row-gap: 40px;
}

footer .footer-top p {
  color: #fff;
  font-size: 16px;
  width: 73%;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
}

footer .footer-top h4 {
  font-size: 19px;
  color: #77020a;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

footer .footer-top .footer-info li {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

footer .footer-top .footer-info li a {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

footer .footer-top .footer-icon li a {
  height: 30px;
  font-family: 'Open Sans', sans-serif;
  width: 30px;
  line-height: 30px;
  color: #77020a;
  border: 1px solid #77020a;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

footer .footer-top .footer-add {
  margin-bottom: 16px;
}

footer .footer-top .footer-add li {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
}

footer .footer-top .footer-add li i{color: #77020a; font-size: 18px;}

footer .footer-top .footer-add li a {
  color: #fff;
}

.logoicon{background-color: #0000009c; padding: 10px 0px 25px; border-top: 1px solid #77020a;}

.logoicon .imgsc {
  text-align: center;
  padding-top: 12px;
}

.logoicon .imgsc img {
  width: 195px;
  background-color: #77020a;
  padding: 0px 10px 8px;
  border-radius: 100px;
}

/* modal */

.modal .modal-title {
  color: #77020a;
}

.modal .close {
  color: #77020a;
  font-size: 25px;
  background-color: transparent;
  border: none;
}

.modal .modal-header {
  border-color: #77020a;
}

.modal form {
  row-gap: 20px;
}

.modal .modal-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 30px;
}

.modal form .form-control,
.modal form .form-select {
  border: none;
  border-bottom: 1px solid #000000;
  background-color: #85232b00;
  border-radius: 0px;
  color: #000000;
}

.modal form .label {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal form .form-control:focus,
.modal form .form-select:focus {
  box-shadow: none;
  border-color: #1f1a17;
}

.modal form .form-control::placeholder,
.modal form .form-select::placeholder {
  color: #000000;
}

.modal form .btn {
  background-color: #77020a;
  color: #fff;
  width: 100%;
  font-weight: 500;
}


/* whatapp */
.quickcontact {
  width: 40px;
  position: fixed;
  top: 77%;
  right: 30px;
  z-index: 9999;
}


/* heading */
#heading{text-align: center; background-image: url(../images/banner-2.png); background-position: center center; background-repeat: repeat; background-size: cover;}
#heading .heading-bg{background-color: #00000081; padding: 70px 0px;}
#heading .heading-bg h2{color: #fff; font-size: 40px; font-weight: bold;}
#heading .heading-bg p a, #heading .heading-bg p{color: #fff; font-size: 18px; font-weight: 500;}


/* product-page */
#product-page{padding: 50px 0px;}
#product-page .row{row-gap: 30px;} 
#product-page .iner .imgs{text-align: center; position: relative;}
#product-page .iner .imgs img{height: 400px; object-fit: contain;}
#product-page .iner .imgs::before{left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; content: ''; background-color: transparent; transition: .5s;}
#product-page .iner .imgs:hover::before{background-color: #0000006e;}
#product-page .iner h3 a{display: block; color: #000000; font-size: 23px; font-weight: 600; padding: 10px 0px; text-align: center;}
#product-page .iner .imgs h5{position: absolute; left: 0px; right: 0px; top: 45%; text-align: center; transform: scale(0); transition: .5s;}
#product-page .iner .imgs:hover h5{transform: scale(1);}
#product-page .iner h5 a{display: inline-block; padding: 8px 17px; font-size: 15px; background-color: #77020a; color: #fff; border-radius: 4px;} 


/* contact */
#contact{padding: 70px 0;}
#contact .row{row-gap: 30px;}
#contact .inner{text-align: center; padding: 40px 20px; background-color: #f9f9f9; position: relative; height: 100%;}
#contact .inner i{width: 70px; height: 70px; line-height: 70px; background-color: #dbdbdb; border-radius: 50%; text-align: center; font-size: 25px; transition: .5s;}
#contact .inner h5{color: #000; margin: 20px 0 15px; font-weight: bold; transition: .5s;}
#contact .inner p{color: grey; font-size: 16px; font-weight: 500; transition: .5s;}
#contact .inner a{color: grey; font-size: 16px; font-weight: 500; transition: .5s;}
#contact .inner .text{position: relative; z-index: 9;}
#contact .inner::before{position: absolute; content: ''; left: 0; top: 0; bottom: 0; right: 0; width: 0%; height: 0%; background-color: #77020a; transform: scale(0); transition: .5s; margin: auto; z-index: 3; opacity: 0;}

#contact .inner:hover::before{width: 100%; height: 100%; transform: scale(1); opacity: 1;}
#contact .inner:hover i{background-color: #fff; color: #77020a;}
#contact .inner:hover h5{color: #fff;}
#contact .inner:hover p{color: #fff;}
#contact .inner:hover a{color: #fff;}

#contact form.row{background-color: #f0f0f0; padding: 30px; row-gap: 20px; margin: 0;}
#contact form.row h3{color: #000; font-weight: bold;}
#contact form .form-control{border-radius: 0; padding: 10px 20px; color: #000; background-color: transparent; border-color: #cfcfcf;}
#contact form button{color: #fff; background:  #77020a; padding: 10px 35px; font-size: 16px; font-weight: 500; transition: .5s; border-radius: 8px; border: 0;}
#contact form button:hover {background-color: #000;}
 
 
/* category-page */
#category-page{padding: 50px 0px;}
#category-page .row{row-gap: 30px;} 
#category-page .iner{border: 1px solid #e2e2e2; padding: 10px 10px 5px;}
#category-page .iner .imgs{text-align: center;}  
#category-page .iner h3 a{display: block; color: #000000; font-size: 23px; font-weight: 600; padding: 10px 0px 0px; text-align: center;}    



/* blog */

#blog {
  padding: 50px 0;
}

#blog .row {
  row-gap: 30px;
}

#blog h2 {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#blog h2 span {
  color: #77020a;
}

#blog .inner {
  overflow: hidden;
  box-shadow: 0 0 10px #0000004b;
  border-radius: 15px;
}

#blog .inner img {
  width: 100%;
}

#blog .text {
  padding: 20px;
}

#blog .text h5 a {
  color: #000;
  margin: 15px 0;
  display: inline-block;
  transition: .5s;
}

#blog .text h5 a:hover {
  color: #77020a;
}

#blog .text span {
  color: #6d6d6d;
  display: inline-block;
  font-size: 15px;
}

#blog .text span i {
  color: #77020a;
}

#blog .text p {
  color: #101010;
  font-size: 14px;
}

#blog .text .read {
  color: #fff;
  background-color: #77020a;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: .5s;
  border-radius: 8px;
  margin-top: 20px;
}

#blog .text .read:hover {
  background-color: #77020a;
}



/* blog-detail */

#blog-detail {
  padding: 60px 0;
}

#blog-detail .row {
  row-gap: 30px;
  justify-content: center;
}

#blog-detail .img img {
  width: 100%;
}

#blog-detail .content h5 {
  color: #000;
  font-size: 22px;  
  margin-bottom: 10px;
  font-weight: bold;
}

#blog-detail .content span {
  color: #6d6d6d;
  display: block;
  margin: 15px 0 0;
  font-size: 15px;
}

#blog-detail .content span i {
  color: #77020a;
}

#blog-detail .content p {
  color: #6d6d6d;
  font-size: 16px;
  text-align: justify;
}

#blog-detail .blog {
  background-color: #77020a10;
  padding: 15px 30px 30px;
  border: 1px solid #77020a;
  position: sticky;
  top: 100px;
}

#blog-detail .blog h4 {
  color: hsl(356, 55%, 28%);
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#blog-detail .blog ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

#blog-detail .blog ul li {
  margin-bottom: 15px;
  align-items: center;
}

#blog-detail .blog ul li:last-child {
  margin-bottom: 0;
}

#blog-detail .blog a {
  color: #000;
  font-size: 13px;
  display: inline-block;
}

#blog-detail .blog p {
  color: #6d6d6d;
  display: inline-block;
  font-size: 14px;
}

#blog-detail .blog p i {
  color: #77020a;
}



 
/* product-detail */
#product-detail {padding: 40px 0;}
#product-detail .row {row-gap: 20px; align-items: center;}
#product-detail .img img{width: 100%;}
#product-detail .content h5{font-family: righteous, Sans-serif; font-size: 25px; margin-bottom: 20px; font-weight: bold;}
#product-detail .content p {color: #4e4e50; font-size: 15px; margin-bottom: 25px; font-weight: 400; text-align: justify; line-height: 24px; font-family: 'Open Sans', sans-serif; font-size: 16px;}
#product-detail .content a{display: inline-block; padding: 8px 17px; font-size: 15px; background-color: #77020a; color: #fff; border-radius: 4px;} 


    





