@font-face {
  font-family: Viva Beautiful;
  src: url("../fonts/DancingScript-VariableFont_wght.ttf");
}

@font-face {
  font-family: Verlag Compressed Book;
  src: url("../fonts//Verlag\ Compressed\ Book.otf");
}

p {
  font-family: Verlag Compressed Book !important;
}

a {
  font-family: Verlag Compressed Book !important;
}

body {
  font-family: Viva Beautiful;
}

.aboutuspara {
  /*font-size: x-small;*/
}

.btn.btn-primary {
  outline: transparent !important;
  box-shadow: none !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn:active {
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .aboutusmaindiv {
    margin-top: 180px;
    margin-bottom: 100px;
    background-color: #f5f3f3;
  }
}

@media (max-width: 991px) {
  .aboutusmaindiv {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #f5f3f3;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .zulkAboutUsCon {
    height: 500px;
    position: relative;
    /*border: 2px solid red;*/
  }
}

@media (max-width: 991px) {
  .zulkAboutUsCon {
    height: 600px;
    position: relative;
    /*border: 2px solid red;*/
  }
}

@media (min-width: 992px) {
  .aboutImageCon {
    height: 120%;
    z-index: 2;
    /*border: 2px solid blue;*/
    width: 40%;
    position: absolute;
    top: -10%;
    transition: 300ms;
    left: 10%;
  }
}

@media (max-width: 991px) {
  .aboutImageCon {
    height: 50%;
    z-index: 2;
    /*border: 2px solid blue;*/
    width: 80%;
    position: absolute;
    top: -10%;
    transition: 300ms;
    left: 10%;
    /*background-size: auto!important;*/
  }
}

@media (min-width: 992px) {
  .aboutImageAnim {
    transition: 300ms;
    /*height: 500px;*/
    box-shadow: 20px 15px 10px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 991px) {
  .aboutImageAnim {
    transition: 300ms;
    /*height: 500px;*/
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .zulkAboutTextCon {
    /*border: 1px solid red;*/
    width: 40%;
    height: fit-content;
    position: absolute;
    left: 10%;
    top: 50px;
    background-color: white;
    transition: 1000ms;
  }
}

@media (min-width: 992px) {
  .abtTextpara {
    /*border: 1px solid red;*/
    width: 40%;
    height: fit-content;
    position: absolute;
    left: 50%;
    top: 50px;
    background-color: white;
    transition: 1000ms;
  }
}

@media (max-width: 991px) {
  .abtTextpara {
    /*border: 1px solid red;*/
    /*width: 40%;*/
    /*height: fit-content;*/
    /*position: absolute;*/
    /*left: 50%;*/
    top: 40% !important;
    /*background-color: white;*/
    transition: 1000ms;
    opacity: 1 !important;
  }
}

@media (max-width: 991px) {
  .zulkAboutTextCon {
    /*border: 1px solid red;*/
    width: 80%;
    height: fit-content;
    position: absolute;
    left: 10%;
    top: -10%;
    background-color: white;
    transition: 1000ms;
    opacity: 0;
  }
}

.pastaBtnContact label:hover {
  cursor: inherit;
}

.contactUsDiv {
  height: 300px;
  background-image: linear-gradient(270deg, red, rgba(181, 31, 31, 1));
  margin: 40px 0px;
}

.covertext {
  position: absolute;
  /* To make the div to be place anywhere. It is out of the document flow */
  top: 274px;
  /* The distance between the div with the top of document */
  left: 0px;
  /* Make the div full width */
  right: 0px;
  /* Make the div full width */
}

.title {
  font-family: Verlag Compressed Book !important;
  font-weight: 400;
  font-size: 5.625rem;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.header-center {
  align-self: center;
  align-items: center;
  text-align: center;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

Section padding @media (max-width: 991px) {
  .section-padding {
    padding: 40px 0px;
    margin: 40px 0px;
  }

  .productColumns {
    padding: 30px 0px;
  }
}

@media (min-width: 992px) {
  .section-padding {
    padding: 100px 0px;
  }
}

/*---------------------------*/
.slidshow-image {
  background-image: url("../img/home.jpg");
  height: 90vh;
  width: 100%;
  background-size: cover;
}
