.hide {
  opacity: 0;
}

.opacity0 {
  opacity: 0;
}

.margintop-2 {
  margin-top: -2rem;
}

.centermargin {
  margin: 0 auto;
}

.marginall2 > * {
  margin-bottom: 2rem;
}

.marginall1p5 > * {
  margin-bottom: 1.5rem;
}

.align-text-center {
  text-align: center !important;
}

.text-white {
  color: white;
}

.text-transform-cap {
  text-transform: capitalize;
}

.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.align-slef-start {
  align-self: start;
}

.alig-self-end {
  align-self: end;
}

.align-slef-center {
  align-self: center;
}

.paddingtop2 {
  padding-top: 2rem;
}

.padding1a2 {
  padding: 1rem 2rem !important;
}

@media (min-width: 850px) {
  .padding1a2 {
    padding: 0.5em 1.5rem !important;
  }
}

.width70 {
  width: 70%;
}

.width10rem {
  width: 10rem;
}

.width30 {
  width: 30%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

.margintop2 {
  margin-top: 2rem;
}

.margintop1 {
  margin-top: 1rem;
}

@media (max-width: 500px) {
  .form-btn {
    margin-top: 1.5rem;
  }
}

.marginbot2 {
  margin-bottom: 2rem;
}

.marginbot4 {
  margin-bottom: 4rem;
}

.margintop4 {
  margin-top: 4rem;
}

.marginbot1 {
  margin-bottom: 1rem;
}

.margintop0 {
  margin-top: 0 !important;
}

.marginbot0 {
  margin-bottom: 0 !important;
}

.marginbot4 {
  margin-bottom: 4rem;
}

.marginlef4 {
  margin-left: 4rem;
}

.marginrigp5 {
  margin-right: 0.5rem;
}

.marginrig1 {
  margin-right: 1rem;
}

.lineheight35 {
  line-height: 3.5rem;
}

.flexmiddle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paddinglr4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.align-self-end {
  align-self: end;
}

.translatey17 {
  transform: translateY(17rem);
}

.translateYm5 {
  transform: translateY(-5rem);
}

.translateYm7 {
  transform: translateY(-7rem);
}

.translateymi9 {
  transform: translateY(-9rem);
}

.translateymi41 {
  transform: translateY(-4.1rem);
}

.position-rel {
  position: relative;
}

.position-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vis-img {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  80% {
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  80% {
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #777;
  background-color: white;
}

.nav-menu {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, black, transparent);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-menu-container {
  background-color: transparent;
  position: relative;
  z-index: 20;
}

.nav-menu-link {
  color: white;
  padding: 7px 14px;
  text-transform: capitalize;
}

@media (max-width: 700px) {
  .nav-menu-link {
    padding: 3px 5px;
  }
}

.nav-menu-link:hover {
  color: #81C31F;
  color: #81C31F;
}

.nav-menu-link-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  align-self: end;
  margin: 0 7px;
}

.nav-menu-link-logo img {
  height: 12vh;
}

.nav-menu-link-logo span {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 10px;
}

@media (max-width: 600px) {
  .nav-menu .order1 {
    order: -1;
  }
}

.nav-menu .drop-down {
  position: absolute;
  top: 3.4rem;
  left: 0;
  opacity: 0;
  width: 10rem;
  background-color: rgba(119, 119, 119, 0.5);
  transition: all 0.2s;
  display: inline-block;
}

.nav-menu .drop-down-item {
  display: block;
  padding: 9px 7px 7px;
  color: white;
}

.nav-menu .drop-down-item:hover {
  color: #81C31F;
  background-color: rgba(119, 119, 119, 0.9);
}

.nav-menu .brand-link {
  position: relative;
}

.nav-menu .brand-link:hover {
  background-color: rgba(119, 119, 119, 0.9);
}

.nav-menu .brand-link:hover .drop-down {
  opacity: 1;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
}

.logo-top-home {
  max-width: 10rem;
}

.logo-top-home img {
  width: 100%;
}

.nav-bar {
  position: relative;
  height: 2em;
  width: 2em;
}

.new-nav-baackground {
  background-image: radial-gradient(#81C31F, #81C31F);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 500;
}

.nav-bar-background {
  background-image: radial-gradient(#81C31F, #81C31F);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 500;
}

.new-checkbox {
  display: none;
}

.new-checkbox:checked ~ .new-nav-baackground {
  transform: scale(600);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.new-checkbox:checked ~ .new-navigation-container {
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100vw;
  opacity: 1;
  visibility: visible;
}

.new-checkbox-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

.new-navigation-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 750;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.new-navigation-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.new-navigation-link:link,
.new-navigation-link:visited {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
  background-size: 245%;
  text-align: center;
}

.new-navigation-link:hover,
.new-navigation-link:active {
  background-position: 100%;
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  /* background-image: radial-gradient(#191919,#8a8181); */
  color: #8a8181;
  transform: translateX(10px);
}

.new-navigation-list span {
  margin-right: 1rem;
}

.new-navigation-item {
  margin: 5px;
}

.new-icon-dash {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.new-icon-dash,
.new-icon-dash::before,
.new-icon-dash::after {
  width: 1.1em;
  height: 2px;
  background-color: black;
  display: inline-block;
}

.new-icon-dash::before,
.new-icon-dash::after {
  content: "";
  position: absolute;
  right: 0;
  transition: all 0.2s;
}

.new-icon-dash::before {
  top: -0.3em;
}

.new-icon-dash::after {
  top: 0.3em;
}

.new-checkbox-button:hover .new-icon-dash::before {
  top: -0.4em;
}

.new-checkbox-button:hover .new-icon-dash::after {
  top: 0.4em;
}

.new-checkbox:checked + .new-checkbox-button .new-icon-dash {
  background-color: transparent;
}

.new-checkbox:checked + .new-checkbox-button .new-icon-dash::before {
  top: 0;
  transform: rotate(135deg);
}

.new-checkbox:checked + .new-checkbox-button .new-icon-dash::after {
  top: 0;
  transform: rotate(-135deg);
}

.sub-brands {
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: all 2s;
  transition-delay: 2s;
}

.sub-item-text {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.4s;
}

.to-hover {
  transition: all 0.4s;
}

.sub-item:hover {
  background-color: white;
}

.sub-item:hover .sub-item-text {
  color: black;
}

.to-hover:hover .sub-brands {
  opacity: 1;
  display: block;
  visibility: visible;
}

.header {
  max-height: 82vh;
  position: relative;
  overflow: hidden;
}

.header-img-slider-container {
  position: relative;
  height: 100%;
  background-color: #81C31F;
  overflow: hidden;
}

.header-slider-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  color: white;
  font-weight: 100;
  transition: all 0.2s;
  align-items: center;
  width: 100%;
  z-index: 1;
}

@media (max-width: 600px) {
  .header-slider-icon {
    top: 45%;
  }
}

.header-slider-icon:hover {
  font-size: 17px;
}

.header-slider-icon-left {
  right: 0;
  background-color: rgba(97, 89, 89, 0.4);
  transition: all 0.5s;
  display: grid;
  justify-items: center;
  align-items: center;
  margin-left: 1rem;
  border-radius: 50%;
  transform: rotateY(180deg);
}

.header-slider-icon-right {
  right: 0;
  background-color: rgba(97, 89, 89, 0.4);
  transition: all 0.5s;
  display: grid;
  justify-items: center;
  align-items: center;
  margin-right: 1rem;
  border-radius: 50%;
}

.header-slider-icon-left:hover,
.header-slider-icon-right:hover {
  color: gray;
  background-color: rgba(216, 216, 207, 0.815);
}

.header .arrow-icon-left {
  padding: 1rem;
}

@media (max-width: 600px) {
  .header .arrow-icon-left {
    padding: 0.5rem;
  }
}

.header .arrow-icon-right {
  padding: 1rem;
}

@media (max-width: 600px) {
  .header .arrow-icon-right {
    padding: 0.5rem;
  }
}

.header .header-img-slider {
  display: flex;
  transition: all 0.4s ease-in-out;
}

.header .header-img-slider .slide-item {
  width: 100%;
  position: relative;
}

@media (max-width: 800px) {
  .header .header-img-slider .slide-item {
    height: 50vh;
  }
}

@media (max-width: 700px) {
  .header .header-img-slider .slide-item {
    height: 45vh;
  }
}

@media (max-width: 600px) {
  .header .header-img-slider .slide-item {
    height: 40vh;
  }
}

.header .header-img-slider .header-img {
  width: 100%;
}

@media (max-width: 800px) {
  .header .header-img-slider .header-img {
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header .heading-primary {
  font-size: 4rem;
  line-height: 1.1;
}

.header .header-text-container {
  position: absolute;
  width: 30rem;
  top: 30%;
  left: 15%;
}

.header .header-text-container div p {
  font-size: 1.4rem;
  letter-spacing: 0.4px;
  line-height: 1.7;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.header .header-text-container div h2 {
  font-size: 4rem;
  line-height: 1.1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  color: white;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #81C31F;
  border-radius: 5px;
}

.testmonial-container {
  position: relative;
  background-color: #191919;
  height: 100vh;
  overflow: hidden;
}

.testmonail-slider {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background-color: #191919;
  transition: all 0.4s ease-in-out;
}

.slide-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tesmonial-logo {
  width: 300px;
}

.testmoial-parag {
  max-width: 900px;
  color: white;
  line-height: 30px;
}

.slider-icon a {
  position: absolute;
  top: 42%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 14px;
  color: white;
  font-weight: 100;
  transition: all 0.2s;
}

.slider-icon-left {
  left: 0;
  background-color: rgba(97, 89, 89, 0.4);
  border-radius: 50%;
  margin-left: 10px;
  color: rgba(216, 216, 207, 0.815);
}

.slider-icon-right {
  right: 0;
  background-color: rgba(97, 89, 89, 0.4);
  border-radius: 50%;
  transition: all 0.5s;
  color: rgba(216, 216, 207, 0.815);
  margin-right: 10px;
}

.slider-icon-left:hover,
.slider-icon-right:hover {
  color: gray;
  background-color: rgba(216, 216, 207, 0.815);
}

.flavours {
  display: grid;
  max-width: 114rem;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 48rem));
  justify-content: center;
  justify-items: center;
  grid-gap: 2rem;
  align-items: center;
  margin: 0 auto;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
  padding: 1rem;
}

@media (max-width: 1025px) {
  .flavours {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 44rem));
  }
}

@media (max-width: 500px) {
  .flavours {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 44rem));
  }
}

.flavours-text-container {
  margin-left: 2rem;
}

@media (max-width: 920px) {
  .flavours-text-container {
    order: -1;
  }
}

.flavours-img {
  width: 100%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.heading-secondry {
  color: #81C31F;
  font-size: 3.5rem;
  text-transform: capitalize;
  font-weight: 800;
}

.parag {
  font-size: 1.4rem;
  letter-spacing: 0.4px;
  line-height: 1.7;
}

.btn-green,
.btn-green:link,
.btn-green:visited {
  background-color: #81C31F;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 20rem;
  text-transform: capitalize;
  transition: all 0.2s;
  position: relative;
  font-size: 1.2rem;
}

.btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  color: #81C31F;
  background-color: white;
}

.btn-green:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-green:active {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn-green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.5s;
  background-color: #81C31F;
  border-radius: 20rem;
}

.brands {
  background-size: cover;
  margin-top: 5rem;
  margin-bottom: 8rem;
  text-align: center;
}

.brands-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  transform: translateY(3rem);
}

@media (max-width: 1025px) {
  .brands-container {
    grid-template-columns: repeat(auto-fit, minmax(28rem, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(28rem, max-content));
  }
}

.brands .brand-card {
  background-color: white;
  height: 40rem;
  width: 32rem;
  margin: 0 2rem 2rem 0;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-rows: auto;
  justify-content: center;
  justify-items: center;
  align-items: center;
  transition: all 0.5S;
}

.brands .brand-card:hover {
  grid-template-rows: 40% 30% 30%;
  transition-duration: 1s;
}

.brands .brand-card:hover .hide-to-hover {
  display: block;
  transition-duration: 1s;
}

.brands .brand-card:hover .brand-logo-img-before-hover {
  display: none;
  transition-duration: 1s;
}

.brands .brand-logo-img-before-hover {
  width: 90%;
  transition-duration: 1s;
}

.brands .hide-to-hover {
  display: none;
  transition-duration: 1s;
}

.brands .brand-logo-img {
  width: 45%;
}

.operating {
  display: grid;
  max-width: 114rem;
  justify-content: center;
  justify-items: center;
  grid-gap: 2rem;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 48rem));
}

