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

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-SemiBold.ttf.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: bolder;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-Black.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-Thin.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-ExtraLight.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-Heavy.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-Medium.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometricArabic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/URWGeometricArabic/URWGeometricArabic-Medium.ttf")
    format("truetype");
}

html,
body {
  font-family: "URWGeometricArabic";
  overflow-x: hidden;
  text-align: right;
  color: #0c2242;
}
/*  */
/* section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
} */
.social-media-links {
  padding-inline-start: 40px;
  width: 100%;
}

#home {
  position: relative;
  background-image: url(../images/hero_bg.png);
  top: 0;
  left: 0;
  padding-top: 10rem;
  padding-bottom: 22rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: -1;
}

#home::after {
  content: "";
  background-image: url(../images/hero_motiva.png);
  bottom: 0;
  left: 33px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#about {
  position: relative;
  padding: 4rem 0px;
}

#about::after {
  content: "";
  background-image: url(../images/about_side.png);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}

#about .text-content {
  font-size: large;
}

#media {
  position: relative;
  padding: 1rem 0px;
}

#media::before {
  content: "";
  background-image: url(../images/media_motiva.png);
  top: 79px;
  left: -17px;
  position: absolute;
  width: 115px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}

#media::after {
  content: "";
  background-image: url(../images/media_side.png);
  top: 0px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: -1;
}

.chairman-message-wapper {
  padding-bottom: 5rem;
}

.chairman-message-wapper img {
  float: right;
  width: 8%;
}

.chairman-title{
  font-weight: 500;
}

.chairman-message-name {
  color: #729e40;
  font-weight: 500;
}


.social-media-wrapper {
  padding-top: 4rem;
  position: relative;
}

.social-media-wrapper::after {
  content: "";
  background-image: url(../images/social_motiva.png);
  top: 21px;
  right: -34px;
  position: absolute;
  height: 100%;
  width: 124px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}

.navbar-brand img {
  width: 100px;
}

.fixed-to-top .navbar-brand img {
  width: 60px;
}

.wrapHead .navbar-light .navbar-nav li a {
  color: #045788;
}
.text-blue {
  color: #05668d;
}

.twitter-blue {
  color: #69b3e3;
}

.text-darkblue {
  color: #0c2242;
}

.navbar-toggle-btn {
  color: #0c2242;
  border: none;
  background: transparent;
}

.navbar-collapse.show {
  height: 94.5vh;
  background: #ccecfc;
  margin: 0px;
  display: flex;
  justify-content: space-between;
}
.navbar-toggle-btn[aria-expanded="true"] .icon:before {
  content: "\f00d";
}

.mwrd-title {
  color: #0c2242;
  position: relative;
  padding: 9px 20px 9px 20px;
  margin: 2rem 0px;
}
.mwrd-title:before {
  right: 0px;
  content: " ";
  position: absolute;
  height: 100%;
  width: 6px;
  border-radius: 20px;
  background-color: #729e40;
  top: 0px;
}

/* Products */

.product-bg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.products-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0px;
  min-height: 365px;
}
.products-item .product-img {
  max-height: 185px;
  width: auto;
}
.social-icon {
  background-color: #0c2242;
  color: #fff;
  border-radius: 11px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact {
  /* background: #ffffff; */
  background-image: url(../images/waves.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  min-height: 680px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1400px) {
  #contact {
    min-height: 880px;
  }
}


.chairman-message-wapper {
  /* margin-bottom: 13rem; */
}

.z-super {
  z-index: 1000;
}



@media (max-width: 575.98px) {
  #media::after {
    width: 80%;
  }
  .chairman-message-wapper img {
    float: none;
    width: 40%;
  }
  .navbar {
    padding: 0px;
  }
  .navbar-toggle-btn[aria-expanded="true"] {
    background-color: #ccecfc;
    width: 100%;
    text-align: right;
  }

  .social-media-links {
    padding-inline-start: 0px;
  }

  .navbar-brand {
    padding-left: 1rem;
  }

  .about_bottle_img {
    top: -2rem;
    right: 0px;
    position: absolute;
  }

  #about::after {
    top: 120px;
  }
  #about .text-content {
    font-size: initial;
    font-weight: 300;
  }

  .social-media-wrapper::after{
    content: "";
    top: 51px;
    right: -12px;
    width: 60px;
  }
  #contact {
    background-image: url(../images/waves_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    min-height: 545px;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
}