/*====================== styling for header text=====================*/

.p-3 {
  background-color: white;
}
.main {
  display: flex;
  background: red;
  height: 65px;
}
.call-to-order  {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 100%;
  width: 20%;
  background: black;

}
.call-to-order .fa{
  font-size: 30px;
  color: red;
  margin: 10px;
  animation: wiggle 2s linear infinite;
}
.call-to-order h5{
  font-size: 13px;
  color: white;
  margin: 10px;
}
.call-to-enquire  {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 100%;
  width: 20%;
  background: black;

}
.call-to-enquire .fa{
  font-size: 25px;
  color: red;
  margin: 10px;
  animation: wiggle 2s linear infinite;
}
.call-to-enquire h5{
  font-size: 13px;
  color: white;
  margin: 5px;
}


/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: scale(1.5);
  }
}

.text {
  width: 60%;
}
.main .option {
  margin-left: 15px;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.option li {
  list-style: none;
  color: white;
  font-size: 35px;
  font-weight: 500;
  position: relative;
  bottom: 6px;
  top: 6px;
  text-align: center;
  font-family: montserrat;
  animation: slide 12s steps(4) infinite;
}
@keyframes slide {
  100% {
    top: -360px;
  }
}
.option li span {
  position: relative;
  margin: 5px 0;
  line-height: 90px;
}
.option li span:after {
  content: "";
  position: absolute;
  left: 0;
  animation: typing 3s steps (10) infinite;
}
@keyframes typing {
  40%,
  60% {
    left: calc(100% +30px);
  }
  100% {
    left: 0;
  }
}
@media (max-width: 768px) {
  .option li {
    font-weight: 800;
    font-size: 10px;
    transform: translateY(-25px);
    top: 1px;
  }
  .call-to-order  {
    display: flex;
    flex-wrap: wrap;
    width: 25%;  
  }
  .call-to-order .fa{
    font-size: 30px;
     margin: 1px;
  }
  .call-to-order h5{
    font-size: 10px;
    color: white;
    margin: 1px;
    text-align: center;
    transform: translateY(-19px);
    text-transform: lowercase;
  }

  .call-to-enquire  {
    display: flex;
    flex-wrap: wrap;
    width: 25%; 
  
  }
  .call-to-enquire .fa{
    font-size: 20px;
    margin: 1px;
  }
  .call-to-enquire h5{
    font-size: 10px;
    color: white;
    margin: 1px;
    text-align: center;
    transform: translateY(-19px);
    text-transform: lowercase;
  }
  .text {
    width: 50%;
  }
}
/* Style the search field */
form.example input[type="search"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid white;
  float: left;
  width: 500px;
  background: #f1f1f1;
  border-radius: 20px 0 0 20px;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 100px;
  padding: 10px;
  background: black;
  color: white;
  font-size: 17px;
  border: none;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  margin-left: -5px;
  border-radius: 0 20px 20px 0px;
}

form.example button:hover {
  background: red;
  border: 1px solid red;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.fa-shopping-cart:hover {
  color: red !important;
}
.dropdow:hover h1{
  background: red ;
  transform: translateY(17px);
}
.dropdow h1{
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  color: white;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: black;
  margin-top: -19px;
  margin-left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(19px);
}
.fa-user:hover {
  color: red !important;
}
#logo{
  height: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .dropdow h1{
    font-size: 10px;
    height: 12px;
    width: 12px;
    margin-left: 8px;
    transform: translateY(18px);
  }
  .fa-user {
    font-size: 25px !important;
  }
  .fa-shopping-cart{
    font-size: 25px !important;
  }
  form.example input[type="text"] {
    padding: 7px;
  }
  form.example button {
    padding: 7px;
    width: 100px;
    height: 30px;
    transform: translateY(1px);
  }
  form.example input {
    padding: 7px;
    height: 32px;
  }
  .fa-search{
    transform: translateY(-4px);
  }
  .main {
    height: 40px;
  }
  #logo{
    height: 45px;
  }
}