@media (max-width: 1025px) {
  .operating {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 44rem));
  }
}

@media (max-width: 500px) {
  .operating {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 44rem));
  }
}

.operating-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-6rem);
}

.operating-sub-img {
  width: 70%;
  align-self: flex-start;
}

.operating-img {
  width: 106%;
  min-height: 25rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 500px) {
  .operating-img {
    width: 100%;
  }
}

.align-self-start {
  align-self: start;
}

.featured {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-bottom: 5rem;
  text-align: center;
}

.featured-container {
  display: grid;
  max-width: 114rem;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  justify-content: center;
  justify-items: center;
  grid-gap: 2rem;
  align-items: start;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding: 0 4rem;
}

@media (max-width: 1025px) {
  .featured-container {
    grid-template-columns: repeat(auto-fit, minmax(28rem, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(28rem, max-content));
  }
}

.featured-card {
  width: 100%;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 32rem;
  margin: 0 2rem 2rem 0;
}

.featured-card:hover .pose-center {
  opacity: 1;
}

.featured-card:hover .featured-img {
  -webkit-filter: blur(1px) brightness(70%);
          filter: blur(1px) brightness(70%);
}

.featured-img {
  width: 100%;
  transition: all 0.5s;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.featured .pose-center {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s;
}

.map {
  display: grid;
  max-width: 114rem;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 48rem));
  justify-content: center;
  justify-items: center;
  grid-gap: 2rem;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding: 1rem;
}

