@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Heebo:wght@100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Madimi+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Khojki&family=Ojuju:wght@200..800&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Exo 2", serif;
}

/* Loading CSS */
/*? Navbar Start */
.elansDisplay {
  display: none;
}

.addDisplay {
  display: none;
}

.container {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto;
}

.brand-model {
  font-size: 15px !important;
}

.plus_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plus_main2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.yeniElan {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  display: none;
}

.forget {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plus_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_navbar {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color: #ededed;
  padding: 3px 15px;
  z-index: 1000;
}

.dropdownButtons {
  position: absolute;
  top: -104px;
  right: 24px;
  width: 180px;
  height: 173px;
  border-radius: 0 0 10px 10px;
  background-color: #16a085;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer a:hover {
  color: #000;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.button-container-1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px;
  height: 29px;
  border: 0.5px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  padding: 0 5px;
  background-color: #128c7e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.button-container-1 a:hover {
  background-color: #075e54;
  color: #fff !important;
}

.button-container-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 29px;
  border: 0.5px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  padding: 0 5px;
  background-color: #128c7e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button-container-3 a:hover {
  background-color: #075e54;
  color: #fff !important;
}

.main_barmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.add_bar {
  display: none !important;
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.add_bar2 {
  display: none !important;
  width: 40px;
  height: 40px;
  border: 5px solid #16a085;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #16a085;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.dropdownButtons2 {
  padding-top: 10px;
  position: absolute;
  top: -205px;
  right: 0px;
  width: 100%;
  height: 185px;
  /* border-radius: 10px; */
  background-color: #159178;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 8;

  border-radius: 0px 0px 10px 10px;
}

.dropdownButtons3 {
  padding-top: 10px;
  position: fixed;
  right: -100%;
  bottom: 60px;
  width: 100%;
  height: 185px;
  /* border-radius: 10px; */
  background-color: #159178;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 8;

  border-radius: 0px 0px 10px 10px;
}

.dropdownButtons3Right {
  right: 0;
}

.opacity {
  -webkit-transform: translateY(174px);
  -ms-transform: translateY(174px);
  transform: translateY(174px);
}

.opacity2 {
  -webkit-transform: translateY(266px);
  -ms-transform: translateY(266px);
  transform: translateY(266px);
}

.forgetDiv {
  width: 300px;
  height: 250px;
  background-color: #128c7e;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  color: white;
}

.forgetDiv input {
  width: 90%;
  padding: 15px;
  border-radius: 10px;
}

.forgetDiv button {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
}

.resetDiv {
  width: 300px;
  height: 350px;
  background-color: #128c7e;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  color: white;
}

.resetDiv input {
  width: 90%;
  padding: 15px;
  border-radius: 10px;
}

.resetDiv button {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
}

.header {
  height: 70px;
  width: 100%;
  background-color: #16a085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.navbarLogo {
  width: 120px;
}

.navbarLogo img {
  width: 100%;
}

.navbarLogo p {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: white;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.navbarMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.navbarMenu .home_link {
  text-align: center;
  color: white;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbarMenu a:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  color: black;
}

.login,
.logout {
  height: 50px;
  border: none;
  border-radius: 10px;
  width: 120px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.logoutDisplay {
  display: none;
}

.add {
  height: 50px;
  border: none;
  border-radius: 10px;
  width: 120px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.elanBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 5px 0px 0px 0px;
}

@-webkit-keyframes example {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes example {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*! Navbar End */

/* ? Footer Start */
.container {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto;
}

.rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .navbarMenuDisplay {
} */

.navbarMenuDisplayBar {
  display: none;
  position: absolute;
  top: -428px;
  width: 100%;
  right: 0;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.navbarMenuDisplayBar2 {
  position: fixed;
  bottom: 60px;
  left: -100%;
  width: 100%;
  right: 0;
  z-index: 11;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  transition: left 0.5s, -webkit-transform 1s;
}

.navbar_footer_toggle {
  left: 0;
}

.social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  /* display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f4f4f4; */
}

/* kenn */

.icon-container {
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
  -webkit-box-shadow: 3px 3px 6px black;
  box-shadow: 3px 3px 6px black;
}

.icon-container svg {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 25px;
  fill: #007bff;
  -webkit-transition: fill 1s, -webkit-transform 1s;
  transition: fill 1s, -webkit-transform 1s;
  -o-transition: transform 1s, fill 1s;
  transition: transform 1s, fill 1s;
  transition: transform 1s, fill 1s, -webkit-transform 1s;
}

.icon-container .liquid {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: 0;
}

.instagram {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f58529),
    color-stop(#dd2a7b),
    color-stop(#8134af),
    to(#515bd4)
  );
  background: -o-linear-gradient(left, #f58529, #dd2a7b, #8134af, #515bd4);
  background: linear-gradient(to right, #f58529, #dd2a7b, #8134af, #515bd4);
}

.whatsapp {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#128c7e),
    to(#25d366)
  );
  background: -o-linear-gradient(left, #128c7e, #25d366);
  background: linear-gradient(to right, #128c7e, #25d366);
}

.facebook {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1877f2),
    to(#3b5998)
  );
  background: -o-linear-gradient(left, #1877f2, #3b5998);
  background: linear-gradient(to right, #1877f2, #3b5998);
}

.tiktok {
  background: black;
}

/*  end krenan */

.icon-container:hover .liquid {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.icon-container:hover svg {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  fill: #fff;
}

.barmenu {
  display: none;
  z-index: 30;
}

.toggleTransform {
  -webkit-transform: translateY(489px);
  -ms-transform: translateY(489px);
  transform: translateY(489px);
}

.footer_house2 {
  font-size: 30px;
  color: #16a085;
}

.yeniElan2 {
  font-size: 11px;
  color: #16a085;
  font-weight: 500;
  display: none;
}

.footer_house3 {
  font-size: 30px;
  color: #16a085;
}

.yeniElan3 {
  font-size: 11px;
  color: #16a085;
  font-weight: 500;
  display: none;
}

.footer_house4 {
  font-size: 30px;
  color: #16a085;
}

.yeniElan4 {
  font-size: 11px;
  color: #16a085;
  font-weight: 500;
  display: none;
}

.rel {
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbarMenuBar {
  position: relative;
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: #159178;
  border-radius: 0 0 10px 10px;
}

.aclass {
  color: white;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.aclass:hover {
  color: black;
}

.navbarMenuBar .elans .elanBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer {
  height: auto;
  width: 100%;
  background-color: #16a085;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  z-index: 150;
}

.footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

.contact {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.contact p {
  color: #fff;
}

.email,
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: white;
}

.conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.conditions p {
  color: white;
}

.footerLogo {
  font-size: 50px;
  font-weight: bold;
  color: white;
  font-style: italic;
  -webkit-animation-name: footerAnimation;
  animation-name: footerAnimation;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sosials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footerExtra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footerExtra a {
  color: white;
  font-size: 16px;
}

.sosials a {
  color: white;
  font-size: 25px;
  cursor: pointer;
}

.end {
  width: 100%;
  height: auto;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes footerAnimation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes footerAnimation {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/* ! Footer End */

.message_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  padding: 20px 0px;
  width: 80%;
  height: auto;
  text-align: center;
}

.alert_success {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  background-color: chartreuse;
  border-radius: 2px;
  color: #000;
}

.alert_error {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  background-color: rgb(170, 0, 0);
  border-radius: 3px;
  color: #fff;
}

.alert_info {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  background-color: rgb(227, 240, 117);
  border-radius: 10px;
  color: #000;
  font-weight: 600;
}

.alert {
  text-align: center;
  padding: 15px 0;
  /* color: rgba(3, 2, 2, 0.89); */
}

hr {
  border: none !important;
  margin: 5px 0;
  width: 100% !important;
  height: 2px !important;
  background-color: #16a085;
}

/*  Aktiv ve Yoxlanilir */
.active_status {
  background-color: chartreuse;
}

.deactive_status {
  background-color: rgba(216, 53, 53, 0.938);
}

/* input{
  background-color: #ededed !important;
} */

/*  Form Xeta mesajlari */
.form_error_message {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 13px;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
}

.contact_phonef {
  color: white;
}

/* Pagination */
.pagination {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Pagination */
.pagination {
  text-align: center;
  padding: 10px 0px;
  background-color: #128c7e;
  color: #e9e6e6;
  border-radius: 10px;
}

.pagination .step-links > * {
  margin: 0px 5px;
}

.current-page {
  border: 0.5px solid #fff;
  border-radius: 5px;
  padding: 5px 7px;
  margin-top: 400px;
}

.pagination .step-links a {
  color: #e9e6e6;
  /* border: 0.5px solid #fff; */
  display: inline-block;
  /* width: 70px; */
  /* height: 25px; */
  padding: 5px 7px;
  /* border-radius: 5px; */
  cursor: pointer;
}

#emailtext {
  color: #fff;
}

.pagination .step-links a {
  color: #e9e6e6;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 5px;
  margin: 5px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bar1f,
.bar2f,
.bar3f {
  width: 40px;
  height: 5px;
  margin: 5px;
  border-radius: 10px;
  background-color: #16a085;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bar1animation {
  -webkit-transform: rotate(40deg) translateY(13px);
  -ms-transform: rotate(40deg) translateY(13px);
  transform: rotate(40deg) translateY(13px);
}

.bar2animation {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.bar3animation {
  -webkit-transform: rotate(-40deg) translateY(-13px);
  -ms-transform: rotate(-40deg) translateY(-13px);
  transform: rotate(-40deg) translateY(-13px);
}

.barmenu {
  display: none;
  z-index: 2;
}

.active_footer {
  color: rgb(5, 71, 57) !important;
}

.move {
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}

@media (max-width: 800px) {
}

/* Əsgər yazan */
a.contact_phone {
  color: #000000;
}

.slider-containerAdvertP3 {
  position: fixed;
  top: 190px;
  overflow: hidden;
  width: calc((100% - 920px) / 2);
  height: 67vh;
}

.left-slideAdvertP3 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.left-slideAdvertP3 > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.left-slideAdvertP3 h1 {
  width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.slider-containerAdvertP {
  position: fixed;
  right: 0;
  top: 190px;
  overflow: hidden;
  width: calc((100% - 920px) / 2);
  height: 67vh;
}

.left-slideAdvertP {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.left-slideAdvertP > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.left-slideAdvertP h1 {
  width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.slide-containeru {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  /* display: none; */
}
.advert3,
.advert4 {
  display: none;
}
.slideshow-containeru {
  width: 100%;
  max-height: 670px;
  overflow: hidden;
}

.slideshow-containeru img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.slide-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.slideshow-container {
  width: 100%;
  max-height: 670px;
  overflow: hidden;
}

.slideshow-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Reklam Slide CSS */
.left_right_rek_slide {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reklam_slide_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