/*================================== styling for carosel===================================*/
.carousel-inner {
  height: 80vh;
  margin-top: -16px;
}
.carousel-item {
  height: 80vh;
}
.carousel-item img{
  height: 80vh;
  object-fit: cover;
}
.carousel-caption h5 {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  font-family: montserrat;
  font-weight: 600;
  color: red;
}
#caption p {
  width: 60%;
  margin: auto;
  font-size: 21px;
  line-height: 1.9;
  font-family: montserrat;
  color: black;
  background: white;
  border-radius: 10px;
}
.carousel-caption a {
  color: white;
  border: 2px solid black;
  background-color: black;
  padding: 4px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 7px;
  margin-bottom: 50px;
}
.carousel-caption a:hover {
  color: white;
  background-color: red;
  border: 2px solid red;
}

@media (max-width: 768px) {
  .carousel-item {
    height: 40vh;
  }
  .carousel-inner {
    height: 40vh;
  }
  .carousel-caption h5 {
    font-size: 20px;
  }
  .carousel-item img{
    height: 40vh;
  }
  #caption p {
    background: transparent;
  }
}
@media (max-width: 325px) {
  .carousel-caption h5 {
    font-size: 15px;
  }
  .carousel-item img{
    height: 40vh;
  }
  #caption p {
    background: transparent;
    width: 80%;
    font-family: montserrat;
  }
}
/*==================================== styling for menu icons==============================*/