@media (max-width: 1025px) {
  .map {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 44rem));
  }
}

@media (max-width: 500px) {
  .map {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 44rem));
  }
}

.map-cotainer {
  width: 100%;
  height: 100%;
}

.map-location {
  width: 100%;
  height: 100%;
}

.map .contact-form > * {
  margin-bottom: 2rem;
}

.input-group {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .input-group {
    display: block;
  }
}

.input-group input {
  border-bottom: 1px solid gray;
  padding: 1rem 1rem;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  flex: 0 0 46%;
  border: 1px solid orangered;
}

@media (max-width: 500px) {
  .input-group input {
    width: 100%;
  }
}

.input-group input:focus:valid {
  outline: none;
  border: 1px solid #81C31F;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.input-group input:focus:invalid {
  border: 1px solid orangered;
}

.input-group input:nth-child(odd) {
  margin-right: 3rem;
}

.form-message {
  border: none;
  border-bottom: 1px solid gray;
  display: block;
  padding: 1rem 1rem;
  text-transform: capitalize;
  width: 100%;
  font-family: "Lato", sans-serif;
  transition: all 0.2s;
}

.form-message:focus {
  outline: none;
  border: 1px solid #81C31F;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.contact-inputs {
  display: flex;
  flex-direction: column;
}

.contact-inputs > * {
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  .contact-inputs > * {
    margin-bottom: 0;
  }
}

