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

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

a {
  text-decoration: none;
  color: white;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

button {
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .container {
    padding: 0 10px !important;
  }
  .menu_btn {
    left: -5px !important;
  }
  .logoDiv {
    transform: translate(10%, 0%);
  }
}
.top {
  position: fixed;
  right: 22px;
  bottom: 100px;
  z-index: 999;
  background: #f09312;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  transition: 0.5s;
}
.top img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top:hover {
  background: #fff;
}
.top:hover img {
  filter: invert(65%) sepia(62%) saturate(7499%) hue-rotate(6deg) brightness(101%) contrast(94%);
}

.toTop {
  opacity: 0;
  bottom: 80px;
}

.backactive {
  bottom: 100px;
  pointer-events: auto;
  opacity: 1;
}

.loader_bg {
  position: fixed;
  z-index: 999999 !important;
  background-color: white;
  width: 100%;
  height: 100%;
}

.loader {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader:before,
.loader:after {
  content: "";
  border: 1em solid #f09312;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before {
  animation-delay: 0.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
footer {
  background-color: rgba(51, 51, 51, 0.7019607843) !important;
  padding: 30px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 25px;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.footer .menu a {
  font-size: 14px;
  margin: 0;
  width: auto;
  font-weight: 500 !important;
  padding: 10px 0 !important;
  text-align: left !important;
}

.flogo {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flogo .logo img {
  max-width: 200px;
  width: 100%;
  cursor: pointer;
}

.footer-desc {
  color: white;
  text-align: center;
  padding-top: 30px;
}

.pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pages__desc {
  color: white;
  font-size: 25px;
}

.contact__desc {
  color: white;
  font-size: 25px;
}

@media screen and (max-width: 738px) {
  .footer {
    gap: 50px;
  }
}
@media screen and (max-width: 625px) {
  .pages,
  .contact,
  .social-medias {
    margin: 0 auto;
  }
}
@media screen and (max-width: 324px) {
  .pages {
    margin: 0 auto;
  }
  .contact {
    margin: 0 auto;
  }
}
.foter_line {
  height: 2px;
  min-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #f09312;
  margin: 10px 0;
  margin-bottom: 15px;
}

.production_box {
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 20px;
  color: white;
  gap: 5px;
}

.heart {
  width: 20px;
  height: 20px;
}

header {
  padding: 1.2rem 0;
  position: fixed;
  top: 0;
  background-color: rgba(51, 51, 51, 0.7019607843) !important;
  z-index: 9999;
  width: 100%;
  transition: all 0.4s ease !important;
}

.top_head {
  margin-top: -15px;
}

.logo {
  width: 200px;
  height: 30px;
  text-decoration: none;
}

.menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.menu > a {
  color: #fff !important;
  text-decoration: none;
  margin-right: 50px;
  position: relative;
  font-family: "Raleway", sans-serif;
  padding: 16px 0;
  margin: 0 12px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 700;
  transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
}
.menu > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #f09312 !important;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}
.menu > a:active::before {
  background-color: #f09312 !important;
}
.menu > a:hover::before, .menu > a:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* Language */
.langs .active:after {
  border-bottom: 3px solid #f09312 !important;
  width: 100% !important;
}

.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  clip-path: circle(0px at 0% 0px);
  transition: 0.3s all ease-in-out;
  z-index: 9 !important;
}

.header-container ul li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 500;
  padding: 10px 30px;
  position: relative;
  line-height: 1em;
  text-transform: capitalize;
  transition: 0.3s all ease;
}

.header-container ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}

.header-container ul li {
  margin: 2em 0;
}

.header-container ul li a:hover {
  background: white;
  color: #5a84a2;
  border-radius: 40px;
  transition: 0.3s all ease;
  transform: scale(1.2);
  box-shadow: inset -2px -2px 8px rgb(255, 255, 255), inset -2px -2px 12px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.header-container ul li a:hover .user {
  filter: invert(52%) sepia(23%) saturate(665%) hue-rotate(162deg) brightness(91%) contrast(89%);
}

.menu_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 27px;
  z-index: 1000 !important;
  text-align: center;
  line-height: 2.6em;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
  color: white;
  font-size: 1.2em;
  transition: 0.3s all ease;
}

.menu_btn:hover {
  transition: 0.3s all ease;
}

#active:checked ~ .header-container {
  clip-path: circle(80%);
}

#active:checked ~ .menu_btn {
  background: white;
  color: #5a84a2;
}