.icon-view {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons {
  flex: 33.33%;
  padding: 1px;
  text-align: center;
}
.icons a {
  text-decoration: none;
  color: black;
  font-size: 3px;
  transition: 0.5s;
}
.icons h5 {
  font-size: 15px;
  margin-top: 5px;
}
.icons:hover a {
  color: red;
}
.fa-building-o:hover {
  color: red !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.fa-newspaper-o:hover {
  color: red !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.fa-th:hover {
  color: red !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.fa-comments-o:hover {
  color: red !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.fa-cogs:hover {
  color: red !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.fa-users:hover {
  color: red !important;
  transform: scale(1.2);
  transition: 0.5s;
}
@media (max-width: 768px) {
  .icon-view {
    margin-left: 8px;
  }
  .icons h5 {
    font-size: 10px;
  }
  .fa-building-o {
    font-size: 30px !important;
  }
  .fa-newspaper-o {
    font-size: 30px !important;
  }
  .fa-th {
    font-size: 30px !important;
  }
  .fa-comments-o {
    font-size: 30px !important;
  }
  .fa-cogs {
    font-size: 30px !important;
  }
  .fa-users {
    font-size: 30px !important;
  }
}

/*==================================== styling for enquiry modal==============================*/

.head-text{
  text-align: center;
  font-size: 18px;
}
.phone{
  height: 40px;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 10px;
}
.enquiry{
  height: 150px;
  width: 80%;
  margin-left: 10%;
}
.buton{
  height: 40px;
  width: 80%;
  margin: 10%;
  background: red;
  border-radius: 5px;
}
/*==================================== styling for flash sale==============================*/
.head h5 {
  text-align: center;
  font: 25px;
  color: red;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  20% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 3;
  }
}
.head h1 {
  height: 3px;
  width: 8%;
  color: black;
  background-color: black;
  margin-left: 46%;
  margin-top: -10px;
  margin-bottom: 20px;
  animation: stretch 1s linear infinite;
}
@keyframes stretch {
  20% {
    width: 8%;
  }
  40% {
    width: 2%;
  }
  75% {
    width: 4%;
  }
  100% {
    width: 8%;
  }
}
.flash-sale{
  background: red;
  height: auto;
  border-radius: 5%;
}
.single {
  height: 270px;
  width: 180px;
  margin-bottom: 50px;
  margin: 3px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 3px 3px 0 0;
  transform: translateY(10px);
  transition: 0.4s;
}
.single:hover {
  transform: translateY(5px);
}
.single:hover .vertical {
  opacity: 0;
}
.single:hover h1 {
  text-align: center;
}
.single h1 {
  font-size: 15px;
  text-align: center;
  color: black;
  margin-top:5px;
}
.single h2 {
  font-size: 18px;
  color: red;
}
.single h3 {
  font-size: 12px;
  margin-left: 5px;
  text-decoration: line-through;
}

.single p {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background: rgb(3, 3, 3);
  justify-content: center;
  margin-left: 10px;
  margin-top: 10px;
}

.single img {
  width: 100%;
  height: 60%;
}

.single p:hover {
  background: red;
  transform: scale(1.08);
}

.order-det {
  display: flex;
  bottom: 0;
}
.flash-sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .single {
    width: 160px;
  }
  .single h2 {
    font-size: 15px;
  }
  .single h3 {
    font-size: 10px;
  }
  .flash-sale{
    border-radius: 1%;
    background: red;
  }
}

/*==================================== styling for brands==============================*/

.brand-head h5 {
  font-size: 15px;
  line-height: 40px;
  color: white;
  height: auto;
  width: 120px;
  background: black;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-head h1 {
  height: 1.5px;
  width: 100%;
  color: black;
  background-color: black;
  margin-bottom: 50px;
}

.rapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: -30px;
}

.sliider {
  width: 100%;
  height: 100px;
  position: relative;
  background: white;
  display: flex;
  overflow: hidden;
}

 
 
/*==================================== styling for blog poster==============================*/

.blog {
  height: 330px;
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  background-size: cover;
}

.blog-poster h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: montserrat;
  color: red;
}
.blog-poster {
  margin-left: 150px;
  position: absolute;
  margin-top: 100px;
}
.blog-poster h2 {
  font-size: 25px;
  color: white;
}
.blog-poster button {
  text-decoration: none;
  width: 145px;
  height: 45px;
  border-radius: 6px;
  text-align: center;
  color: white;
  background: black;
}
.blog-poster a {
  color: white;
}
.blog-poster button:hover {
  background: red;
}

@media only screen and (max-width: 768px) {
  .blog {
    height: 230px;
    width: 100%;
    background-size: cover;
  }
  .blog-poster {
    position: absolute;
    margin-top: 10px;
    justify-content: center;
  }
  .blog-poster h2 {
    display: none;
  }
  .blog-poster h1 {
    font-size: 20px;
    text-align: center;
    margin-left: -155px;
    margin-top: 50px;
  }
  .blog-poster button {
    margin: auto;
    margin-left: -10px;
    position: absolute;
  }
}

/*==================================== styling for services==============================*/
.service-head h5 {
  font-size: 15px;
  line-height: 40px;
  color: white;
  height: auto;
  width: 120px;
  background: black;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-head h1 {
  height: 1.5px;
  width: 100%;
  color: black;
  background-color: black;
  margin-bottom: 50px;
}
.service-detail {
  align-items: center;
  text-align: center;
}
.col-lg-2 {
  height: 300px;
  width: 150px;
  border-radius: 15px;
  margin-bottom: 50px;
  margin-left: 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  transition: ease-in 0.3s;
}
.col:hover {
  transform: scale(1.02);
  background: rgb(250, 245, 245);
}
.col img {
  height: 70%;
}
.service-detail h3 {
  color: black;
  font-size: 20px;
}
.service-detail p {
  font-size: 15px;
  margin-top: -10px;
  color: #ffdf00;
}
.btn-group {
  margin-top: -13px;
  margin-bottom: 5px;
}
.btn {
  color: black;
  border: 0.5px solid black;
  font-weight: bold;
}
.btn:hover {
  color: white;
  background: red;
  border: 0.5px solid red;
}
.offcanvas-body a{
  height: auto;
  width: 90px;
  line-height: 30px;
  border-radius: 5px;
  background: black;
  color: white;
}
.offcanvas-body a:hover{
  background: red;
  color: black;
}
.service_image:hover{
  transform: scale(1.02);
  transition: 2s;
}

#review{
    height: 230px;
    margin: 8px;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.review_button{
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_button button {
  text-decoration: none;
  width: 145px;
  height: 45px;
  border-radius: 6px;
  text-align: center;
  color: white;
  background: black;
}

.review_button button:hover {
  background: red;
}


/*==================================== styling for footer==============================*/

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}
.footer {
  background: black;
  padding-top: 80px;
  padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
@media only screen and (max-width: 768px) {
  .single_footer {
    margin-bottom: 30px;
  }
}
.single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin-top: 20px;
}
.single_footer p {
  color: #fff;
}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 15px;
  text-transform: capitalize;
}
.single_footer ul li a:hover {
  color: red;
}
.single_footer_address ul li {
  color: #fff;
}
.single_footer_address ul li span {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}
.subscribe__input {
  background-color: #fff;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .subscribe__input {
    padding: 0 50px 0 20px;
  }
}

.subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.subscribe__btn i {
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .subscribe__btn {
    right: 0px;
  }
}

.subscribe__btn:hover i {
  color: red;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
  margin-top: 40px;
}
.social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social_profile ul li {
  float: left;
}
.social_profile ul li a {
  text-align: center;
  border: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 20px;
  color: black;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: white;
  border: 1px solid white;
}
@media only screen and (max-width: 768px) {
  .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social_profile ul li a:hover {
  background: red;
  border: 1px solid red;
  color: #fff;
  border: 0px;
  transform: translateY(-5px);
}
/*END SOCIAL PROFILE CSS*/
.copyright {
  margin-top: 70px;
  padding-top: 40px;
  color: #fff;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.copyright a {
  color: #01c7e9;
  transition: all 0.2s ease 0s;
}
.copyright a:hover {
  color: red;
}

/*==================================== styling for collection/packages==============================*/

.package-head h5 {
  font-size: 15px;
  line-height: 40px;
  color: white;
  height: auto;
  width: 120px;
  background: black;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-head h1 {
  height: 1.5px;
  width: 100%;
  color: black;
  background-color: black;
  margin-bottom: 50px;
}

a {
  text-decoration: none;
}

.box {
  width: 250px;
  height: 320px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 10px;
  margin-top:10px;
}

.slide-img {
  height: 85%;
  width: 100%;
  position: relative;
  transform: scale(0.6);
}

.slide-img img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 2px 2px 0 0;
  object-fit: cover;
  transition: ease-in 0.3s;
}
.slide-img img:hover {
  transform: scale(1.05);
}

.detail-box {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}

.type {
  text-align: center;
}

.type a {
  color: black;
  margin: 2px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.type span {
  color: rgba(26, 26, 26, 0.5);
}

.price {
  color: black;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.price:hover {
  color: red;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==================================== styling for new arrival==============================*/

.new-head h5 {
  font-size: 15px;
  line-height: 40px;
  color: white;
  height: auto;
  width: 150px;
  background: black;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-head h1 {
  height: 1.5px;
  width: 100%;
  color: black;
  background-color: black;
  margin-bottom: 50px;
  font-size: 13px;
}
.new {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 68px;
  margin-top: 5px;
}
.new h5{
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-align: center;
  margin-top: 5px;
}
.newer h2 {
  font-size: 18px;
  color: red;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .new {
    margin-left: 55px;
  }
}

/*=========================================================================================*/
                       /*=================  ABOUT US== ============*/
/*========================================================================================*/

.about-title h1{
  text-align: center;
  font-size: 30px;
  color: red;
}
.overview{
  display: flex;
  justify-content: center;
  align-items: center;
}
.over{
  margin: 50px;
}
.over h1{
  font-size: 25px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.over h2{
  font-size: 18px;
  font-weight: lighter;
   justify-content: center;
}
.over i{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile{
  display: flex;
  height: 500px;
  width: auto;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.profile img{
  height: 500px;
  width: 500px;
  margin-right: 15px;
}
.profile-text p{
  text-align: left;
  margin-top: 20px;
  margin-right: 15px;
}
.profile-text img{
  height: 40px;
  width: 150px;
  margin-left: 215px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .overview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .over{
    margin: 15px;
  }
  .over h1{
    font-size: 25px;
    text-align: center;
  }
  .over h2{
    font-size: 18px;
    text-align: center;
  }
  .over i{
    height: 50px;
    width: 50px;
    margin-left: 41%;
  }
  .profile{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%; 
    
  }
  .fa-flag{
    margin-left: 27% !important;
  }
  .profile img{
    height: 250px;
    width: 100%;
    margin-left: 15px;
  }
  .profile-text img{
    height: 30px;
    width: 110px;
    margin-left: 110px;
    margin-top: 2px;
  }
  .profile-text p{
    margin-left: 10px;
  }
}
.single-about-card{
  height: 300px;
  width: 350px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 70px;
  margin-right: 70px;
}
.single-about-card h1{
  font-size: 30px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  color: white;
  margin-top: 7px;
}
.single-about-card hr{
  color:white;
  z-index: 1000;
  margin-top: 1px;
}
.single-about-card h2{
  height: auto;
  width: 50%;
  border-radius: 10px;
  line-height: 25px;
  background:white;
  font-size: 20px;
  text-align: center;
  margin-left: 25%;
}
.single-about-card h3{
  font-size: 20px;
  text-align: center;
  color: white;
}

.singl-about-card{
  height: 300px;
  width: 350px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 70px;
  margin-right: 70px;
}
.singl-about-card h1{
  font-size: 28px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  color: white;
  margin-top: 5px;
}
.singl-about-card hr{
  color:white;
  z-index: 1000;
  margin-top: 1px;
}
.singl-about-card h4{
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
  text-align: center;
  margin-top: -15px;
}
.singl-about-card h2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: -8px;
  color: red;
}
.singl-about-card p{
  color: red;
  text-align: center;
  font-weight: bold;
  width: auto;
  height: 30px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1px;
  text-align: center;
  background: black;
  transform: translateY(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}

.singly-about-card{
  height: 300px;
  width: 350px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 70px;
  margin-right: 70px;
}
.singly-about-card h1{
  font-size: 30px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
  color: white;
  margin-top: 7px;
}
.singly-about-card hr{
  color:white;
  z-index: 1000;
  margin-top: 1px;
}
.singly-about-card h3{
  font-size: 18px;
  text-align: center;
  color: white;
  height: auto;
  width: auto;
  background: black;
}
.about-card{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .singl-about-card p{
    font-size: 12px;
  }
}
/*================styling for cart.html=============*/

.left-display {
  height: auto;
  width: 100%;
  border: 0.5px solid rgb(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.left-display img {
  height: 80px;
  width: 100px;
  margin-left: 20px;
}
.cart-product-det{
  display: flex;
}
.cart-product-det h2{
  font-size: 18px;
  width: 400px;
  transform: translateY(17px);
  margin-left: 5px;
}
.cart-product-det h3{
  font-size: 22px; 
}
.cart-product-del{
  display: flex;
  width: 100px;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
}
.cart-product-del:hover{
  background: rgb(211, 150, 150);
}
.cart-product-del h4{
  font-size: 17px;
  margin: 3px;
  text-decoration: none;
  color: red;
}
.quantity {
  text-align: center;
  margin-left: 50px;
  margin-right: 25%;
}
.quantity h1{
  font-size: 30px;
}
.prc h4{
  font-size: 19px;
  opacity: 60%;
  transform: translateX(35px);
  color: red;
}
.prc h3{
  color: red;
}
.headr {
  font-size: 30px;
  height: auto;
  width: 100%;
  color: white;
  background: black;
  display: flex;
  line-height: 52px;
}
.grand-total{
  height: 250px;
  width: 300px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 2px;
}
.grand-total h3{
  height: auto;
  width: 260px;
  margin-top: 5px;
  border-radius: 5px;
  background: black;
  color: white;
  font-size: 15px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  margin-left: 18px;
}
.grand-total h3:hover{
  background: red;
}
.grand-total small{
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.grand-total h1{
  text-align: center;
  font-size: 25px;
  margin-top: 5px;
}
.grand-total h2{
  text-align: center;
  font-size: 30px;
  color: red;
}
.grand-total:hover i{
  color: black !important;
  transform: translateX(-140px);
  transition: 1.5s;
}
.sec{
  text-align: center;
  font-size: 25px;
}
.grand-total:hover h5{
  color: red;
  transition: 1.5s;
}

@media only screen and (max-width: 768px) {
  .cart-product-det{
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .prc h4{
    margin-bottom: 35px;
    margin-left: -10px;
  }
  .cart-product-det h2{
    margin-bottom: 20px;
  }
 
  .quantity {
    text-align: center;
  }
  .cart-product-det{
    display: flex;
    flex-wrap: wrap;
  }
  .left-display img {
    width: 60%;
    height: 100px;
  }
  .prc h4{
    transform: translateX(35px);
    margin-top: -10px;
    font-size: 10px;
  }
  .prc h3{
    margin-top: 10px;
  }
  .quantity h5{
    margin-top: 10px;
    color: red;
    text-align: center;
  }
  .cart-product-del{
    width: 100px;
    height: auto;
    margin-top: -15px;
    margin-left: 120px;
  }
  .grand-total{
    height: 240px;
    width: 100%;
  }
  .grand-total h3{
    transform: translateX(23px);
  }
}

.contacts_list{
  height: auto;
  width: 350px;
  margin: auto;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid white;
  display: flex;
}
.contacts_list span{
  display: flex;
  width: 100%;
  text-decoration: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
}
.contacts_list span i{
  font-size: 19px;
  color: red !important;
  margin-right: 10px;
}
.contacts_list span h5{
  font-size: 15px;
  margin: 2px;
  color: black;
}