.footer-section {
  background-color: #81C31F;
  z-index: 9;
  position: relative;
}

.footer-container {
  max-width: 150rem;
  background-color: #81C31F;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21rem, 27rem));
  align-items: start;
  justify-content: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  padding: 5rem 5rem;
  margin: 0 auto;
  color: white;
  grid-row-gap: 3rem;
}

.sitemap {
  justify-self: start;
}

@media (max-width: 550px) {
  .sitemap {
    padding-left: 4rem;
  }
}

@media (max-width: 400px) {
  .sitemap {
    padding-left: 2rem;
  }
}

.sitemap-link {
  color: white;
  font-weight: 300;
  text-transform: capitalize;
}

.sitemap-link:hover {
  color: gray;
}

.followus {
  justify-self: start;
  width: 50%;
}

@media (max-width: 550px) {
  .followus {
    padding-left: 4rem;
  }
}

@media (max-width: 400px) {
  .followus {
    padding-left: 2rem;
  }
}

.social-icons {
  display: flex;
  justify-content: start;
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social-icons > * {
  margin-right: 1.5rem;
}

.follow-us-img {
  width: 100%;
}

.follow-us-img:hover {
  fill: red;
}

.contactus {
  justify-self: start;
}

.contactus > * {
  margin-bottom: 0.7rem;
}

@media (max-width: 550px) {
  .contactus {
    padding-left: 4rem;
  }
}

@media (max-width: 400px) {
  .contactus {
    padding-left: 2rem;
  }
}

.heading-medium {
  font-size: 2rem;
}

.footer-logo {
  width: 100%;
  margin-left: 2rem;
}

.footer-logo-container {
  border-left: 1px solid white;
}

@media (max-width: 1025px) {
  .footer-logo {
    margin-left: 0rem;
  }
}

.fontweight {
  font-weight: 300;
}

.email-style {
  border: none;
  padding: 0.7rem 1rem;
}

.email-style:focus {
  border: 1px solid yellow;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.style-meassage-icon {
  background-color: gray;
  border: none;
  padding: 0.5rem 1rem;
  color: white;
  outline: none;
}

.style-meassage-icon:hover {
  color: #81C31F;
}

.contact-footer {
  display: flex;
  align-items: center;
  justify-content: start;
}

.svg-footer-icons {
  width: 2rem;
  margin-right: 0.5rem;
}

.footer-logo-text {
  margin-left: 4rem;
}

.email-btn {
  background-color: white;
  align-self: stretch;
  border: none;
  background-color: gray;
  width: 3rem;
  cursor: pointer;
}

.email-btn:hover {
  background-color: #777;
  cursor: pointer;
}

.email-btn:hover .testtt {
  fill: #81C31F;
  cursor: pointer;
}

.testtt {
  width: 100%;
  padding: 5px;
  fill: #fff;
}

.margin-left-footer {
  margin-left: 4rem;
}

@media (max-width: 1025px) {
  .margin-left-footer {
    margin: 0;
  }
}

.footer-to-hover a {
  color: white;
}

.footer-to-hover a:hover {
  color: gray;
}

.head {
  max-height: 81vh;
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  .head {
    height: 50vh;
  }
}

@media (max-width: 700px) {
  .head {
    height: 45vh;
  }
}

@media (max-width: 600px) {
  .head {
    height: 40vh;
  }
}

.head-img {
  width: 100%;
}

@media (max-width: 800px) {
  .head-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.head-text {
  position: absolute;
  bottom: 0.8rem;
  transform: translateY(34%);
  left: 5%;
  color: white;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -7.5px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .head-text {
    font-size: 4rem;
  }
}

.joe-brand {
  max-width: 114rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.joe-logo {
  width: 100%;
}

.joe-brands {
  max-width: 114rem;
  display: grid;
  justify-content: center;
  align-content: center;
  grid-gap: 2rem;
  grid-row-gap: 5rem;
  grid-template-columns: repeat(auto-fit, 18rem);
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}

.joe-brands-container {
  position: relative;
  width: 17rem;
  margin: 0 3rem 4rem 0;
}

.joe-brands-container:hover .long-logo {
  opacity: 1;
}

.joe-brands-container:hover .circle-logo {
  opacity: 0;
}

.joe-brands-container:hover .joe-logo-text {
  display: none;
}

.circle-logo {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  transition: all 0.2s ease-in;
}

.long-logo {
  width: 60%;
  transform: translate(40%, 25%);
  opacity: 0;
  transition: all 0.2s ease-in;
}

.joe-logo-text {
  color: white;
  text-transform: capitalize;
  font-size: 2rem;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.joe-operating {
  display: grid;
  max-width: 114rem;
  grid-template-columns: repeat(auto-fit, minmax(44rem, 48rem));
  justify-content: center;
  justify-items: center;
  grid-gap: 2rem;
  align-items: center;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 5rem;
  margin-bottom: 0;
  padding: 0 2rem;
}

@media (max-width: 1025px) {
  .joe-operating {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 44rem));
  }
}

@media (max-width: 500px) {
  .joe-operating {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 44rem));
  }
}

.joe-operating-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brands-last-img-container {
  position: relative;
  /* max-width: 1140px; */
  margin: 0 auto;
  width: 100%;
}

.brands-last-img {
  transform: translateX(30%);
  z-index: 2;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  width: 50%;
}

.brands-lastback {
  width: 100%;
  z-index: 1;
}

.joe-last-img-container {
  max-width: 114rem;
  position: relative;
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  height: 25vw;
  padding-bottom: 0 5rem;
}

@media (min-width: 1140px) {
  .joe-last-img-container {
    height: 20vh;
  }
}

.joe-last-tool-img {
  position: absolute;
  right: 13%;
  top: 22%;
  width: 64%;
}

.joe-last-beans-img {
  position: absolute;
  left: 18%;
  top: 69%;
  width: 12%;
}

.dolato-brands {
  max-width: 114rem;
  display: grid;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  grid-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-columns: repeat(auto-fit, 23rem);
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}

.dolato-brands-container {
  width: 24rem;
  margin: 0 4rem 4rem 0;
}

.dolato-brands-container:hover .dolato-circle-green {
  opacity: 1;
}

.dolato-brands-container:hover .text-green {
  opacity: 1;
}

.dolato-logo-text {
  text-transform: capitalize;
  font-size: 2rem;
}

.last-back-img {
  width: 64%;
  z-index: -3;
  opacity: 0;
}

.last-tool-img {
  position: absolute;
  right: 19%;
  bottom: -51%;
  width: 46%;
}

.last-beans-img {
  position: absolute;
  left: 27%;
  bottom: -1%;
  width: 12%;
}

.back-img {
  position: relative;
  max-width: 114rem;
  margin: 0 auto;
}

.dolato-circle-logo {
  width: 104%;
}

.dolato-circle-green {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

.text-green {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 106%;
  opacity: 0;
  transition: all 0.5s;
  font-size: 1.2rem;
  padding: 1rem;
}

.news-section .main-news {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.news-section .main-news-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 25rem));
  grid-gap: 2rem;
  justify-content: center;
  align-content: start;
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.news-section .top-news {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.news-section .top-news-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 23rem));
  grid-gap: 2rem;
  justify-content: center;
  align-content: start;
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@media (max-width: 850px) {
  .news-section .top-news-container {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 26rem));
  }
}

