@font-face {
  font-family: navItemsFont;
  src: url("Fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: titlefont;
  src: url("Fonts/EurostileLTStd-BoldEx2.otf");
}

@font-face {
  font-family: robotoRegularFont;
  src: url("Fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: robotoBoldFont;
  src: url("Fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: robotoMediumFont;
  src: url("Fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: textfont;
  src: url("Fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: textAboutFont;
  src: url("Fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: footerFont;
  src: url("Fonts/Roboto-Regular.ttf");
}

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

.robotoRegular {
  font-family: robotoRegularFont;
}
.robotoBold {
  font-family: robotoBoldFont;
}

.robotoMedium {
  font-family: robotoMediumFont;
}
textarea {
  resize: none;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 20px 80px;
  z-index: 10000;
}

header ul li {
  text-align: center;
  margin-left: 20px;
  list-style: none;
}
header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.5s;
}
.ul_menu {
  /* text-align: center; */
  list-style: none;
}
.ul_menu li {
  text-decoration: none;
  font-family: navItemsFont;
  color: black;
}
.ul_menu li a:hover {
  color: red;
}
.ul_menu li a {
  text-decoration: none;
  font-family: navItemsFont;
  color: black;
}
header ul li a:hover {
  color: red;
}

header .logo img {
  width: 145px;
}

.title-over-img .content-item {
  position: relative;
}

.title-over-img .pic {
  line-height: 0;
}
.form_button {
  padding: 7px 3px;
  background-color: red;
  color: white;
  width: 20%;
  border: none;
  font-weight: bold;
  margin-top: 40px !important;
}
.form_button:hover {
  background-color: black;
}
.title-over-img .entry-title {
  margin-bottom: 290px;
  text-align: end;
  margin-right: 160px;
  color: white;
}
.content-margin {
  margin-top: 300px;
  margin-left: 60px;
}
.content-margin-product {
  margin-top: 260px;
  margin-left: 60px;
}
.product_title {
  margin-left: 80px !important;
  font-family: titlefont;
  font-size: 40px;
}
.product_text {
  margin-left: 80px !important;
}
.footer_link a {
  color: black;
  text-decoration-line: none;
}
.footer_link a:hover {
  color: red;
}
.title_product {
  font-family: titlefont;
  font-size: 40px;
  /* font-weight: bold; */
}
.title {
  font-family: titlefont;
  font-size: 28px;
  /* font-weight: bold; */
}
.title1 {
  font-family: titlefont;
  font-size: 28px;
  font-weight: bold;
  margin-top: -14px;
}

.textAbout {
  font-family: textAboutFont;
  /* font-weight: bold; */
}

.footer {
  font-family: footerFont;
  /* font-weight: bold; */
}
.input_form {
  width: 65%;
  padding: 5px;
  margin-top: 20px !important;
}
.input_form_desktop {
  width: 65%;
  padding: 5px;
  margin-top: 20px !important;
}
.input_form_mobile {
  display: none;
}
.input_form1 {
  width: 65%;
  padding: 5px;
  margin-top: 20px !important;
}
.form_title {
  color: black;
  font-weight: bold;
}
.title-over-img .content-item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  /* opacity: 0.8; */
}
.about_button {
  padding: 5px 20px;
  background-color: red;
  border-radius: 20px;
  color: white !important;
  text-decoration: none;
}
.about_button:hover {
  background-color: black;
}
.title-over-img .content-item .info a {
  color: #fff;
}

.about_text {
  font-family: textfont;
}

.nav1 {
  margin-right: 50px;
}
.nav2 {
}

.navItems {
  align-items: center;
  justify-content: end;
  padding-right: 100px;
  font-family: navItemsFont;
}
.navLis {
}
@media only screen and (max-width: 1260px) {
  .title,
  .title1 {
    font-size: 22px;
  }
  .product_title {
    font-size: 22px;
  }

  .nav2 {
    margin-right: -25px;
  }
}

@media only screen and (max-width: 1200px) {
  .nav1 {
    margin-right: 15px;
  }
  .nav2 {
    margin-right: -55px;
  }
}

@media only screen and (max-width: 1100px) {
  .nav1 {
    margin-right: 0px;
  }
  .nav2 {
    margin-right: -95px;
  }
}

@media only screen and (max-width: 990px) {
  .title,
  .title1 {
    font-size: 22px;
  }
  .product_title {
    font-size: 22px;
  }
  .title1 {
    margin-top: -10px !important;
  }
  .text {
    font-size: 12px;
  }
  .product_text {
    font-size: 12px;
  }
  .textAbout {
    font-size: 12px;
    margin-top: 20px !important;
  }
  .content-margin-home {
    margin-top: 100px;
    margin-left: 0px;
  }
  .content-margin-product {
    margin-left: 120px;
  }
  .titleHome {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .home_text {
    font-size: 12px;
  }
  .navItems {
    align-items: start;
    justify-content: center;
    font-size: 10px;
  }

  .navLis {
    gap: 0px !important;
  }

  .navLis li {
    margin: 0;
  }
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.4s;
  background-color: white;
}

.fixed-top .logo,
.fixed-top ul li a {
  color: #000;
}
.fixed-top .logo img {
  width: 120px !important;
}

.fixed-top ul li a:active {
  color: red;
}
.fixed-top .active {
  color: red;
}
.active {
  color: red;
}

.active1 {
  color: white;
}

.productmobile {
  display: none;
}
.contactmobile {
  display: none;
}
.list_menu {
  margin-left: -15px !important;
}

@media screen and (max-width: 820px) and (min-width: 765px) {
  .footer {
    margin-top: 320px !important;
  }
  .bars {
    margin-left: 580px !important;
  }
  .list_menu {
    margin-left: 30px !important;
    margin-top: 30px !important ;
  }
  .content_home_ipad {
    margin-top: 200px !important;
    margin-left: 220px !important;
  }
}

@media only screen and (max-width: 821px) {
  .info {
    padding-left: 20px;
  }
  header ul li a {
    margin: 0px 5px;
  }
  .logoDiv {
    justify-content: start !important;
    width: 90px !important;
  }
  .about_title_mobile {
    margin-top: 3px;
    font-size: 19px;
  }
  .textAbout {
    margin-top: -8px;
    font-size: 15px;
    width: 99%;
    margin-bottom: 45px;
  }
  .about_button {
    padding: 5px 10px;
    font-size: 13px;
  }
  .space {
    display: none;
  }
  .contact_mobile {
    height: 0px !important;
  }
  .input_form {
    margin-left: 42px;
    width: 75%;
    padding: 5px;
    margin-top: 30px !important;
  }
  .input_form_desktop {
    display: none;
  }
  .input_form_mobile {
    margin-left: 42px;
    width: 75%;
    padding: 2px;
    margin-top: 30px !important;

    display: block;
  }
  .input_form1 {
    margin-left: 42px;
    width: 75%;
    padding: 5px;
    margin-top: 10px !important;
  }
  .form_title {
    margin-left: 42px;
    font-size: 16px;
    margin-top: -450px;

    color: black;
  }
  .form_button {
    margin-left: 42px;
    margin-top: 50px !important;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_text {
    margin-top: 15px;
    text-align: center;
  }
  .footer_contact {
    text-align: center;
  }

  .contact_height_mobile {
    height: 60vh;
  }
  .product_height_mobile {
    height: 270px;
  }
  .navItems {
    display: none;
  }
  #navbar_top {
    display: none;
  }
  #navbar_top_mobile {
    display: block !important;
  }
  .navLis li {
    display: none;
    font-size: 11px;
    margin-top: 6px;
  }
  #logo {
    padding-top: 11px;
    padding-left: 20px;
    width: 130px !important;
  }
  #logo_menu {
    padding-top: 11px;
    padding-left: 20px;
    width: 90px !important;
  }
  .about_Img {
    height: 90vh;
  }
  .aboutImg {
    display: none;
  }

  .product_desktop {
    display: none;
  }
  .contact_desktop {
    display: none;
  }
  .contact_mobile {
    display: block !important;
    height: 60vh !important;
  }
  .footer {
    margin-top: 270px;
  }
  .product_mobile {
    display: block !important;
  }
  .product_desktop {
    display: none;
  }
  .home_mobile {
    display: block !important;
  }
  .home_desktop {
    display: none !important;
  }
}

.contact_mobile {
  display: none;
}
.product_mobile {
  display: none;
}
#navbar_top_mobile {
  display: none;
}
.vv {
  background-image: url("photos/04mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.input_mobile {
  margin-top: 20px;
  width: 80%;
  padding: 7px;
  margin-left: 33px;
}
.texteria_mobile {
  margin-top: 20px;
  width: 80%;
  padding: 7px;
  margin-left: 33px;
}

.title_mobile {
  margin-left: 33px;
}

.vv1 {
  background-image: url("photos/03mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.product_title_mobile {
  margin-left: 33px !important;
  color: black;
  font-size: 25px !important;
}
.product_text_mobile {
  font-size: 18px !important;
  color: black;
  margin-left: 33px !important;
}

.vvv {
  background-image: url("photos/01.jpg");
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  height: 100vh;
}
.home_mobile {
  display: none;
}
.titleHome_mobile {
  font-family: titlefont;
  margin-left: 33px !important;
  /* margin-top: 350px !important; */
  color: white;
  font-size: 19px;
  margin-bottom: 5px;
}

.titleHome_mobile1 {
  font-family: titlefont;
  margin-left: 33px !important;
  margin-top: 0px !important;
  color: white;
  font-size: 19px;
  margin-bottom: 5px;
}
.home_text_mobile {
  margin-left: 33px !important;
  margin-top: 20px;
  color: white;
  font-size: 14px;
}

.captcha_mobile {
  margin-left: 35px;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-top: 8px;
}

.bars {
  font-size: 26px;
  color: white;
  margin-left: 190px;
  margin-top: 15px;
}
