/* Hero start  */
.slide_background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide {
  margin: 0 auto;
  padding-top: 236px;
  display: flex;
  flex-direction: column;
  width: 805px;
  align-items: center;
  text-align: center;
}
/* Swiper start */
.slide1 {
  background-size: cover;
  background-repeat: no-repeat;
  height: 805px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: 805px;
}

.swiper-slide {
  font-size: 18px;
  color: var(--white);
  height: 805px;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  background: transparent !important;
  border: 3px solid var(--white) !important;
  margin-bottom: 40px !important;
}

.swiper-pagination-bullet:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: var(--white) !important;
}
/* Swiper end */

#hero {
  position: relative;
}

.hero_title {
  font-size: 75px;
  line-height: 90px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.hero_title2 {
  font-size: 75px;
  line-height: 90px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.hero_description {
  width: 656px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.hero_buttons_container {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 34px;
}

.hero_button_left {
  width: 170px;
  height: 50px;
  background-color: transparent;
  border-radius: var(--borderRadiusButtons);
  border: 1px solid var(--white);
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.hero_button_left:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

.hero_button_right {
  width: 170px;
  height: 50px;
  background-color: var(--red);
  border-radius: var(--borderRadiusButtons);
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.hero_button_right:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

/* Hero end */

/*------ Body section start ------*/
.body_section {
  width: 100%;
  min-height: 2392px;
  background-color: var(--background);
  background-image: url("../images/Background.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* .body_section_background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 2122.5px;
} */

/* Presentation start */
.presentation {
  min-height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}

.about_container {
  width: 68%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7%;
}

.about_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 320px;
}

.about_icon {
  margin-bottom: 19px;
}

.about_title {
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 29px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.about_description {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto';
  font-weight: 300;
}
/* Presentation Hero end */

/* Our products start */
.products {
  width: 100%;
  min-height: 1101px;
}
/* Our products end */
.products_container {
  max-width: 1700px;

  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.products_topside {
  padding-top: 113px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products_title {
  color: var(--white);
  font-size: 36px;
  line-height: 52px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.products_line {
  background: var(--white);
  height: 1px;
  width: 162px;
  margin-top: 14.5px;
  margin-bottom: 32.5px;
}

.products_description {
  color: var(--productDescription);
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 97px;
  text-align: center;
}

.products_botside {
  width: 90%;
  background-color: transparent;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1421px;
  margin: 79px auto 0;
}

.products_card {
  height: 552px;
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 300px;
  max-width: 368px;
  background-color: var(--white);
  margin-bottom: 10px;
}

.products_card2 {
  height: 600px;
  display: flex;
  flex-direction: column-reverse;
  flex-basis: calc(100% / 5);
  min-width: 319px;
  background-color: var(--white);
  margin-bottom: 10px;
}

.products_card_content {
  height: 50%;
  text-align: left;
  border-right: 0.3px solid var(--footerText);
}

.products_card_image {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.products_card_title {
  background-color: var(--productTitleBackground);
  color: var(--white);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 22px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

/* .products_card_description {
  padding-left: 22px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--productText);
} */

.products_card_content_image {
  width: 217px;
  margin: 0 auto;
  max-height: 86px;
    object-fit: contain;
}

.products_card_content_image2 {
  width: 87px;
  margin: 0 auto;
}

.products_card_button {
  display: flex;
  padding-left: 22px;
  margin-top: 20px;
  cursor: pointer;
  align-items: center;
}
.products_card_button > a{
  display: flex;
}
.products_card_button_title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto';
  font-weight: 300;
  color: black;
  margin-right: 10px;
}
/* Out services start */
.services {
  /* margin-top: 248px; */
  text-align: center;
  width: 100%;
  min-height: 700px;
  padding-bottom: 83px;
}
.services_button_title:hover{
  color: white;
}
.servicies_title {
  color: var(--white);
  font-size: 36px;
  line-height: 52px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 33px;
}

.servicies_description {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 471px;
  margin: 0 auto;
}

.services_container {
  max-width: 1422px;
  min-height: 600px;
  margin: 79px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* background: #000; */
  padding-bottom: 83px;
  flex-flow: row wrap;
  gap: 37px;
  padding-left: 50px;
    padding-right: 50px;
}

.services_item {
  width: 25%;
  min-height: 86px;
  /* background-color: #8a6d6d; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services_item_left_image {
  width: 50px !important;
  margin-right: 20px;
}
.services_item_right {
  width: 80%;
  max-width: 300px;
  text-align: left;
  border-left-width: 1px;
  border-left-color:  var(--footerBreakLine);
  padding-left: 15.5px;
}

.services_item_right_title {
  color: var(--productDescription);
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.services_item_right_description {
  color: var(--productDescription);
  font-size: 12px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.services_item_right_description *{
    font-size: 12px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.services_button {
  width: 170px;
  height: 50px;
  background-color: var(--red);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--borderRadiusButtons);
  cursor: pointer;
}

.services_button:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

.services_button_title {
  color: var(--white);
  font-family: "Jost", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  height: auto;
}

/* Out services end */

/* Mobile Servicies */
.swiper-slide.servicies_slider {
  height: 493px;
  width: 100%;
  padding-left: 10px;
}
.services_item_mobile {
  width: 100%;
  min-height: 103px;
  /* background-color: #8a6d6d; */
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 56px;
}
.services_item_left_image_mobile {
  width: 35px !important;
}
.services_item_right_mobile {
  width: 100%;
  text-align: left;
  border-left-width: 1px;
  border-left-color: var(--footerBreakLine);
  padding-left: 10px;
  margin-left: 10px;
  height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services_item_right_mobile *:not(h3){
    font-size: 12px !important;
    font-family: 'Roboto' !important;
    font-weight: 300 !important;
    line-height: 16px !important;
    -webkit-line-clamp: 3;
}
.services_item_right_title_mobile {
  color: var(--productDescription);
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.services_item_right_description_mobile {
  color: var(--productDescription);
  font-size: 12px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
}


/*------ Presentation end ------*/

/* Our company start */
.our_company_section {
  background-image: url("../images/BannerOurCompany.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 450px;
  width: 100%;
}

.our_company_container {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: var(--white);
}
.our_company_title {
  font-size: 36px;
  line-height: 52x;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 15.5px;
}
.our_company_line {
  width: 164.5px;
  height: 1px;
  background-color: var(--white);
  margin-bottom: 35.5px;
}
.our_company_description {
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 55px;
  max-width: 735px;
}
.our_company_button {
  width: 194px;
  height: 58px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--borderRadiusButtons);
  cursor: pointer;
}

.our_company_button:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

/* Our company end */


.services_item_right_description > *, .services_item_right_mobile > *{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.products_botside.swiper_products {
  display: block;
}
.products_botside{
  display: none;
}
.products_card_title_mobile {
  background-color: var(--productTitleBackground);
  color: var(--white);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 22px;
  margin-bottom: 90px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.products_card_content_image_mobile {
  width: 217px;
  margin: 0 auto;
  max-height: 75px;
  object-fit: contain;
  height: 75px;
}
.products_card_content_mobile{
  background-color: white;
  padding-bottom: 70px;
}
.products_card_mobile {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 300px;
  background-color: var(--background);
  margin-bottom: 10px;
  flex-grow: 1;
  text-align: left;
  border-right: 0.3px solid var(--footerText);
}
.products_card_mobile > img{
  height: 250px;
  object-fit: cover;
}
@media only screen and (max-width: 1010px) {
  .slide {
    padding: 0px;
    display: flex;
    margin-top: auto;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  .hero_title {
    font-size: 30px !important;
    line-height: 30px;
  }
  .hero_title2 {
    font-size: 30px !important;
    line-height: 30px;
  }
  .hero_description {
    font-size: 16px;
    width: 75%
  }
  .hero_button_left, .hero_button_right {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
  .slide1 {
    background-position: 50% 100%;
  }
 .slider {
     height: 450px;
  }
}

@media only screen and (max-width: 600px) {
  .slide {
    display: none !important;
  }
  .slider {
     height: 350px;
  }

  .slide1 {
      background-position: 35% 100%;
  }

  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }

  .products_card {
    display: none;
  }

  .products_botside {
    width: 100%;
  }
}
@media only screen and (max-width: 1010px) {
  .about_container {
    flex-wrap: wrap;
    margin-top: 56px;
  }
  .about_item {
    width: 45%;
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 600px) {
  .about_item {
    width: 100%;
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 1010px) {
  .products_card {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) {
  .swiper_products {
    display: block;
    width: 100%;
  }
  .products_botside {
    display: none;
  }
  .products_card_mobile {
    width: 100%;
  }
}

@media only screen and (min-width: 1210px) {
  .servicies_swiper_container {
    display: none;
  }
}

@media only screen and (max-width: 1210px) {
  .services {
    margin-top: 50px;
  }

  .services_item {
    width: 45%;
  }
  .servicies_swiper_container {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .services {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .services_container {
    margin-top: 40px;
    display: none;
  }

  .services_item_mobile:nth-child(1) {
    margin-top: 40px;
  }

  .services_button {
    display: none;
  }
  .servicies_swiper_container {
    display: block;
  }
  .mySwiper_servicies {
    height: 541px;
  }
  .servicies_description {
    width: 100%;
}
.products_botside {
  padding-left: 15px;
  padding-right: 15px;
}
}

@media only screen and (max-width: 1210px) {
  .slide1 {
    background-position: 50% 100%;
  }
}

@media only screen and (max-width: 800px) {
  .our_company_section {
    height: 543px;
  }
}

/* Our company end */