.news-section .pose-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s;
}

.inner-news .main-inner-news {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 12rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(43rem, 48rem));
  grid-gap: 2rem;
  justify-content: center;
  align-content: center;
  justify-items: center;
}

.inner-news .main-inner-news .btn-green,
.inner-news .main-inner-news .btn-green:link,
.inner-news .main-inner-news .btn-green:visited {
  padding: 0.5rem 2rem;
}

@media (max-width: 1025px) {
  .inner-news .main-inner-news {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 44rem));
  }
}

.inner-news .main-inner-news-text {
  max-width: 80%;
}

.inner-news .main-inner-news-text > * {
  margin-bottom: 2rem;
}

.inner-news .inner-news-img {
  width: 70%;
}

@media (max-width: 900px) {
  .inner-news .inner-news-img {
    order: -1;
  }
}

.inner-news .top-news {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.inner-news .top-news-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 23rem));
  grid-gap: 2rem;
  justify-content: center;
  align-content: center;
}

@media (max-width: 850px) {
  .inner-news .top-news-container {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 26rem));
  }
}

.inner-news .pose-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s;
}

.contact .main-contact-form {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-bottom: 0 5rem;
}

.contact .main-map {
  max-width: 200rem;
  margin: 0 auto;
  margin-top: 5rem;
  height: 50vw;
  padding-bottom: 0 5rem;
}

@media (min-width: 1140px) {
  .contact .main-map {
    height: 53vh;
  }
}

.contact .contact-form > * {
  margin-bottom: 2rem;
}

.contact .btn-green,
.contact .btn-green:link,
.contact .btn-green:visited {
  padding: 0.5rem 4rem;
}

