a.theme-btn-s2:hover h1 {
  color: #d90009 !important;
}
.align-center,
.navbar ul {
  align-items: center;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
#about,
#testimonials {
  padding-bottom: 0;
}
.navbar ul,
.point,
ul {
  list-style: none;
}
.article__content,
.dropbtn,
.main-points,
.row__news,
.searh-button,
.span6 {
  cursor: pointer;
}
#about,
#franchise-test_hero,
#hero,
#hero2,
#hero_f,
.dropdown-content,
.event .desc,
.event__articles-col,
.hero-slider .swiper-slide,
.image__news,
.navbar-mobile,
.row-brand,
.show-more-height,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
:root {
  --dark: #2e2e8f;
  --primary: #d90009;
  --white: white;
  --black: #1d1d1d;
  --light: #f4f6f8;
  --grey: #ebebeb;
  --light-grey: #cccccc;
  --dGery: #494949;
  --dGery2: #333333;
  --secondary: #ff8083;
  --opacityBackDark: #00000066;
  --opacityBackRed: #cc242f70;
  --lightwhite: #d5d5d5;
  --backgrey: #e3e3e2;
  --font-p: "enText-reg";
  --font-p2: "enText-med";
  --font-semip: "enText-semiBold";
  --boldf: "enText-bold";
  --fontTitle: "enTitle";
  --fontTitleBold: "enTitle-bold";
  --bigTitles: 2.3vw;
  --titles: 1.7vw;
  --num: 30px;
  --sub-titles: 25px;
  --para: 19px;
  --para2: 25px;
  --sm2: 17px;
  --sm: 12px;
}
@font-face {
  font-family: enText-bold;
  src: local("☺"), url("../fonts/text/MONTSERRAT-BOLD.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: enText-reg;
  src: local("☺"),
    url("../fonts/text/MONTSERRAT-REGULAR.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: enText-med;
  src: local("☺"), url("../fonts/text/MONTSERRAT-MEDIUM.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: enText-semiBold;
  src: local("☺"),
    url("../fonts/text/MONTSERRAT-SEMIBOLD.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: enTitle;
  src: local("☺"),
    url("../fonts/title/LITERATA_24PT-BOLD.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: enTitle-bold;
  src: local("☺"),
    url("../fonts/title/LITERATA_24PT-BOLD.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: var(--font-p), sans-serif !important;
  color: #444;
  overflow-x: hidden;
  position: relative;
}
.btn-get:hover,
a {
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-p), sans-serif;
  line-height: 1.8;
}
a {
  color: #444;
  text-decoration: none !important;
  font-weight: bold;
}
ul {
  padding: 0;
  margin: 0;
}
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: var(--primary);
}
img {
  border: none;
}
.big-t {
  font-size: var(--bigTitles);
}
.h-1 {
  margin-bottom: 25px;
}
.h1,
.main-t,
h1 {
  font-size: var(--titles);
}
.md-t {
  font-size: var(--num);
}
.p,
p {
  font-size: var(--para);
  line-height: 1.8;
}
.p2 {
  font-size: var(--para2);
}
.h2,
.t-sub,
h2 {
  font-size: var(--sub-titles);
}
.xs-t {
  font-size: var(--sm);
}
.btn-get,
.sm {
  font-size: var(--sm2);
}
.w-300 {
  font-weight: 300;
}
.bold {
  font-weight: bolder;
}
.f-bold {
  font-family: var(--boldf);
}
.diff-f {
  font-family: var(--fontTitle);
}
.diff-fbold {
  font-family: var(--fontTitleBold);
  font-weight: 900;
}
.up {
  text-transform: uppercase;
}
.med-font {
  font-family: var(--font-p2);
}
.z-index {
  z-index: 1;
}
.semi-f {
  font-family: var(--font-semip);
}
section {
  padding: 60px 0;
}
.navbar-mobile .dropdown > .dropdown-active,
.only-desk,
.own_row.show-all .col-lg-4:nth-child(n + 4) {
  display: block;
}
.only-mob {
  display: none;
}
.btn-get,
.btn-get-big {
  font-family: var(--boldf);
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}
.section-bg {
  background-color: #f7f8fa;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.italic {
  font-style: italic;
}
.link {
  border-bottom: 1px solid var(--secondary);
  padding: 3px 0;
  transition: 0.5s;
}
.btn-get,
.btn-get-big:hover,
.btn-get:hover {
  transition: 0.5s;
  border: 1px solid var(--primary);
}
.link:hover {
  background-color: var(--secondary);
  transition: 0.5s;
}
.btn-get {
  padding: 12px 15px;
  color: var(--primary);
}
.btn-get-big:hover,
.btn-get:hover {
  color: var(--white);
  background-color: var(--primary);
}
.btn-get-big {
  font-size: var(--para2);
  padding: 5px 15px;
  transition: 0.5s;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.button-red,
.button-red:hover {
  font-family: var(--boldf);
  font-size: var(--sm2);
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 15px;
  transition: 0.5s;
  border: 1px solid var(--primary);
  font-weight: 500;
}
.button-red {
  color: var(--white);
  background-color: var(--primary);
}
.button-red:hover {
  color: var(--primary);
  background-color: unset;
}
.basic-join,
.basic-join:hover {
  color: var(--dGery);
  transition: 0.3s;
}
.text-end {
  text-align: end;
}
.basic-join {
  padding: 2px 0;
  line-height: 2.5em;
  border-bottom: 2px solid var(--secondary);
}
.basic-join:hover {
  border-bottom: unset;
  background-color: var(--secondary);
}
.breadcrump-pages {
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
#hero,
.navbar li,
.select-location {
  position: relative;
}
.row__bread {
  display: flex;
  justify-content: flex-start;
}
.mlr-2 {
  margin: 0 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar li:hover > a,
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
.red,
.theme-btn-s2:hover .text {
  color: var(--primary);
}
.mobile-nav-toggle.bi-x,
.white {
  color: var(--white);
}
.black {
  color: var(--black);
}
.dgrey {
  color: var(--dGery);
}
.dgrey2 {
  color: var(--dGery2);
}
.lwhite {
  color: var(--lightwhite);
}
.light-back {
  background-color: var(--white);
}
.grey-back {
  background-color: var(--backgrey);
  padding: 25px 0;
}
#header {
  transition: 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: linear-gradient(#fff, #fff, #fff);
}
#header.header-transparent {
  background: linear-gradient(#fff, #ffffffa1, #ffffff6e);
}
#header.header-scrolled {
  background: linear-gradient(#fff, #fff, #fff);
  padding: 15px 0;
  border-bottom: 1px solid #00000029;
}
#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 60px;
}
.main-point-menu .nav-link,
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 43px;
  color: var(--dGery2);
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar li:before,
.navbar li:hover:before {
  top: 44px;
  left: 41px;
  height: 2px;
  border-radius: 2px;
  background: var(--primary);
  transition: 0.5s ease-in-out;
  position: absolute;
  content: "";
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar li:before {
  width: 0%;
}
.navbar li:hover:before {
  width: 70%;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #414c64;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: var(--black);
  font-size: 35px;
  font-weight: bolder;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--black);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 10px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #414c64;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
  background: #fff;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ffc107;
}
#hero {
  width: 100%;
  height: 82vh;
}
.home-banner {
  background: var(--white);
}
#hero .desc {
  width: 90%;
}
.planet {
  position: absolute;
  top: -60px;
  width: 50%;
  right: 0;
  opacity: 0.3;
}
#hero .container {
  padding-top: 72px;
}
#hero h1,
#hero2 h1 {
  margin: 0 0 10px;
}
#hero h2,
.d-contact-b,
.item_card_franshise .info-sec .title,
.mb-50 {
  margin-bottom: 50px;
}
#hero .animated {
  animation: 2s ease-in-out infinite alternate-reverse both up-down;
}
.counts {
  padding: 20px 0;
}
.count_col {
  text-align: center;
  line-height: 2em;
  position: relative;
  margin-bottom: 30px;
}
.right-border::before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 1px;
  height: calc(100% - 16px);
  width: 2.3px;
  opacity: 0.8;
  background-color: var(--dGery);
  z-index: 0;
}
.cta {
  background: linear-gradient(rgb(21 23 27 / 12%), rgb(2 2 2 / 0%)) 0 0 / cover,
    url(../../img/1.webp) center center/cover;
  padding: 22% 0;
}
#cta .play {
  width: 100%;
  max-width: 130px;
  opacity: 0.6;
}
.event__row,
.news__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.details__col,
.event__col,
.footer-details__col {
  flex: 0 0 50%;
}
.event__articles-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 50px 0;
}
.event__articles-col {
  flex: 0 0 33%;
  padding-right: 50px;
}
.article__content {
  position: relative;
  transform: scale(1);
  transition: 0.3s;
}
.article__content .image {
  overflow: hidden;
  padding-bottom: 134%;
  position: relative;
  height: 0;
  margin-bottom: 16px;
}
.article__content .image .image__content {
  max-height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__content .image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.article__content .article-info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(247, 247, 255, 0) 0,
    rgba(94, 94, 98, 0.4346988796) 35%,
    #000 100%
  );
  right: 0;
  padding: 5%;
  left: 0;
  opacity: 1;
}
.article__content .article-info h4 {
  margin: 0;
}
.article__content:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}
.event .desc {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  height: 52px;
}
.event {
  padding-bottom: 35px;
}
.event .info-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event .bx {
  color: var(--primary);
  font-size: 24px;
  padding-right: 6px;
}
.event .loc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.desc-opinion {
  width: 80%;
}
.location {
  background: url("../../img/5.webp") 80% 50% / cover fixed;
  padding: 31px 0;
}
.span6 {
  border: 1px solid var(--grey);
  border-radius: 0;
  font-size: 20px;
  height: 55px;
  width: 33%;
  padding: 0 20px;
  background-color: var(--grey);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  color: var(--dGery2);
}
img.arrow-img {
  position: absolute;
  right: 36%;
  top: 1.5rem;
  width: 20px;
  z-index: 0;
}
select::-ms-expand {
  display: none;
}
.location .extra-para {
  text-align: center;
  margin: 30px 0;
}
.testimonial-info {
  height: 100%;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 25px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  height: 100%;
  display: flex;
  background: #ddd;
  padding: 40px 50px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial_f-item .testimonial-img,
.testimonials .testimonial-item .testimonial-img {
  width: 75px;
  border-radius: 50%;
  margin: 10px 0;
  position: relative;
  z-index: 2;
  border: 1px solid #ddd;
  object-fit: cover;
}
.testimonials .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}
.footer-social,
.pages {
  align-items: center;
  display: flex;
}
.item_card_about,
.testimonial-title {
  margin-bottom: 30px;
}
.testimonials .swiper-pagination {
  margin-top: 109px;
  position: relative;
}
.franchise-uae-slider .swiper-pagination .swiper-pagination-bullet,
.locations-details-slider .swiper-pagination .swiper-pagination-bullet,
.locations-slider .swiper-pagination .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  opacity: 1;
  border: 1px solid #ddd;
}
.pagination.pg-blue .page-item.active .page-link1:hover,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.testimonials .desc {
  line-height: 1.5em;
  width: 95%;
  margin: 5px auto;
}
#about {
  padding-top: 0;
}
.image-about {
  background-size: cover;
  padding-bottom: 100%;
}
.help,
.help1 {
  padding: 55px 0;
}
.image-about-right {
  margin-right: -7rem;
  margin-left: -0.5rem;
}
.image-about-left {
  margin-left: -7rem;
  margin-right: -1.1rem;
}
.ar-row .about-desc {
  width: 100%;
  margin: 0 10%;
}
.about-desc p {
  line-height: 1.8;
  margin-top: 18px;
}
.help {
  background: url("../../img/8.webp") 91% 61% / cover fixed;
}
.help1 {
  background: url(../../img/5.webp) 50% 50%/100% 100% fixed;
}
.help-content {
  padding: 3% 0;
}
#newsletter .footer-newsletter form {
  background: #fff;
  width: 88%;
  padding: 12px 10px;
  position: relative;
  text-align: left;
  border: 2px solid #49494980;
}
#newsletter .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: 100%;
}
#newsletter .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -171px;
  bottom: -1px;
  border-radius: unset;
  border: 0;
  padding: 0 49px;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#newsletter .footer-newsletter form input[type="submit"]:hover,
