@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.otf");
  font-weight: normal;
}

body {
  background-color: #fff!important;
}

nav {
  z-index: 3;
  position: relative;
  background: hsla(0, 0%, 100%, 1);
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.5) 0%, hsla(353, 63%, 82%, 0.5) 20%, hsla(353, 63%, 61%, 1) 28%, hsla(353, 63%, 54%, 1) 35%, hsla(353, 73%, 46%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(0, 0%, 100%, 0.5) 0%, hsla(353, 63%, 82%, 0.5) 20%, hsla(353, 63%, 61%, 1) 28%, hsla(353, 63%, 54%, 1) 35%, hsla(353, 73%, 46%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0.5) 0%, hsla(353, 63%, 82%, 0.5) 20%, hsla(353, 63%, 61%, 1) 28%, hsla(353, 63%, 54%, 1) 35%, hsla(353, 73%, 46%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#EEB3BA", GradientType=1);
}

.nav-link {
  color: #fff!important;
  font-family: Montserrat-Bold;
  position: relative;
}

.nav-link:hover::after {
  content: '';
  height: 4px;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 50%;
}

.active::after {
  content: '';
  height: 4px;
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 50%;
}

.nav-item {
  margin-right: 50px;
}

.ml-7 {
  margin-left: 14rem !important;
}

.mr-7 {
  margin-right: 14rem !important;
}

html, body {
  scroll-behavior: smooth;
}

body {
  background: #eee;
  font-family: Helvetica;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 40vh!important;
  left: 25vw!important;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 40px!important;
  height: 40px!important;
  border: 2px solid white;
  padding: 2px!important;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: transparent!important;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background-image: url('../Images/bullet.png')!important;
  background-size: 40px 40px!important;
}

.swiper-text {
  color: #fff;
  font-family: Montserrat-ExtraBold;
  font-size: 50pt;
  text-align: right;
  line-height: 1;
  /* border: 2px solid #ff0000; */
  width: 350px;
  margin-top: -200px;
  position: absolute;
  z-index: 10;
  right: 16vw;
  bottom: 50vh!important;
}

.swiper-main-text {
  color: #fff;
  font-family: Montserrat-SemiBold;
  font-size: 20pt;
  text-align: center;
  line-height: 1.2;
  /* border: 2px solid #ff0000; */
  width: 100%;
  position: relative;
  bottom: 20vh;
  z-index: 10;
  display: block;
}

.swiper-container .overlay {
  /* position: relative;
  height: 100%;
  width: 100%;
  z-index: 2; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 2;
  width: 100%;
  height: 20%;
  opacity: .4;
  background: hsla(0, 0%, 100%, 1);
  background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0) 0%, rgb(48, 47, 47) 45%, hsla(0, 5%, 28%, 1) 66%);
  background: -moz-linear-gradient(-90deg, hsla(0, 0%, 100%, 0) 0%, rgb(48, 47, 47) 45%, hsla(0, 5%, 28%, 1) 66%);
  background: -webkit-linear-gradient(-90deg, hsla(0, 0%, 100%, 0) 0%, rgb(48, 47, 47) 45%, hsla(0, 5%, 28%, 1) 66%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#918C8C", GradientType=1);
}

.arrow-down {
  -webkit-animation-name: bounce-1;
  animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

/*Section-History*/

.section-history {
  background-color: #fff;
  height: 100vh;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
}

/*Section-Milk*/

.section-milk {
  /* background-color: #fff; */
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* border: 2px solid #ff0000; */
  align-items: center;
  height: auto;
}

.milk-background {
  position: absolute;
  content: '';
  top: -10px;
  width: 100%;
  display: block;
  background-color: #fff;
  background-image: url('../Images/Milk Bg.png');
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 500px;
  background-position: -10px;
}

.cup {
  margin-top: 0px;
  z-index: 2;
  background-color: #fff;
}

#object {
  margin-top: 10px;
}

/*Section-Milk*/

.section-exports {
  position: relative;
  display: flex;
  background-color: #CF2034;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* border: 2px solid #ff0000; */
  align-items: center;
  height: auto;
}

.export h2 {
  color: #fff;
  font-size: 70pt;
  font-family: Montserrat-ExtraBold;
  text-transform: uppercase;
}

.export p {
  color: #fff;
  font-size: 15pt;
  font-family: Montserrat-Regular;
}

/*Our Products*/

.section-products {
  position: relative;
  display: flex;
  background-color: #CF2034;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* border: 2px solid #ff0000; */
  align-items: center;
  height: auto;
}

.products {
  width: 100%;
}

.products h2 {
  color: #fff;
  font-size: 50pt;
  margin-left: 12rem;
  text-align: left;
  align-items: left!important;
  font-family: Montserrat-ExtraBold;
  /* text-transform: uppercase; */
}

.cookies {
  font-size: 18pt;
  color: #fff;
  font-family: Montserrat-Regular;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}

.cookies a:hover, .cookies a {
  text-decoration: none;
  color: #fff;
}

#site-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 100%;
  min-height: 100vh;
}

#site-footer {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-footer {
  align-items: center;
  text-align: center;
  background-color: #fff;
}

.footer-pad {
  padding-right: 30px!important;
  padding-left: 30px!important;
}

.main-footer .container {
  max-width: 100vw!important;
}

.address {
  text-align: left;
  font-size: 15pt;
  vertical-align: center;
  font-family: Montserrat-SemiBold;
}

.address span {
  color: #CF2034;
  font-family: Montserrat-Bold;
  font-size: 15pt;
}

.newsletter {
  text-align: left;
  font-size: 10pt;
  font-family: Montserrat-Regular;
}

.newsletter div input {
  background-color: #fff!important;
  border: 0;
  border-bottom: 3px solid #CF2034;
}