.input-group input {
  border: none;
  border-bottom: 1px solid gray;
  padding: 1rem 1rem;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  .input-group input {
    margin-bottom: 2rem;
  }
}

.input-group input:focus {
  outline: none;
  border: 1px solid #81C31F;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.input-group input:focus:invalid {
  border: 1px solid orangered;
}

.input-group input:nth-child(odd) {
  margin-right: 3rem;
}

.form-message {
  border: none;
  border-bottom: 1px solid gray;
  display: block;
  padding: 1rem 1rem;
  text-transform: capitalize;
  width: 100%;
  font-family: "Lato", sans-serif;
  transition: all 0.2s;
}

.form-message:focus {
  outline: 1px solid #81C31F;
  border: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.contact-inputs {
  position: relative;
  padding: 0 1rem;
}

.contact-inputs > * {
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  .contact-inputs > * {
    margin-bottom: 0;
  }
}

.contact-form-btn {
  padding: 1rem 3rem !important;
  position: absolute;
  top: 100%;
  left: 42%;
}

@media (max-width: 500px) {
  .contact-form-btn {
    margin-top: 1.5rem;
  }
}

.about-paragr {
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  max-width: 114rem;
  text-align: center;
}

.about-timeline {
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 5rem;
  max-width: 114rem;
}

@media (max-width: 750px) {
  .about-timeline {
    margin-top: 5rem;
  }
}

.about-timeline-four {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 25rem));
  justify-content: center;
  align-items: center;
}

.about-timeline-icons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 25rem));
  justify-content: center;
  align-items: center;
}

.about .lap {
  position: relative;
}

.about .about-timeline-icons-container {
  position: relative;
}

.about .hr-line {
  background-color: #81C31F;
  height: 1px;
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  left: 40%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.about .hr-line2 {
  background-color: #81C31F;
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 1.9rem;
  left: 3rem;
  z-index: -1;
}

.about .hr-line3 {
  background-color: #81C31F;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 2rem;
  z-index: -1;
  left: 3rem;
}

.about .icon-container {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
}

.about .timeline-icon-test {
  position: absolute;
  top: 50%;
  left: 125%;
  transform: translate(-50%, -50%);
  width: 4rem;
}

.about-values {
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.about-values-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 20rem));
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  grid-template-rows: minmax(15rem, 20rem);
}

.about-values-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-values-icon {
  border: 2px solid #81C31F;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  position: relative;
}

.about-values .about-icon-img {
  transform: translate(-50%, -50%);
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.careers-container {
  margin: 0 auto;
  max-width: 114rem;
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) repeat(auto-fit, minmax(32rem, 37rem));
  grid-template-rows: 60% 40%;
  grid-column-gap: 3rem;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

@media (max-width: 1050px) {
  .careers-container {
    grid-template-columns: repeat(auto-fit, minmax(48rem, 53rem));
    grid-template-rows: auto;
  }

  .careers-container > * {
    margin-bottom: 3rem;
  }
}

@media (max-width: 600px) {
  .careers-container {
    margin-top: 0rem;
  }
}

.careers .job-titles {
  width: 100%;
  grid-column: 1/span 1;
  border-right: 1px solid #81C31F;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .careers .job-titles {
    grid-column: 1/-1;
    border: none;
    border-bottom: 1px solid #81C31F;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .careers .job-titles {
    width: 60%;
  }
}

@media (max-width: 1050px) {
  .careers .job-titles-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 17rem));
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: start;
    justify-items: start;
    justify-content: center;
    align-content: center;
    align-items: start;
    margin-bottom: 2rem;
    transform: translateX(-20rem);
  }
}

@media (max-width: 600px) {
  .careers .job-titles-list {
    transform: translateX(-5rem);
  }
}

@media (max-width: 500px) {
  .careers .job-titles-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 17rem));
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: start;
    justify-items: start;
    justify-content: center;
    align-content: center;
    align-items: start;
    margin-bottom: 2rem;
  }
}

@media (max-width: 400px) {
  .careers .job-titles-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 25rem));
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: start;
    justify-items: start;
    justify-content: center;
    align-content: center;
    align-items: start;
    margin-bottom: 2rem;
    transform: translateX(0rem);
  }
}

.careers .job-titles-link {
  color: gray;
  text-transform: capitalize;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: auto;
}

.careers .job-titles-link:hover {
  color: #81C31F;
}

.careers-main {
  grid-column: 2/-1;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  grid-row: 1/span 1;
  display: grid;
  grid-template-columns: repeat(2, 38rem);
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1050px) {
  .careers-main {
    grid-column: 1/-1;
    grid-row: auto;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }
}

@media (max-width: 820px) {
  .careers-main {
    grid-template-columns: repeat(auto-fit, 38rem);
  }
}

.careers-main-img {
  width: 70%;
}

@media (max-width: 1050px) {
  .careers-main-img {
    width: 70%;
    justify-self: end;
  }
}

@media (max-width: 820px) {
  .careers-main-img {
    width: 80%;
    justify-self: center;
  }
}