.newsletter-brands form input[type="submit"]:hover {
  box-shadow: 8px 1px 24px rgb(235 8 8 / 66%);
  transition: 0.3s;
}
.top-footer {
  margin: 30px 0;
}
.pages {
  justify-content: flex-end;
}
.page-link1 {
  padding-left: 3%;
}
.page-link1:hover {
  color: var(--primary) !important;
}
.footer-social {
  justify-content: flex-end;
  margin: 20px 0;
}
.social-col {
  padding-left: 1%;
}
.social-col svg {
  fill: var(--dGery);
  transition: 0.3s;
}
.brands-social .social-col:hover svg,
.social-col:hover svg {
  fill: var(--primary);
  transition: 0.3s;
}
.bottom-footer {
  border-top: 2px solid #49494980;
  padding: 1% 0;
}
.event-banner {
  background: linear-gradient(rgb(21 23 27 / 52%), rgb(2 2 2 / 22%)) 50% 0 /
      cover no-repeat,
    url(../../img/event-banner.webp) 50% 0 / cover no-repeat;
}
#hero2,
#hero_f {
  width: 100%;
  height: 100vh;
  position: relative;
}
#hero2 .container,
#hero_f .container {
  padding-top: 100px;
}
.event-banner .desc {
  width: 100%;
}
.logo-brands-title {
  max-width: 275px;
  width: 100%;
  object-fit: cover;
}
.event-header-page,
.news-header-page {
  margin: 45px 0;
}
#hero3,
#register {
  margin-top: 144px;
}
.brands-banner .desc {
  width: 100%;
  text-align: justify;
}
.brands-logo_col {
  margin: 0 auto;
  width: 60%;
  height: 100%;
  padding: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  position: relative;
  border-radius: 50%;
}
.brands-logo_col:hover {
  box-shadow: 0 -2px 40px rgba(0, 0, 0, 0.25), 0 3px 10px rgba(0, 0, 0, 0.22);
  transition: 0.3s ease-in-out;
}
.image--cover {
  max-width: 500px;
  width: 100%;
  padding: 7%;
  object-fit: cover;
  display: block;
  position: absolute;
}
.image--cover-big {
  width: 62% !important;
}
.image--cover-big2,
.image--cover-big3,
.image--cover-big4 {
  width: 62% !important;
}
.brand-col {
  margin-top: 45px !important;
}
.row-brand {
  margin: 0 -124px;
}
.top-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.searh-button {
  background: unset;
  border: none;
}
.right-border-d::before,
.whitBack,
.whitBack2 {
  background-color: var(--white);
}
.model-search .modal-dialog {
  margin-top: 15%;
}
.search-form {
  margin: 0 auto;
  width: 91%;
}
button.searchButton {
  background: var(--primary);
  border: 0;
  width: 70px;
}
button.searchButton svg {
  width: 30px;
  fill: white;
  color: #fff;
}
a.sm-t.dgrey.col-top {
  margin-left: 12px;
}
.form-control:focus {
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}
.pagination {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.pagination.pagination-circle .page-item .page-link1:hover,
.pagination.pagination-circle .page-item.active .page-link1 {
  border-radius: 50%;
}
.pagination .page-item .page-link1:hover {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 0.125rem;
  background-color: #eee;
  padding: 10px 18px;
}
.pagination .page-item.active .page-link1 {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 0.125rem;
  background-color: var(--primary);
  color: #fff;
  padding: 10px 18px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.pagination .page-item .page-link1 {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  color: #999;
  font-weight: 700;
  padding: 10px 18px;
}
.pagination.pagination-circle .page-item .page-link1 {
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 50%;
}
.page-link1 {
  border: none !important;
}
.brand-details-banner {
  background-image: url(../../img/brands-details-banner.webp);
  background-size: 100% 113%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#details-page {
  padding-top: 10px !important;
}
.email-footer {
  margin-bottom: 60px !important;
}
.top-content {
  margin-top: -244px !important;
}
.newsletter-brands form {
  background: #fff0;
  width: 44%;
  padding: 6px 10px;
  position: relative;
  margin: 22px 0;
  text-align: left;
  border: 1px solid var(--backgrey);
}
.newsletter-brands form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: 100%;
  background-color: #fff0;
  color: var(--white);
}
.newsletter-brands form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -175px;
  bottom: -1px;
  border: 0;
  padding: 0 49px;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
input:focus-visible {
  outline-offset: 0px;
  outline: rgba(0, 0, 0, 0.3);
}
.show-more-height {
  height: 65px;
  display: inline-block;
}
.logo-details-title {
  max-width: 255px !important;
  width: 100%;
}
.details__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0;
}
.d-footer-b,
.info-brand {
  margin: 20px 0;
}
.info-brand {
  width: 73%;
}
#footer-brands__details {
  background: linear-gradient(rgb(21 23 27 / 12%), rgb(2 2 2 / 0%)) 0 0 / cover,
    url(../../img/back-brand.webp) center center/cover;
  padding: 2% 0;
}
#franchise-test_hero,
.franchise-banner,
.greyBack,
.hero-slider .slide-inner,
.whitBack,
.whitBack2 {
  background-repeat: no-repeat;
}
.contack-lo__row,
.footer-details__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.brands-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
.brands-social .social-col {
  padding-right: 1%;
  padding-left: unset;
}
.brands-social .social-col svg {
  fill: var(--white);
  transition: 0.3s;
}
.franchise-banner {
  background-image: url(../../img/map.webp);
  background-size: 100% 88%;
  background-position: 50% 8rem;
}
#hero_f h1 {
  margin: 0 0 22px;
}
.franchise-banner .desc {
  width: 74%;
}
#franchise-test_hero {
  width: 100%;
  height: 80vh;
  position: relative;
  background-image: url(../../img/city.webp);
  background-size: cover;
  background-position: 50%;
}
.testimonial_f-info {
  height: 100%;
  width: 95%;
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  align-items: center;
}
.testimonial_f-item {
  box-sizing: content-box;
  max-height: 400px;
  height: 100%;
  display: flex;
  padding: 0;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial_f-info .desc {
  margin-left: 20px;
}
.point li::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.875rem;
  height: 0.45rem;
  width: 0.55rem;
  margin-right: 0.5rem;
  background-color: var(--primary);
}
.point li {
  text-indent: 0.05em;
}
.whitBack {
  background-image: url(../../img/17.webp);
  background-size: 60%;
  background-position: 100% 100%;
}
.whitBack2 {
  background-image: url(../../img/14.webp);
  background-size: 55%;
  background-position: 0 100%;
}
.greyBack {
  background-image: url(../../img/12.webp);
  background-size: cover;
  background-position: 99% 50%;
}
.item_card_franshise .logo_sec img {
  width: 100%;
  max-width: 80px;
  margin-bottom: 20px;
}
.info_dec_fr {
  text-align: start;
  width: 100%;
  margin-top: 70px;
}
#slideout {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 2;
  transition: 0.5s;
}
#slideout.active {
  top: 45%;
  z-index: 2;
  transition: 0.5s;
}
.main-points {
  border-radius: unset;
  border: 0;
  padding: 24px;
  background: var(--primary);
  color: var(--white);
  transition: 0.3s;
  box-shadow: 0 2px 15px rgb(0 0 0 / 52%);
  position: relative;
  width: 100%;
  margin: 0;
}
#sticky-button.active .main-point-menu {
  display: block;
  transition: 0.3s;
}
.main-point-menu {
  display: none;
  transition: 0.3s;
  background: var(--backgrey);
  padding: 1% 0;
}
.main-point-menu li {
  padding: 5px 22px;
  border-bottom: 1px solid var(--dGery2);
}
.main-point-menu .nav-link:hover {
  color: var(--primary);
  transition: 0.3s;
}
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary);
}
.hero-slider {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-position: 50% 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  z-index: 1;
  position: inherit;
}
.hero-slider .slide-inner:after {
  content: "";
  background-color: #c17f6d29;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.hero-style {
  height: 100vh;
  transition: 0.4s;
}
.row__news,
.row__news:hover {
  transition: 0.3s;
  transform: scale(1);
}
.hero-slider .swiper {
  width: 100%;
}
.franchise-uae-slider .swiper-pagination .swiper-pagination-bullet-active,
.locations-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.locations-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.icon-own {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.own-img {
  max-width: 90px;
  width: 100%;
  max-height: 100px;
  height: 100%;
  margin-bottom: 25px;
}
.own_row {
  justify-content: center;
  text-align: center;
}
.own_row .col-lg-4:nth-child(n + 4),
.submenu-rel {
  display: none;
}
.intrest-cont {
  width: 66%;
  margin: 0 auto;
}
.main-form-info .error-message br + br,
.my-22 {
  margin-top: 25px;
}
.contact-lo {
  background: linear-gradient(rgb(21 23 27 / 12%), rgb(2 2 2 / 0%)) 0 0 / cover,
    url(../../img/back-brand.webp) center center/cover;
  padding: 3% 0;
}
.contack-lo__col-1 {
  flex: 0 0 70%;
}
.contack-lo__col-2 {
  flex: 0 0 30%;
}
img.icon-arrow2 {
  width: 45px;
}
.flex-sub {
  display: flex;
  align-items: flex-start;
}
.map-w {
  width: 56%;
  margin: 0 8px;
}
.contack-lo-title {
  margin-bottom: 60px;
}
.leader__img .img-leader {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px 0;
  position: relative;
  z-index: 2;
  border: 1px solid #ddd;
  object-fit: cover;
}
.leader-title {
  padding-bottom: 30px;
}
.leader__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 11%;
}
.leader__names {
  margin: 20px auto;
}
.leader__desc {
  text-align: left;
  line-height: 1.5em;
}
.borderr {
  border: 1px solid #0000009c;
}
.fran-map {
  margin-top: 70px;
}
.logo-franchise {
  display: flex;
  width: 100%;
}
.counts-d {
  background: url(../../img/5.webp) 100% 87% / cover fixed;
  padding: 6% 0;
}
.count_col-d {
  text-align: center;
  line-height: 2em;
  position: relative;
}
.right-border-d::before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 1px;
  height: calc(100% - 16px);
  width: 2.3px;
  opacity: 0.8;
  z-index: 0;
}
.image__news {
  position: relative;
  padding-bottom: 55%;
}
.img-news {
  position: absolute;
  object-fit: cover;
  width: 100%;
}
.row__news {
  align-items: center;
}
.row__news:hover {
  box-shadow: 1px 1px 17px 14px rgb(33 33 33 / 9%);
  padding: 1%;
}
.register .info,
.register .main-form-info {
  border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  padding: 30px;
  background: #fff;
}
.m-border {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 50px auto;
}
.news__col1 {
  flex: 0 0 55%;
}
.news__col2 {
  flex: 0 0 45%;
}
.p-l2 {
  padding-left: 12px;
}
.news-content {
  width: 90%;
  margin: 0 auto;
}
.item_card_franshise-uae .info_dec_fr {
  margin: 50px 0;
}
.value__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.value_icon {
  width: 80px;
  object-fit: cover;
}
.value_info {
  text-align: center;
  margin: 20px 0;
}
.value-desc {
  width: 100%;
  margin: 20px auto;
}
.row_values {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.value__col {
  flex: 0 0 45%;
  margin-bottom: 30px;
}
.info_dec_fr2 {
  margin-top: 25px;
  margin-bottom: 50px;
}
.register .info {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.register .main-form-info {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.main-form-info .form-group,
.register .main-form-info label {
  padding-bottom: 8px;
}
.main-form-info .validate {
  display: none;
  color: red;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 13px;
}
.main-form-info .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.main-form-info .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.main-form-info .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.main-form-info .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--dark);
  border-top-color: #eee;
  animation: 1s linear infinite animate-loading;
}
.main-form-info .form-group {
  margin-bottom: 5px;
}
.main-form-info input,
.main-form-info textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.main-form-info input:focus,
.main-form-info textarea:focus {
  border-color: var(--dark);
}
.main-form-info input,
.main-form-info select {
  height: 44px;
}
.main-form-info textarea {
  padding: 10px 12px;
}
.simple-reg-terms {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.agree {
  margin: 10px;
}
.cotact-us {
  background: url(../../img/5.webp) 80% 50% / cover fixed;
  padding: 192px 0 35px 0;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.item_card_about .title,
.table-striped {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #hero3,
  #register {
    margin-top: 55px;
  }
  .brands-logo_col {
    margin: 0 auto;
    width: 44%;
    height: 100%;
    padding: 23%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .brand-col {
    margin-top: 19px !important;
  }
  #cta .play,
  #hero .desc,
  .details-brands .row.counters,
  .event-banner .desc,
  .planet,
  .testimonial-info {
    width: 100%;
  }
  :root {
 --bigTitles: 34px;
        --titles: 31px;
    --num: 20px;
    --sub-titles: 21px;
    --para:18px;
    --para2: 15px;
    --sm2: 13px;
    --sm: 10px;
  }
  .info-location .p 
 {
    font-size: 12px;
}
   .pages .p {
    font-size: 14px;
}
  section {
    padding: 30px 0;
    position: relative;
  }
  #header .logo img,
  .f-image {
    max-height: 40px;
    object-fit: contain;
  }
  #hero2,
  #hero_f {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
  }
  .event .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 53px;
    margin-bottom: 0;
    font-size: 12px!important;
    
   }
   .desc-opinion {
    width: 90%
   }
  .container {
    padding: 0 5%;
  }
  .only-desk,
  .right-border-d::before,
  .right-border::before {
    display: none;
  }
  .only-mob {
    display: block;
  }
  .event-header-page {
    margin: 25px 0;
  }
  .event__articles-row {
    margin: 0 0 25px;
  }
  .image-about-left,
  .image-about-right {
    margin-right: 0;
    margin-left: 0;
  }
  #hero {
    height: 70vh;
    overflow: hidden;
  }
  img.arrow-img {
    position: absolute;
    right: 80px;
    top: 15px;
    width: 20px;
    z-index: 0;
  }
  .page-link {
    padding-left: 2%;
  }
  .planet {
    position: absolute;
    top: 120px;
    right: -160px;
    opacity: 1;
    animation: unset;
  }
  .brand-details-banner {
    background-image: url(../../img/brands-details-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 16% 50%;
  }
  #cta .play {
    max-width: 100px;
    opacity: 0.6;
  }
  .mob-rev {
    flex-direction: column-reverse;
    align-items: center;
  }
  .contack-lo__col-1,
  .contack-lo__col-2,
  .details__col,
  .event__col,
  .footer-details__col,
  .news__col1,
  .news__col2,
  .value__col {
    flex: 0 0 100%;
  }
  .event__articles-col {
    flex: 0 0 48%;
    padding-right: 8px;
    padding-top: 30px;
  }
  .article__content .image {
    margin-bottom: 11px;
    padding-bottom: 140%;
  }
  .location {
    background-attachment: scroll;
  }
  #newsletter .footer-newsletter form {
    margin-top: 0;
    width: 60%;
    padding: 10px;
  }
  .image-about {
    background-size: cover;
    padding-bottom: 80%;
    margin-bottom: 0;
  }
  .ar-row .about-desc {
    width: 100%;
    margin: 20px auto 50px;
  }
  .about-desc {
    width: 100%;
    margin: 20px auto 50px;
  }
  #newsletter .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -140px;
    bottom: -1px;
    padding: 0 40px;
  }
  .location-btn-container {
    padding: 9% 0;
  }
  .span6 {
    border: 1px solid var(--grey);
    border-radius: 0;
    font-size: 16px;
    height: 39px;
    width: 67%;
    padding: 0 20px;
    background-color: var(--grey);
  }
  .location .extra-para {
    text-align: center;
    margin: 23px 0 0;
  }
  .testimonials .swiper-pagination {
    margin-top: 109px;
    position: relative;
  }
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .pages {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-img {
    text-align: center;
    width: 72%;
    margin: 16px auto;
  }
  .info-brand {
    margin: 20px 0;
    width: 100%;
  }
  .brands-social {
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .navbar li:hover:before {
    content: "";
    position: absolute;
    top: 44px;
    width: 0%;
    left: 41px;
    height: 2px;
    border-radius: 2px;
    background: var(--primary);
    transition: 0.5s ease-in-out;
  }
  #footer-brands__details {
    padding: 6% 0;
  }
  .newsletter-brands form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -153px;
    bottom: -1px;
    border: 0;
    padding: 0 49px;
    background: var(--primary);
    color: #fff;
    transition: 0.3s;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  .franchise-banner {
    background-image: url(../../img/map.webp);
    background-size: 150% 50%;
    background-position: 77% 21%;
    background-repeat: no-repeat;
  }
  .info_dec_fr {
    text-align: start;
    width: 100%;
  }
  .hero-slider .slide-inner {
    background-size: cover;
    width: 100%;
    height: 70vh;
  }
  .intrest-cont,
  .news-content {
    width: 100%;
    margin: 0 auto;
  }
  .own-img {
    max-width: 60px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    margin-bottom: 25px;
  }
  img.icon-arrow2 {
    width: 35px;
  }
  .map-w {
    width: 100%;
    margin: 0 8px;
  }
  .contack-lo-title {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .hero-slider .swiper-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .hero-slider .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 70px;
    width: 100%;
  }
  .hero-style {
    height: 70vh;
  }
  .add-info {
    display: flex;
    align-items: center;
    margin-top: 12%;
    justify-content: center;
  }
  #franchise-test_hero {
    width: 100%;
    height: 55vh;
    position: relative;
    overflow: hidden;
    background-image: url(../../img/city.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .item_card_franshise .logo_sec img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 20px;
    object-fit: contain;
  }
  .brands-social .social-col svg {
    width: 30px;
  }
  .logo-details-title {
    max-width: 160px !important;
    width: 100%;
  }
  .logo-brands-title {
    max-width: 160px;
    width: 100%;
    object-fit: cover;
  }
  .sub-drop-down {
    text-align: end;
    margin-bottom: 33px !important;
  
  }
  .logo-img22 {
    width: 100%;
    max-width: 85px !important;
}
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes circle {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes planet {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-20px) rotate(5deg);
  }
  20% {
    transform: translateY(-25px) rotate(15deg);
  }
  30% {
    transform: translateY(-30px) rotate(25deg);
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media screen and (min-width: 1880px) {
  .image-about-left {
    margin-left: -24rem;
    margin-right: -1.1rem;
  }
  .image-about {
    background-size: cover;
    padding-bottom: 90%;
  }
  .image-about-right {
    margin-right: -24rem;
    margin-left: -0.5rem;
  }
}
.dropbtn {
  background-color: var(--primary);
  color: var(--white);
  padding: 16px;
  font-size: 16px;
  border: none;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-su {
  position: relative;
  display: inline-block;
}
.dropdown-content,
.sub-down:hover .submenu-rel {
  position: absolute;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-content {
  background-color: #f9f9f9;
  z-index: 98;
  max-height: 0;
  min-width: 160px;
  transition: max-height 0.15s ease-out;
  text-align: center;
}
.dropdown-content a {
  color: #000;
  background-color: #f9f9f9;
  padding: 8px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}
.dropdown-su:hover .dropdown-content {
  max-height: 500px;
  min-width: 168px;
  text-align: center;
  overflow: unset;
  transition: max-height 0.25s ease-in;
}
.dropdown-su:hover .dropbtn {
  background-color: var(--primary);
  border-bottom: 1px solid #e0e0e0;
  transition: max-height 0.25s ease-in;
}
.sub-drop-down {
  text-align: end;
  margin-bottom: -3.8rem;
}
.table-striped thead {
  background: var(--opacityBackRed);
}
.table-striped th {
  padding: 15px 10px;
}
.table-striped td {
  padding: 10px;
}
.sub-down:hover .submenu-rel {
  top: auto;
  background-color: #e2e2e2;
  display: block;
  right: 52px;
  width: 100%;
}
#services_desc a:hover {
  color: #333;
}
.item_card_franshise-uae .info_dec_fr2 {
  margin: 50px 0;
  text-align: justify;
}
.about-desc.about-desk22.text-start.float-start {
  margin: 20px 0 !important;
}
.logo-img {
  width: 70%;
}
.button-red.red-loc:hover {
  background-color: white !important;
}
.dd{
  margin-left: 25px;
}
@media (max-width: 1158px) and (min-width: 1024px) {
    .about .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .about .image-about-left,
    .about .image-about-right {
        min-height: 300px; /* adjust if needed */
    }
}
 .logo-img22  {
    width: 100%;
    max-width: 150px;
}