#active {
  display: none;
}

#active:checked ~ .menu_btn i::before {
  content: "\f00d";
}

.mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  header {
    padding: 1.9rem 0 !important;
  }
  .mobile {
    margin-top: 20px;
    display: block !important;
  }
  nav {
    display: none;
  }
  .logoDiv {
    margin: 0 auto !important;
  }
  .sec {
    display: block !important;
  }
  .logoDiv {
    transform: translate(10%, 0%);
  }
}
.all_heads {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.lang_css {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.7019607843);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  margin-left: -75px;
  margin-top: 25px;
  color: #fff;
}

.lang {
  color: white;
  background: transparent;
  border: none;
  font-size: 18px;
}

.selected {
  background: transparent;
  color: white;
  border: none;
  font-size: 17px;
  font-weight: 600;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 90px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 20px;
  right: -15px;
}

.dropdown-content a {
  color: black;
  margin-left: -16px;
  margin-right: -16px;
  padding: 12px 0;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropbtn {
  background-image: url(../../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
}

.activeDropDownImg {
  background-image: url(../../images/up-arrow.svg) !important;
}

.show {
  display: block;
}

@media screen and (max-width: 1100px) {
  .menu a {
    margin: 0 !important;
  }
}
#about_section {
  padding: 100px 0;
  background: #e0e0e0;
}

.about_title {
  text-align: center;
  color: #f09312;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about_box-pr {
  color: #8a8a8a;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .about_title {
    line-height: 48px !important;
    font-size: 44px !important;
  }
}
.about_content-box {
  width: 100%;
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 796px) {
  .about_content-box {
    gap: 20px;
  }
}
.about_left {
  min-width: 50%;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  text-align: right;
}

.about_right {
  min-width: 50%;
}

.about_left-heading {
  color: #f09312;
  font-weight: 400;
  text-transform: uppercase;
}

.about_left-pr {
  font-size: 16px;
  font-weight: 400;
  font-family: Lato;
  line-height: 24px;
  letter-spacing: 0px;
  color: #6e6e6e;
  max-width: 520px;
}

.line {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  width: 4px;
  height: 260px;
  background-color: #444444;
  position: relative;
}
.line span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f09312;
}

.about_right-bg {
  text-align: left;
  background-image: url(../../images/renova-why-us.jpg);
  max-width: 426px;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: auto 326/190;
  height: 190px;
}

.about_bg2 {
  background-image: url(../../images/aboutbgpart.jpg);
}

.about_bg4 {
  background-image: url(../../images/about3.jpg);
}

.about_bg3 {
  background-image: url(../../images/aboutbg2.jpg);
}

.about_content2 {
  margin: 0;
  width: 100%;
  display: flex;
  gap: 40px;
}

.about_left2 {
  min-width: 50%;
  text-align: right;
}

.about_right2 {
  display: flex;
  gap: 40px;
}

.mobile_line {
  display: none;
}