.careers-main .careers-main-text .parag ul > * {
  list-style-type: circle;
}

@media (max-width: 820px) {
  .careers-main .careers-main-text {
    width: 90%;
  }
}

@media (max-width: 750px) {
  .careers-main .careers-main-text {
    width: 80%;
  }
}

@media (max-width: 500px) {
  .careers-main .careers-main-text {
    width: 70%;
  }
}

.careers-form {
  grid-column: 2/-1;
  grid-row: 2/-1;
  position: relative;
}

.careers-form > * {
  margin-right: 4rem;
  margin-bottom: 3rem;
}

@media (max-width: 1050px) {
  .careers-form {
    grid-column: 1/-1;
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(20rem, 25rem));
  }
}

@media (max-width: 550px) {
  .careers-form {
    grid-column: 1/-1;
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(15rem, 20rem));
  }
}

@media (max-width: 450px) {
  .careers-form {
    grid-column: 1/-1;
    grid-row: auto;
    display: grid;
    grid-template-columns: 25rem;
  }
}

.careers-form .careers-input {
  border: none;
  border-bottom: 1px solid gray;
  padding: 1.5rem 2rem;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}

.careers-form .careers-input:focus {
  border: 1px solid #81C31F;
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.careers-form .careers-input:focus:invalid {
  border: 1px solid orangered;
}

.careers-form .careers-icon-container {
  height: 3rem;
  width: 4rem;
  background-color: #81C31F;
  border-radius: 10%;
  margin-right: 1rem;
  display: inline-block;
  position: absolute;
  top: 26%;
  right: -4%;
}

.careers-form .career-label {
  position: relative;
}

.careers-form .careers-icon {
  color: white;
  padding-left: 1rem;
}

.careers-form .career-form-btn {
  position: absolute;
  padding: 1rem 3rem !important;
  top: 100%;
  left: 40%;
  transform: translateX(-50%);
}

.vision-container {
  display: grid;
  max-width: 114rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 35rem));
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  grid-column-gap: 5rem;
}

@media (max-width: 750px) {
  .vision-container {
    grid-row-gap: 2rem;
  }
}

@media (max-width: 750px) {
  .vision-text-container {
    order: -1;
  }
}

@media (max-width: 750px) {
  .vision-img {
    order: 1;
  }
}

.mission-container {
  display: grid;
  max-width: 114rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 35rem));
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  grid-column-gap: 5rem;
  transform: translateY(-5rem);
}

@media (max-width: 750px) {
  .mission-container {
    transform: none;
    grid-row-gap: 2rem;
  }
}

.main {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
}

.career-active {
  color: #81C31F !important;
}

.nav-active {
  color: #81C31F !important;
}

.hide-job-title2 {
  display: none;
}

@media (max-width: 1050px) {
  .hide-job-title1 {
    display: none;
  }

  .hide-job-title2 {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
    transform: translateX(-20rem);
  }
}

@media (max-width: 600px) {
  .hide-job-title1 {
    display: none;
  }

  .hide-job-title2 {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    transform: translateX(-5rem);
  }
}

@media (max-width: 1100px) {
  .hide-vector {
    display: none;
  }
}

@media (min-width: 1800px) {
  .hide-vector {
    display: none;
  }
}

@media (max-width: 1020px) {
  .operating-sub-img {
    display: none;
  }
}

@media (max-width: 750px) {
  .hideat750 {
    display: none;
  }
}

.direction-rtl *,
.direction-rtl *::before,
.direction-rtl *::after {
  font-family: "Tajawal", sans-serif;
}

.direction-rtl .nav-menu .drop-down {
  right: 0;
}

.direction-rtl .header-text-container {
  right: 15%;
}

.direction-rtl .input-group input:nth-child(odd) {
  margin-left: 3rem;
}

.direction-rtl .input-group input:nth-child(odd) {
  margin-right: 0;
}

.direction-rtl .brands .brand-card:hover .hide-to-hover {
  text-align: center;
}

.direction-rtl .header-slider-icon-right {
  margin-left: 1rem;
  border-radius: 50%;
}

.direction-rtl .header-slider-icon-left {
  margin-right: 1rem;
  transform: rotateY(180deg);
  border-radius: 50%;
}

.direction-rtl .arrow-icon-left {
  padding: 1rem;
  transform: rotateY(180deg);
}

@media (max-width: 600px) {
  .direction-rtl .arrow-icon-left {
    padding: 0.5rem;
  }
}

.direction-rtl .arrow-icon-right {
  padding: 1rem;
}

@media (max-width: 600px) {
  .direction-rtl .arrow-icon-right {
    padding: 0.5rem;
  }
}

.direction-rtl .head-text {
  right: 5%;
  bottom: 1.8rem;
}

.direction-rtl .parag {
  text-align: right;
}

.direction-rtl .input-group input {
  text-align: right;
}

.direction-rtl .careers .job-titles {
  border-right: none;
  border-left: 1px solid #81C31F;
}