.newsletter div div button {
  background-color: #CF2034!important;
  color: #fff;
  border: 0;
}

.bottom-footer {
  background-color: #CF2034;
  color: #fff;
  font-family: Montserrat-SemiBold;
}

@media only screen and (max-width: 768px) {
  html, body {
    scroll-behavior: smooth;
  }
}

/*
*ABOUT US PAGE*
*/

.section-about {
  margin-top: 100px;
  background-color: #fff;
}

.section-about p {
  font-family: Montserrat-SemiBold;
  font-size: 1rem;
}

.section-about h4 {
  font-family: Montserrat-SemiBold;
  color: #CF2034;
}

.section-about h3 {
  font-family: Montserrat-ExtraBold;
  color: #CF2034;
  font-size: 4rem;
}

.vision {
  text-align: left;
  font-size: 1rem;
}

.vision h5 {
  font-family: Montserrat-SemiBold;
  color: #CF2034;
}

.vision p {
  font-family: Montserrat-SemiBold;
}

.director {
  text-align: center;
  font-family: Montserrat-Regular;
}

.director h5 {
  font-family: Montserrat-Bold;
  color: #CF2034;
}

.director-info {
  text-align: left;
}

.director-info h5 {
  font-family: Montserrat-Bold;
  color: #000;
}

/*
*MANUFACTURE PAGE*
*/

.section-manufacture {
  margin-top: 100px;
  background-color: #fff;
}

.manufacture {
  font-family: Montserrat-SemiBold;
  font-size: 1.4rem;
}

.manufacture h2 {
  font-family: Montserrat-ExtraBold;
  color: #CF2034;
}

.steps {
  font-family: Montserrat-SemiBold;
  font-size: 1rem;
}

/*
*Contact Us*
*/

.contact-form {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

form {
  /* border: 2px solid #000; */
  box-shadow: 0px 0px 10px #828282;
  border-radius: 10px;
  width: 80%;
  display: block;
}

form h5 {
  font-family: Montserrat-SemiBold;
  color: #CF2034;
}

form input {
  display: inline-block!important;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  color: #000!important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000!important;
  opacity: 1;
  /* Firefox */
}

.mt-7 {
  margin-top: 104px !important;
}

.pb-0 {
  padding-bottom: 0px!important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.form-control {
  background-color: #F2F2F3;
  outline: none;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 0px 10px #828282;
}

form textarea {
  margin-top: 20px!important;
  display: inline-block!important;
  height: 100px!important;
  border-radius: 10px!important;
}

form button {
  margin: 20px auto;
  outline: none;
  border: none;
  display: block;
  background-color: #CF2034;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #828282;
}

.reach-us {
  margin-top: 100px;
}

.reach-us h4 {
  font-family: Montserrat-bold;
}

.reach-us p {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
}

.contact-details {
  background-color: #CF2034;
  color: #fff;
  margin: 20px auto;
  display: block;
  width: 70%;
  font-family: Montserrat-bold;
  font-size: 32px;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}

/*Sidebar-Contact*/

.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-40%);
  width: 350px;
  height: auto;
  z-index: 999;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  transition: 0.5s;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact.active:after {
  background-color: transparent;
}

.sidebar-contact input, .sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #CF2034;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  height: auto;
  width: 48px;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: -48px;
  line-height: 48px;
  background-color: #CF2034;
  color: #FFF;
  border-radius: 12px 0 0 12px;
  writing-mode: vertical-lr;
  padding: 30px 10px;
  font-family: Montserrat;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle:before {
  content: 'Contact Us';
  /* font-family:fontAwesome; */
  /* font-size: 18px;
  color: #fff; */
}

.toggle.active:before {
  content: 'Contact Us';
  text-decoration: none!important;
  border: 0!important;
}

.toggle.active:after {
  background-color: transparent;
}

@media(max-width:768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
  }
  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .content {
    padding: 50px 50px;
  }
}

/*Feedback*/

.feedback-form {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.feedback-form form {
  /* border: 2px solid #000; */
  box-shadow: 0px 0px 10px #828282;
  border-radius: 10px;
  width: 90%;
  display: block;
}

.feedback-form form h5 {
  font-family: Montserrat-SemiBold;
  color: #CF2034;
}

.feedback-form form .row .col-sm {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
}

select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  /* margin-top: 30px; */
  box-shadow: 0px 0px 10px #828282;
  padding: 0 1em;
  color: #000;
  /* background-color: var(--darkgray); */
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */

select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */

.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  box-shadow: 0px 0px 10px #828282;
  border-radius: .25em;
  overflow: hidden;
}

/* Arrow */

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #fff;
  background-color: #CF2034;
  transition: .25s all ease;
  pointer-events: none;
}

/* Transition */

.select:hover::after {
  color: #ffff;
}

.mega-menu {
  position: fixed;
  display: none;
  width: 500px;
  z-index: 5;
  height: 300px;
  padding: 10px;
  background-color: rgb(242, 242, 242);
  left: 40%;
  top: 100px;
}

ul.main-nav>li>div.sub-menu-block {
  visibility: hidden;
  background-color: rgb(242, 242, 242);
  position: absolute;
  margin-top: 30px;
  min-width: 48.8%;
  padding: 30px;
  max-width: 70%;
  color: #333;
  left: 20%;
  /*--controls sub block starting location --*/
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 3;
  font-size: 16px;
  /* border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  opacity: 0;
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

#five-block {
  width: 100%;
}

ul.main-nav>li:hover>div.sub-menu-block {
  background-color: rgb(242, 242, 242);
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

ul.main-nav>li>div.sub-menu-block>* {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}

ul.main-nav>li:hover>div.sub-menu-block>* {
  opacity: 1;
}

.sub-menu-block .row .col a{
  text-decoration: none;
  color: black;
}