@media screen and (max-width: 768px) {
  .about_content-box {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .about_right,
  .left_content2 {
    margin: 0 auto;
  }
  .desc_line {
    display: none !important;
  }
  .mobile_line {
    display: flex;
  }
  .about_left {
    flex-direction: row-reverse;
    text-align: left;
  }
  .line {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    width: 4px;
    height: 180px;
    background-color: #444444;
    position: relative;
  }
  .line span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #f09312;
  }
  .about_content2 {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .about_box-pr {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .about_right-bg {
    width: 300px !important;
    margin: 0 auto;
    height: 150px;
  }
  .about_box-pr {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  .about_right-bg {
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 338px) {
  .about_right-bg {
    width: 260px !important;
  }
}
#news_section {
  padding: 100px 0;
}

.news_title {
  height: 44px;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
}

.last_slick {
  list-style-type: none;
}

.last_slick_item {
  text-decoration: none;
}

.wrapper {
  max-width: 370px;
  width: 100%;
  max-height: 700px;
  min-height: 500px;
  margin: 0 auto;
  background: #e0e0e0;
  border: 1px solid #999999;
  backdrop-filter: blur(1px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  overflow: hidden;
}
.wrapper img {
  width: 100%;
}

.carousel_top_img {
  max-width: 433px;
  height: 326px;
  backdrop-filter: blur(1px);
}
.carousel_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_carousel_body {
  padding: 10px 30px 24px;
}
.card_carousel_body h4 {
  max-width: 373px;
  height: auto;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.card_carousel_body .carousel_card_pr {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: rgba(39, 39, 39, 0.7);
}

.carousel_card_heading2 {
  height: 48px;
  margin-bottom: 15px;
  color: #f09312 !important;
}

.card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 35px;
}
.card_bottom p {
  width: 64px;
  height: auto;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #f09312;
  display: inline-block;
  margin: 0;
}
.card_bottom span {
  display: inline-block;
  height: auto;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
}

@media screen and (max-width: 1500px) {
  .wrapper {
    width: 403px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    width: 90%;
    height: auto;
    padding-bottom: 10px;
  }
  .carousel_top_img {
    max-width: 100%;
  }
  .card_carousel_body {
    padding: 10px 20px 14px;
  }
  .card_carousel_body h4 {
    width: 100%;
  }
  .card_carousel_body .carousel_card_pr {
    width: 100%;
  }
  .card_carousel_body .carousel_top_img {
    max-height: 208px !important;
    border-radius: 20px 20px 0px 0px;
  }
}
.our_title {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 400px) {
  .last_slick {
    list-style-type: none;
    padding-left: 1rem;
  }
  .wrapper {
    width: 98%;
    height: auto;
  }
  .card_carousel_body {
    padding: 10px 7px 0px;
  }
}
.news_btn {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.slider_btn {
  background-color: rgba(221, 221, 221, 0.6);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  backdrop-filter: blur(2px);
}

.slider_btn:hover {
  background-color: #dddddd;
}

.slider_prev {
  left: -75px;
}

.slider_next {
  right: -75px;
}

@media screen and (max-width: 1300px) {
  .slider_btn {
    width: 55px;
    height: 55px;
  }
  .slider_prev {
    left: -55px !important;
  }
  .slider_next {
    right: -55px;
  }
}
.news_indicator {
  filter: invert(43%) sepia(75%) saturate(1062%) hue-rotate(354deg) brightness(91%) contrast(103%);
}

.mycontainer {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .mycontainer {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .mycontainer {
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .slider_prev {
    left: -40px !important;
  }
  .slider_next {
    right: -40px;
  }
}
#product_section {
  padding: 100px 0px;
}

.card_link {
  text-decoration: none;
}

.product_title {
  padding-bottom: 20px;
}

.all_card {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

.images {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.overlay {
  top: 0;
}

#active_card {
  opacity: 0;
}

.card_portfolio {
  border-radius: 20px;
  height: 300px;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 1.5s;
}
.card_portfolio:hover {
  transform: translateY(-20px);
  transition: display 1s;
}
.card_portfolio:hover #active_card {
  transition: 0.8s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0.8;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(180deg, #000, #0a192f);
}
.card_portfolio:hover .click-view {
  z-index: 999;
  display: block;
}
.card_portfolio:hover .card_content {
  background: transparent;
  z-index: 99;
  transition: all 3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link_portfolio {
  position: absolute;
  right: 20px;
  background: transparent;
  bottom: 20px;
  color: white;
  border: 2px solid #f09312;
  border-radius: 4px;
  padding: 12px 23px;
  font-size: 18px;
}
.link_portfolio:hover {
  color: white;
  background-color: #f09312;
}

.text {
  padding: 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 85px;
  padding-bottom: 15px;
}

:root {
  --primary: #7b6363;
  --secondary: #f09312;
  --bg: #0e1523;
}

.sliderProduct {
  padding: 0 20px;
  font: normal 1rem sans-serif;
  margin-top: 150px !important;
  padding-bottom: 100px;
}

.js-list {
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  position: relative;
  width: 17rem;
  height: 23rem;
  background-color: var(--primary);
  color: #fff;
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
}

.card:hover {
  border: 0.1rem solid var(--secondary);
  transform: scale(1.05);
}

.card::before,
.card::after {
  position: absolute;
  content: "";
  background-color: var(--secondary);
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  z-index: 100;
}

.card::before {
  top: -6%;
  right: -6%;
  width: 9rem;
  height: 9rem;
}

.card::after {
  bottom: -6%;
  left: -6%;
  width: 5rem;
  height: 5rem;
}

.card:hover::before {
  transform: scale(1.8);
}

.card:hover::after {
  transform: scale(0);
}

.card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 200;
}

.card-img,
.card-title {
  transform: translateY(4rem);
  transition: 0.5s ease-in-out;
}

.card-img {
  width: auto;
  height: 9.5rem;
}

.card-title {
  font-size: 1rem;
  text-transform: capitalize;
  transition-delay: 0.1s;
}

.card-body,
.card-footer {
  transform: translateY(8rem);
  transition: 0.5s ease-in-out;
}

.card-body {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition-delay: 0.2s;
}

.card:hover .card-img,
.card:hover .card-title,
.card:hover .card-body,
.card:hover .card-footer {
  transform: translateY(0);
}

.card-footer {
  display: flex;
  gap: 5px;
  transition-delay: 0.3s;
}

.star {
  font-size: 1.4rem;
  color: #f09312;
}

.card-price {
  margin-top: 20px;
  font: bolder 1.5rem sans-serif;
}

.click {
  padding: 8px, 20px;
  background-color: unset;
  border: none;
  outline: none;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
}

.click-success {
  background-color: var(--secondary);
}

.click-border {
  border: 0.1rem solid var(--secondary);
}

.btn1 {
  padding: 10px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #f09312;
  color: #000;
}

.active1 {
  background: #f09312;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .card_portfolio {
    max-width: 330px !important;
  }
  .all_card {
    gap: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .card_portfolio {
    max-width: 100% !important;
  }
  #active_card {
    max-width: 100% !important;
  }
}
.end {
  z-index: 9999;
}

.cardBuy {
  margin-top: 20px;
  position: fixed;
  right: 20px;
}

.newIMG {
  width: 50px !important;
  height: 50px !important;
  padding-right: 20px;
}

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}

.input-search {
  height: 50px;
  width: 600px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  transition: all 0.5s ease-in-out;
  background-color: #f09312;
  padding-right: 40px;
  color: #fff;
  border-radius: 25px;
}

.input-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}

.btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background: #f09312;
  pointer-events: painted;
}

.btn-search:focus ~ .input-search {
  width: 600px;
  border-radius: 25px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  background: #f09312;
}

.input-search:focus {
  width: 600px;
  border-radius: 25px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  background: #f09312;
}

@media screen and (max-width: 600px) {
  .input-search {
    width: 400px !important;
  }
  .input-search:focus {
    width: 400px !important;
  }
}
@media screen and (max-width: 500px) {
  .input-search {
    width: 300px !important;
  }
  .input-search:focus {
    width: 300px !important;
  }
}
@media screen and (max-width: 300px) {
  .input-search {
    width: 200px !important;
  }
  .input-search:focus {
    width: 200px !important;
  }
}
.sotibol {
  position: absolute;
  top: 120px;
}

.more {
  color: #555555;
}

.home {
  padding: 0 80px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f09312;
}

.home:before {
  z-index: 777;
  content: "";
  position: absolute;
  background: rgba(251, 3, 3, 0.034);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content {
  z-index: 888;
  color: #fff;
  max-width: 70%;
  margin-top: 50px;
  display: none;
}

.home .content.active {
  display: block !important;
}

.content__desc {
  font-size: 80px !important;
}

.content__text {
  font-size: 20px;
  margin-top: 20px;
  max-width: 630px;
}

.buttons {
  display: flex;
  gap: 25px;
  padding-top: 50px;
}

.infoBtn {
  background: transparent;
  padding: 15px 35px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.7s;
  border: 1px solid #fff;
}

.infoBtn:hover {
  box-shadow: inset 14.5em 0 0 0 #f09312;
  border: 1px solid transparent;
}

.productBtn {
  background: #f09312;
  padding: 15px 35px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.7s;
}

.productBtn:hover {
  box-shadow: inset 14.5em 0 0 0 #fff;
  color: #f09312;
}

.home .media-icons a {
  color: #5f5f5f;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}

.home .media-icons a:hover {
  transform: scale(1.3);
  color: #f09312;
}

.home video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-navigation {
  z-index: 888;
  position: absolute;
  bottom: 100px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.slider-navigation .nav-btn {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
  background: #f09312;
}

.slider-navigation .nav-btn:not(:last-child) {
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
  transform: scale(1.2);
}

.video-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

@media (max-width: 1040px) {
  .home .media-icons {
    right: 15px;
  }
  .home {
    padding: 0 70px !important;
  }
}
@media (max-width: 850px) {
  .content__desc {
    font-size: 60px !important;
  }
  .content__text {
    margin-top: 0 !important;
  }
  .home {
    padding: 0 40px !important;
  }
}
@media (max-width: 617px) {
  .infoBtn,
  .productBtn {
    font-size: 0.9em !important;
    padding: 15px 25px;
  }
}
@media (max-width: 560px) {
  .home .content h1 {
    font-size: 3em;
    line-height: 60px;
  }
  .home {
    padding: 0 !important;
  }
  .content__desc {
    text-align: center;
    transform: translate(20%, -50%) !important;
    font-size: 40px !important;
  }
  .content__text {
    text-align: center;
    transform: translate(20%, -50%) !important;
    margin-top: 10px !important;
  }
  .buttons {
    transform: translate(30%, -50%) !important;
  }
}
@media screen and (max-width: 426px) {
  .buttons {
    transform: translate(30%, -50%) !important;
    flex-direction: column;
  }
  .infoBtn,
  .productBtn {
    max-width: 200px !important;
    width: 100%;
  }
}
.pass {
  display: flex;
  align-items: center;
}
.pass .eye {
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-top: 4px;
  padding-right: 10px;
  cursor: pointer;
}

.js-count {
  display: none;
}

#service_section {
  padding: 100px 0;
  background: #e0e0e0;
}

.service_heading {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.articleHeader {
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .service_heading {
    line-height: 48px !important;
    font-size: 44px !important;
  }
}
.service_cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article {
  box-sizing: border-box;
  display: inline-block;
  min-width: 0;
  width: 300px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  padding: 50px 32px;
  transition: 0.5s;
  background-color: #fff;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0px 0px 5px black;
}
.article:hover {
  transform: translateY(-20px);
  box-shadow: 0px 0px 20px black;
}
.article .articleInfo {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article {
    margin: 10px 0;
    margin: 0 auto;
    width: 100%;
  }
  .article:hover {
    transform: translateY(-10px);
  }
  .service_cards {
    gap: 20px;
  }
}
.articleType {
  width: 100%;
  height: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}

.articleHeader {
  transition: color 150ms ease;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 3.5em;
  max-height: 4.5em;
  line-height: 1.13;
  font-size: 1em;
  font-weight: 500;
  color: #333;
  margin-bottom: 35px;
}

.readMore {
  transition: 150ms ease;
  display: inline-block;
  width: auto;
  height: 20px;
  font-size: 0.93em;
  font-weight: 700;
  color: #f09312;
  padding: 3px;
  text-transform: uppercase;
}
.readMore:hover {
  color: #f09312;
}

.service_icon {
  width: 63px !important;
  height: 50px;
}

.admin header {
  top: 15px !important;
}

.myWrapper {
  margin-bottom: 50px;
}

.tabs {
  margin-left: 25px !important;
}

.index_card {
  z-index: 999;
  margin-right: auto;
}

/*#3498db  edit   */
/*#c0392b  delete   */
.button {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 0.25em;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}

.touch:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
}

.touch {
  transition: ease-in-out 0.2s;
  text-align: center;
}

.edit:before,
.delete:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1rem;
  background: none;
  color: #fff;
  position: relative;
}

.edit, .delete {
  display: flex;
  justify-content: center;
  align-items: center;
}

.touch.edit:before,
.touch.delete:before {
  width: 100%;
  text-align: center !important;
  font-size: 1.25rem;
}

.edit {
  background: rgb(230, 208, 11);
}
.edit:before {
  content: "\f040";
}

.delete {
  background: rgb(192, 57, 43);
}
.delete:before {
  content: "\f1f8";
}

.inlineIcon.delete:before {
  color: rgb(192, 57, 43);
}

.adminCard {
  min-width: 370px;
}

.sendBtn {
  background: #f09312 !important;
}

.nav-link {
  color: #f09312 !important;
  border: none;
  background: transparent;
}
.nav-link:hover {
  color: #f09312 !important;
}

.activeTab {
  background: #f09312 !important;
  color: white !important;
}
.activeTab:hover {
  color: white !important;
}

.tab-pane {
  background: transparent !important;
  display: none;
}

.activeTabContent {
  display: block;
}

.news-edit img, .news_delete img {
  width: 20px;
  height: 20px;
}

.news-edit, .news_delete {
  padding: 10px !important;
}

.news_delete {
  padding-right: 8px !important;
}

.news-navigators {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* modal */
.overlay {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: stretch;
  justify-content: center;
  z-index: 999;
}

.two_overlay {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: stretch;
  justify-content: center;
  margin-top: -48px;
}

.overlay {
  background: rgba(51, 51, 51, 0.7019607843);
  z-index: 99999999;
}

.myWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 450px;
  width: 100%;
  padding: 40px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

@media screen and (max-width: 500px) {
  .myWrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.myWrapper .user-box {
  position: relative;
  padding-bottom: 10px;
}

.js_close,
.res_close {
  padding: 0 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.res_close {
  background-color: #141e30;
  color: #fff;
}

.res_close:hover {
  color: #f09312;
}

.myWrapper h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px !important;
}

.myWrapper .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.myWrapper .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.myWrapper .user-box input:focus ~ label,
.myWrapper .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #f09312;
  font-size: 14px;
}

.btn_send,
.admin_btn {
  margin: 0;
  border-radius: 10px;
  padding: 8px 20px;
  border: 1px solid #f09312;
  background-color: transparent;
  font-size: 14px;
  color: #f09312;
  transition: 0.5s;
}

.btn_send:hover {
  color: white;
  cursor: pointer;
}

.data_input {
  background-color: white;
  appearance: none;
}

/* result modal */
@media screen and (max-width: 500px) {
  .myWrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.js_close {
  padding: 9px 11px;
  font-size: 18px;
  background-color: #f09312;
  font-size: 14px;
}

.js_close:hover {
  color: white;
}

.btn_send,
.admin_btn {
  color: #f09312;
}

.btn_send:hover,
.admin_btn:hover {
  background-color: #f09312;
  color: #fff;
}

.js_admin {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
}

.buy {
  color: black;
  font-weight: 700;
  border: 1px solid #f09312;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  position: absolute;
  display: block;
  margin-top: 30px;
  max-width: 350px;
  width: 100%;
  text-align: center;
}
.buy:hover {
  background: #f09312;
  color: white;
}
.buy:disabled {
  background-color: dimgrey;
  color: #aeaeae !important;
  opacity: 1;
  border: none;
  cursor: not-allowed;
}

.header {
  top: 0 !important;
}

@media screen and (max-width: 1000px) {
  .mobile {
    display: block !important;
  }
  nav {
    display: none;
  }
}
.buy_section {
  padding-bottom: 70px;
  padding-top: 150px;
}

body {
  background: #f4f7fd;
}

.form_div {
  position: relative;
  height: 3em;
  margin-top: -0.6em;
}

.form_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border: 0.1em solid #dadce0;
  border-radius: 0.5em;
  outline: none;
  padding: 1em;
  z-index: 1;
  background: none;
}

.form_label {
  position: absolute;
  left: 0.7em;
  top: 0.7em;
  padding: 0 0.25em;
  background-color: #fff;
  color: #80868b;
  font-size: 1em;
  transition: 0.4s;
}

.form_input:focus + .form_label {
  top: -0.5em;
  left: 0.8em;
  color: rgb(28, 164, 248);
  font-size: 0.8em;
  font-weight: 600;
  z-index: 5;
}

.form_input:not(:placeholder-shown).form_input:not(:focus) + .form_label {
  top: -0.5em;
  left: 0.8em;
  font-size: 0.8em;
  font-weight: 600;
  z-index: 5;
}

.form_input:focus {
  border: 0.1em solid rgb(28, 164, 248);
}

.iframeMap {
  padding-top: 30px;
  width: 100%;
  height: 400px;
}

.right {
  min-height: 350px;
  height: 100%;
}

.icon {
  width: 20px;
  margin-right: 5px;
}

.form-check-input:checked .form-check-label {
  color: blue !important;
}

.productBtn {
  transition: all 0.5s ease-in-out !important;
}

.newImg {
  width: 100px;
  height: 100px;
}

.newText {
  text-align: center;
}

.newList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-25%, 0%) !important;
}

.buyList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=main.css.map */