@media (max-width: 1050px) {
  .direction-rtl .careers .job-titles {
    border-left: none;
  }
}

.direction-rtl .careers-form .careers-icon {
  margin-right: 1rem;
}

.direction-rtl .hide-job-title2 {
  transform: translateX(20rem);
}

@media (max-width: 600px) {
  .direction-rtl .hide-job-title2 {
    transform: translateX(7rem);
  }
}

@media (max-width: 400px) {
  .direction-rtl .hide-job-title2 {
    transform: translateX(9rem);
  }
}

.direction-rtl .careers .job-titles {
  border-right: none;
}

@media (max-width: 1050px) {
  .direction-rtl .job-titles-list {
    transform: translateX(17rem);
  }
}

@media (max-width: 600px) {
  .direction-rtl .job-titles-list {
    transform: translateX(3rem);
  }
}

.direction-rtl .careers-form .careers-icon-container {
  left: 3%;
  right: 75%;
}

.direction-rtl .careers-form .career-form-btn {
  position: absolute;
  padding: 1rem 2rem !important;
  top: 100%;
  left: 55%;
  transform: translateX(-50%);
}

.direction-rtl .careers-form > * {
  margin-left: 4rem;
  margin-right: 0;
}

.direction-rtl .width10rem {
  width: auto;
}

.direction-rtl .about .hr-line3 {
  right: 5rem;
}

.direction-rtl .about .hr-line2 {
  right: 8rem;
}

.direction-rtl .about .timeline-icon-test {
  right: 52%;
}

.direction-rtl .social-icons > * {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .footer-logo-text {
  margin-right: 4rem;
}

.direction-rtl .footer-logo {
  margin-right: 2rem;
}

.direction-rtl .footer-logo-container {
  border-right: 1px solid white;
  border-left: none;
}

.direction-rtl .margin-left-footer {
  margin-right: 4rem;
}

@media (max-width: 1025px) {
  .direction-rtl .margin-left-footer {
    margin: 0;
  }
}

.direction-rtl .svg-footer-icons {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .footer-logo-text {
  margin-right: 2rem !important;
  margin-left: 0;
}

.direction-rtl .header-slider-icon-left {
  transform: rotateY(180deg);
}

.direction-rtl .header-slider-icon-right {
  transform: rotateY(180deg);
}

.direction-rtl .lang-link {
  color: white;
  font-size: 2.5rem;
  line-height: 0;
  vertical-align: center;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 2rem;
  padding-bottom: 2.5rem;
  transition: all 0.3s ease-in-out;
}

.direction-rtl .dolato-circle-logo {
  width: 100%;
}

.direction-rtl .text-green {
  left: 51%;
  width: 106%;
}

.direction-rtl .long-logo {
  transform: translate(-35%, 25%);
}

.on-tab,
.on-mob {
  display: none;
}

@media (max-width: 1050px) {
  .on-lap {
    display: none;
  }

  .on-tab {
    display: block;
  }

  .on-mob {
    display: none;
  }
}

@media (max-width: 560px) {
  .on-lap {
    display: none;
  }

  .on-tab {
    display: none;
  }

  .on-mob {
    display: block;
  }

  .hr-line2,
  .hr-line3 {
    display: none !important;
  }
}

.mob-menu {
  display: none;
  background-image: linear-gradient(to bottom, black, transparent);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 600px) {
  .mob-menu {
    display: block;
  }

  .lab-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
}

#msg-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000000;
  background-color: #81C31F;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

#msg_wrapper {
  position: relative;
}

#msg-container p {
  color: white;
  background-color: rgba(58, 5, 5, 0.8);
  padding: 1rem 2rem;
  background-color: #81C31F;
}

#msg-container .flex {
  position: absolute;
  color: white;
  left: 4px;
  background-color: #81C31F;
}

.pagination {
  margin: 0 auto;
  display: flex;
  color: gray;
  position: absolute;
  left: 50%;
  margin-top: 2rem;
  transform: translateX(-50%);
}

.page-link {
  color: gray;
  /* border-bottom: 1px solid white; */
  text-transform: uppercase;
  padding: 0 4px;
}

.col-md-offset-5 {
  position: relative;
  padding: 1rem;
}

.active a {
  color: #81C31F;
}

.lang-container {
  position: fixed;
  top: 13vh;
  right: -1rem;
  width: 5rem;
  border-left: 50%;
  border-radius: 1rem 0 0 1rem;
  background-color: #81C31F;
  z-index: 10000000000;
}

@media (max-width: 1150px) {
  .lang-container {
    top: 20vh;
  }
}

@media (max-width: 900px) {
  .lang-container {
    top: 28vh;
  }
}

@media (max-width: 700px) {
  .lang-container {
    top: 29vh;
  }
}

.lang-container:hover .lang-link {
  color: gray;
}

.lang-link {
  color: white;
  font-size: 2.5rem;
  line-height: 0;
  vertical-align: center;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-bottom: 2.7rem;
  transition: all 0.3s ease-in-out;
}

