@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "montserrat";
  src: url("../webfonts/ArbFONTS-Montserrat-Arabic-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  line-height: 32px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-x: hidden;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

button,
a {
  color: #000;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  height: 300px;
}

:target {
  scroll-margin-top: 80px;
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  position: relative;
  z-index: 999;
}
header .header_bar {
  background: #f52020;
  height: 50px;
  width: 100%;
}
header .header_bar .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_bar .customer_services {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 576px) {
  header .header_bar .customer_services {
    display: none;
  }
}
header .header_bar .customer_services p,
header .header_bar .customer_services a {
  font-size: 14px;
  color: #ffffff;
}
header .header_bar .customer_services a {
  font-weight: 600;
}
header .header_bar .social_lang {
  gap: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  header .header_bar .social_lang {
    width: 100%;
    padding: 0 8px;
  }
}
header .header_bar .social_lang .nav_links {
  height: 100%;
  display: flex;
}
header .header_bar .social_lang .nav_links li {
  padding: 0 8px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_bar .social_lang .nav_links li a {
  line-height: 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
header .header_bar .social_lang .nav_links li:first-child {
  border-right: 1px solid #ffffff;
}
header .header_bar .social_lang .social {
  height: 100%;
}
header .header_bar .social_lang .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  height: 100%;
}
header .header_bar .social_lang .social ul a {
  color: #ffffff;
}
header .header_bar .social_lang .lang_btn {
  color: #ffffff;
  margin-right: 4px;
  font-size: 14px;
  line-height: 16px;
  border: none;
  background: none;
  outline: none;
  font-family: "montserrat", sans-serif;
}
@media (max-width: 576px) {
  header .header_bar .social_lang .lang_btn {
    margin-left: auto;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  height: 80px;
}
header nav .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
header nav .logo img {
  height: 50px;
}
header nav .navigation_links {
  height: 100%;
}
header nav .navigation_links .nav_links {
  display: flex;
  height: 100%;
}
header nav .navigation_links .nav_links li {
  padding: 0 8px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  header nav .navigation_links .nav_links li {
    justify-content: flex-start;
    padding: 0 16px;
  }
}
header nav .navigation_links .nav_links li a {
  text-align: start;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
header nav .navigation_links .nav_links li a.active {
  color: #f52020;
}
header nav .navigation_links .nav_links li a:hover {
  color: #f52020;
}
header nav .navigation_links .nav_links li a.appointment {
  background: #f52020;
  border-radius: 4px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 2px 8px;
}
header nav .navigation_links .nav_links li a.open-center {
  border: 1px solid #f52020;
  border-radius: 4px;
  text-transform: capitalize;
  color: #f52020;
  padding: 2px 8px;
}
@media (max-width: 992px) {
  header nav .navigation_links .nav_links li a.appointment, header nav .navigation_links .nav_links li a.open-center {
    display: none;
  }
}
header nav .navigation_links .nav_links li:last-child {
  padding-right: 0;
}
@media (max-width: 992px) {
  header nav .navigation_links {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 60%;
    background: #fff;
    left: -60%;
    padding: 40px 0;
    transition: all 0.3s ease-in-out;
  }
  header nav .navigation_links ul {
    flex-direction: column;
  }
  header nav .navigation_links ul li {
    max-height: 60px;
  }
  header nav .navigation_links.show {
    left: 0;
  }
}
header nav .search {
  display: none;
}
@media (max-width: 992px) {
  header nav .search {
    height: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
  }
}
header nav .search button {
  border: none;
  background: none;
  outline: none;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
header nav .search button:hover {
  color: #f52020;
}
header nav .search .toggler {
  display: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}
header nav .search .toggler span {
  width: 25px;
  height: 2px;
  background: #000000;
  display: block;
  transition: all 0.25s ease-in-out;
}
header nav .search .toggler span:nth-child(1) {
  width: 25px;
}
header nav .search .toggler span:nth-child(2) {
  width: 19px;
}
header nav .search .toggler span:nth-child(3) {
  width: 13px;
}
@media (max-width: 992px) {
  header nav .search .toggler {
    display: flex;
  }
}
header nav .search .toggler.close span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 15% 90%;
}
header nav .search .toggler.close span:nth-child(2) {
  opacity: 0;
}
header nav .search .toggler.close span:nth-child(3) {
  transform-origin: 10% 10%;
  transform: rotate(-45deg);
  width: 25px;
}
header nav .search .appointment {
  background: #f52020;
  border-radius: 4px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 2px 8px;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
header.sticky .header_bar {
  padding: 0;
  height: 0;
  overflow: hidden;
}

main {
  min-height: 440px;
}

.mainSlider {
  position: relative;
  height: calc(100vh - 130px);
}
.mainSlider .mainSliderContainer {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.mainSlider .mainSliderContainer .swiper-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 500px;
  isolation: isolate;
}
.mainSlider .mainSliderContainer .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0.5019607843));
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.mainSlider .mainSliderContainer .swiper-slide .info {
  width: 100%;
  padding: 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info {
    padding: 0 48px;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info h1 {
  text-align: center;
  font-size: 36px;
}
.mainSlider .mainSliderContainer .swiper-slide .info h4 {
  font-weight: 400;
  font-size: 18px;
}
.mainSlider .mainSliderContainer .swiper-slide .info a {
  color: #ffffff;
  margin-top: 16px;
  font-size: 14px;
}
.mainSlider .mainSliderContainer .swiper-slide .info a i {
  margin-left: 0;
}
.mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
  color: #ffffff;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .mainSlider .mainSliderContainer .swiper-slide .info .sliderTitle {
    font-size: 22px !important;
  }
}
.mainSlider .mainSliderContainer .swiper-slide .info .hint {
  color: #ffffff;
}
.mainSlider .swiper-slide-active .sliderTitle {
  animation: fadeInUp 1s 0.75s both;
}
.mainSlider .swiper-slide-active .hint {
  animation: fadeInUp 1s 0s both;
}
.mainSlider .swiper-slide-active a {
  animation: fadeInUp 1s 1.5s both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.mainSlider .swiperControl .swiper-pagination {
  position: absolute;
  bottom: 24px;
}
.mainSlider .swiperControl .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
}
.mainSlider .swiperControl .swiper-button-prev,
.mainSlider .swiperControl .swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  backdrop-filter: blur(4px) saturate(144%);
  -webkit-backdrop-filter: blur(4px) saturate(144%);
  background-color: rgba(17, 25, 40, 0.23);
}
.mainSlider .swiperControl .swiper-button-prev::after,
.mainSlider .swiperControl .swiper-button-next::after {
  font-size: 20px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mainSlider .swiperControl .swiper-button-prev {
  left: 20px;
}
.mainSlider .swiperControl .swiper-button-prev::after {
  font-size: 20px;
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mainSlider .swiperControl .swiper-button-next {
  right: 20px;
}

.authorizedCenters {
  padding: 100px 0;
  background: #eee;
}
.authorizedCenters a {
  color: #f52020;
}

.apply .apply_card {
  width: 100%;
  padding: 32px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: translateY(-50%);
  border-radius: 12px;
}
@media (max-width: 992px) {
  .apply .apply_card {
    flex-direction: column;
    gap: 12px;
  }
}
.apply .apply_card .img_description {
  display: flex;
  align-items: center;
  gap: 24px;
}
.apply .apply_card .img_description .img img {
  height: 80px;
}
.apply .apply_card .img_description .description h4 {
  color: #000000;
  font-weight: 600;
}
.apply .apply_card .img_description .description P {
  font-size: 14px;
}
@media (max-width: 992px) {
  .apply .apply_card .btn {
    align-self: flex-end;
  }
}
.apply .apply_card .btn button {
  border-radius: 8px;
  padding: 16px 32px;
  border: none;
  background: none;
  outline: none;
  background: #f52020;
  color: #ffffff;
}

footer {
  width: 100%;
  padding: 40px 16px;
  border-top: 1px solid #eee;
}
footer .about_company {
  display: flex;
  flex-direction: column;
  padding-right: 48px;
  gap: 24px;
}
footer .about_company a {
  display: flex;
  align-items: center;
}
footer .about_company a img {
  height: 80px;
}
footer .about_company p {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}
footer .footer_links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer_links h4 {
  font-size: 18px;
  color: #f52020;
}
footer .footer_links li {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
footer .footer_links li a {
  color: #000000;
  font-size: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
footer .footer_links li a:hover {
  color: #f52020;
}
footer .footer_links li i {
  margin-right: 6px;
  color: #000000;
  font-size: 18px;
}
footer .footer_links .social {
  display: flex;
  gap: 8px;
}
footer .footer_links .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f52020;
  color: #f52020;
}
footer .footer_links .social a i {
  margin: 0;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #ffffff;
}
footer #lastOne {
  padding-right: 48px;
}
@media (max-width: 768px) {
  footer #lastOne {
    padding-right: 0;
  }
}
footer .copy_pay {
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .copy_pay {
    flex-direction: column;
    gap: 16px;
  }
}
footer .copy_pay p {
  font-size: 12px;
  color: #000000;
  text-align: center;
  line-height: 24px;
}
footer .copy_pay p a {
  color: #f52020;
}

.page_header {
  width: 100%;
  height: 60px;
  background: #ffffff;
}
.page_header h6 {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.page_header h6 i {
  padding: 0 12px;
}
.page_header h6 a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.page_header h6 a:hover {
  color: #f52020;
}

.contact-us {
  padding: 40px 0 60px;
}
.contact-us form {
  padding: 48px 32px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 12px;
}
@media (max-width: 576px) {
  .contact-us form {
    padding: 32px 0;
  }
}
.contact-us form .form-group {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-us form .form-group {
    flex-direction: column;
    gap: 24px;
  }
}
.contact-us form .form-group .inputfield {
  width: 100%;
  padding: 0 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .contact-us form .form-group .inputfield {
    padding: 0 12px;
  }
}
.contact-us form .form-group .inputfield input,
.contact-us form .form-group .inputfield textarea,
.contact-us form .form-group .inputfield select {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #eee;
  height: 54px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.contact-us form .form-group .inputfield input:focus,
.contact-us form .form-group .inputfield textarea:focus,
.contact-us form .form-group .inputfield select:focus {
  border-color: #f52020;
}
.contact-us form .form-group .inputfield textarea {
  padding: 16px 12px;
  height: 130px;
}
.contact-us form button {
  border: none;
  background: none;
  outline: none;
  align-self: flex-end;
  margin-right: 12px;
  isolation: isolate;
  padding: 0 16px;
  font-size: 14px;
  width: 166px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.contact-us form button:hover {
  background: #f52020;
}
@media (max-width: 576px) {
  .contact-us form button {
    margin-left: 16px;
  }
}

.title_page {
  text-align: center;
  color: #000000;
  margin-top: 16px;
  position: relative;
  margin-bottom: 24px;
}
.title_page::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: #f52020;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}

.sub_title {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.accordion-button {
  text-align: inherit;
}

.accordion-button,
.accordion-body {
  padding: 16px 0 !important;
}

.accordion-button:not(.collapsed) {
  background: none !important;
}

.accordion-button::after {
  margin-left: auto !important;
  margin-right: initial;
}

.accordion-button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-item {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0 !important;
}
.accordion-item p {
  font-size: 14px;
}
.accordion-item:last-child {
  border-bottom: 0 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button {
  font-size: 14px !important;
  font-weight: 600;
}

.accordion-button::after {
  background-image: none !important;
  width: 14px;
  background: #000000;
  height: 1px;
  transform: none !important;
}

.accordion-button::before {
  background-image: none !important;
  width: 14px;
  content: "";
  margin-left: auto;
  background: #000000;
  height: 1px;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::before {
  transform: rotate(0deg);
}

.partners .partnersSlider {
  padding-top: 60px;
}
.partners .swiperControl {
  position: relative;
  padding-top: 60px;
}
.partners .swiperControl .swiper-pagination {
  justify-content: center;
}
.partners .swiperControl .swiper-pagination .swiper-pagination-bullet {
  background-color: #f52020;
}
.partners .logo {
  box-shadow: rgba(0, 0, 0, 0.061) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.partners .logo img {
  height: 140px;
}

.about {
  padding: 40px 0;
}
@media (max-width: 576px) {
  .about {
    padding-top: 0;
  }
}
.about .content {
  padding-top: 40px;
}
@media (max-width: 576px) {
  .about .content {
    padding-top: 30px;
  }
}
.about .content h2 {
  color: #000000;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 12px;
}
.about .content p {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
}
.about .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .about .circle {
    width: 230px;
    height: 230px;
    margin: 20px auto 30px;
  }
}
.about .circle span {
  height: 134px;
  z-index: -1;
  width: 120%;
  background: #ffffff;
  position: absolute;
}
.about .circle span:nth-child(1) {
  top: 0;
}
.about .circle span:nth-child(3) {
  bottom: 0;
}
.about .circle img {
  height: 30%;
}
@media (max-width: 576px) {
  .about .circle img {
    height: 40%;
  }
}

.marker span {
  color: #f52020;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
.marker p {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  font-family: "montserrat", sans-serif;
  line-height: 24px;
}
.marker a {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
.marker a:hover {
  color: #f52020;
}

.service_card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.service_card .img {
  width: 100%;
}
.service_card .img img {
  width: 100%;
}
.service_card .ser_content {
  display: flex;
  flex-direction: column;
  padding: 8px 32px 24px;
}
.service_card .ser_content a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.service_card .ser_content a .t,
.service_card .ser_content a .l,
.service_card .ser_content a .bb,
.service_card .ser_content a .bl {
  width: 30px;
  height: 15px;
  border-top: 2px solid #f52020;
  border-left: 2px solid #f52020;
  border-bottom: transparent;
  border-right: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}
.service_card .ser_content a .l {
  border-top: 2px solid #f52020;
  border-right: 2px solid #f52020;
  border-bottom: transparent;
  border-left: transparent;
  top: 0;
  left: initial;
  right: 0;
}
.service_card .ser_content a .bb {
  border-bottom: 2px solid #f52020;
  border-left: 2px solid #f52020;
  border-top: transparent;
  border-right: transparent;
  top: initial;
  bottom: 0;
  left: 0;
}
.service_card .ser_content a .bl {
  border-bottom: 2px solid #f52020;
  border-right: 2px solid #f52020;
  border-top: transparent;
  border-left: transparent;
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
}
.service_card .ser_content a:hover .t,
.service_card .ser_content a:hover .l,
.service_card .ser_content a:hover .bb,
.service_card .ser_content a:hover .bl {
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 6px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.262745098), rgba(0, 0, 0, 0.2352941176)), url("../images/video.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.video-wrapper .play-btn {
  width: 80px;
  height: 80px;
  background: #f52020;
  border-radius: 50%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.video-wrapper .play-btn i {
  font-size: 28px;
  color: #fff;
}

.waves {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #f52020;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.try-service {
  width: 100%;
  position: relative;
  isolation: isolate;
}
.try-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/showroom.jpg") no-repeat;
}
.try-service .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.try-service .img img {
  max-width: 100%;
}
.try-service .selection_nav {
  width: 100%;
  margin-top: 32px;
  min-height: 50px;
  border-radius: 300px;
  background: #f2f2f2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .try-service .selection_nav {
    border-radius: 12px;
  }
}
.try-service .selection_nav .dropdown {
  min-width: 150px;
  border-radius: 25px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .try-service .selection_nav .dropdown {
    border-radius: 12px;
  }
}
.try-service .selection_nav .dropdown ul li {
  text-align: left;
}
.try-service .selection_nav .dropdown.active, .try-service .selection_nav .dropdown:hover {
  background: #f52020;
}
.try-service .selection_nav .dropdown.active .account, .try-service .selection_nav .dropdown:hover .account {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */