@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/assets/fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}
a{
  text-decoration: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}



:root {
	--white: #fff;
	--grey-txt: #b5b5b5;
	--acsent: #e3544b;
	--bg-elements: rgba(30, 30, 30, 0.84);
	--bg-elements: rgba(255, 255, 255, 0.04);
	--bg: #101010;
  	--btn-elements: #1e1e1ecc;

  --font4: "Roboto Condensed", sans-serif;
  --font6: "Montserrat", sans-serif;
}
.nextmodelsdubai-body{
    background: var(--bg);
}
.nextmodelsdubai-container{
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}
.nextmodelsdubai-header{
  position: relative;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;

}
.nextmodelsdubai-nav_container{
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.nextmodelsdubai-nav_item{
  border-radius: 50px;
  padding: 13px 30px;
  background: var(--btn-elements);
}
.nextmodelsdubai-nav_link{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}
.nextmodelsdubai-logo{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-elements);
}
.nextmodelsdubai-logo_text{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}
.nextmodelsdubai-banner {
  position: absolute;
  z-index: -1;
  top: 0;
  max-width: 1920px;
  width: 100%;
  height: 850px;
  background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #101010 100%),
    url('https://nextmodelsdubai.com/assets/img/jeffery-erhunse-DfEdRnyynis-unsplash 1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%);
}

.nextmodelsdubai-content{
  max-width: 625px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 136px;
  margin-bottom: 347px;
}
.nextmodelsdubai-title{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 100px;
  color: var(--white);
}
.nextmodelsdubai-description{
  font-family: var(--font6);
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  color: var(--white);
}
.nextmodelsdubai-wrapper-btn{
  border-radius: 50px;
  padding: 13px 50px;
  box-shadow: 0 10px 22px 0 rgba(227, 84, 75, 0.34);
  background: var(--acsent);
  width: max-content;
}
.nextmodelsdubai-btn{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}
.nextmodelsdubai-section_title{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 82px;
  color: var(--white);
}
.nextmodelsdubai-section_text{
  font-family: var(--font6);
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  color: var(--grey-txt);
  max-width: 660px;
  margin: 0 auto;
}
.nextmodelsdubai-socia_wrapper{
  border-radius: 50%;
  padding: 35px;
  width: 120px;
  height: 120px;
  box-shadow: 0 10px 22px 0 rgba(227, 84, 75, 0.34);
  background: var(--acsent);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nextmodelsdubai-text{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-about_content{
  max-width: 665px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;

}
.nextmodelsdubai-about_section{
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}
.nextmodelsdubai-about_social{
  display: flex;
  gap: 100px;
  justify-content: center;
}
.nextmodelsdubai-about_social_item{
  flex: 0 0 232px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.nextmodelsdubai-banner_wrapper{
  position: absolute;
  border-radius: 0 50px 50px 0;
  width: 769px;
  z-index: -1;
  height: 588px;
   background: 
     linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #101010 100%),
    url('https://nextmodelsdubai.com/assets/img/about_banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  right: 0;
}
.nextmodelsdubai-galery{
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 120px;
}
.nextmodelsdubai-galery_content{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nextmodelsdubai-galery_models{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.nextmodelsdubai-card{
  position: relative;
  flex: 0 1 410px;
  border-radius: 30px;
  overflow: hidden;
}
.nextmodelsdubai-card-info{
  position: absolute;
  border-radius: 30px;
  max-width: 370px;
  width: 100%;
  background: var(--btn-elements);
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nextmodelsdubai-card-info_text,
.nextmodelsdubai-card-info_btns{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nextmodelsdubai-card_name{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
}
.nextmodelsdubai-card_price{
 font-family: var(--font4);
  font-weight: 700;
  font-size: 32px;
  color: var(--white); 
}
.nextmodelsdubai-currency{
  font-size: 22px;     
  vertical-align: super; 
  margin-left: 2px;    
  font-weight: 600;
}
.nextmodelsdubai-card-info_btn{
  border-radius: 50px;
  padding: 13px 30px;
  cursor: pointer;
}
.nextmodelsdubai-card-info_btn.info{
  border: 1px solid var(--white);
}
.nextmodelsdubai-card-info_btn.booking{
  box-shadow: 0 10px 22px 0 rgba(227, 84, 75, 0.34);
  background: var(--acsent);
}
.nextmodelsdubai-card-info_btn_text{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
}
.nextmodelsdubai-section_text.white{
  color: var(--white);
  text-align: center;
}

.nextmodelsdubai-booking{
  border-radius: 50px;
  padding: 50px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--acsent);
  margin-top: 120px;
}
.nextmodelsdubai-booking_text{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;

}
.nextmodelsdubai-booking_contacts{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.nextmodelsdubai-booking_btn{
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 0 232px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nextmodelsdubai-booking_icon{
  border-radius: 100px;
  padding: 35px;
  width: 120px;
  height: 120px;
  box-shadow: 0 10px 22px 0 rgba(227, 84, 75, 0.34);
  background: var(--btn-elements);
}
.nextmodelsdubai-booking_btn_text{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-services{
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.nextmodelsdubai-services_wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nextmodelsdubai-services_list{
  display: flex;
  gap: 30px;
}
.nextmodelsdubai-services_item{
  border-radius: 50px;
  padding: 30px;
  width: 100%;
  flex: 1 1 410px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--btn-elements);
  align-items: center;
  justify-content: center;
}
.nextmodelsdubai-services_item_icon{
  border-radius: 50%;
  padding: 35px;
  max-width: 120px;
  width: 100%;
  height: 120px;
  box-shadow: 0 10px 22px 0 rgba(227, 84, 75, 0.34);
  background: var(--acsent);
}
.nextmodelsdubai-services_item_content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.nextmodelsdubai-services_item_title{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
}
.nextmodelsdubai-services_item_text{
  font-family: var(--font6);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: var(--grey-txt);
}
.nextmodelsdubai-services_info{
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.nextmodelsdubai-services_info_advent{
  display: flex;
  flex-direction: row;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nextmodelsdubai-services_info_advent_item{
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nextmodelsdubai-services_info_advent_title{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 52px;
  color: var(--white);
}
.nextmodelsdubai-contacts{
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 50px;
  padding: 50px 20px;
  align-items: center;
  flex-direction: column;
  background: var(--btn-elements);
}
.nextmodelsdubai-contacts_list{
  display: flex;
  flex-direction: row;
  gap: 40px 88px;
  flex-wrap: wrap;
  justify-content: center;

}
.nextmodelsdubai-contacts_item{
  flex: 0 0 247px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
.nextmodelsdubai-contacts .nextmodelsdubai-services_wrapper .nextmodelsdubai-section_text{
  max-width: 550px;
}
.nextmodelsdubai-contacts_item_icon{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px 0 rgba(227, 84, 75, 0.34);
  background: var(--acsent);
}
.nextmodelsdubai-contacts_item_icon img{
  width: 40px;
  height: 40px;
}
.nextmodelsdubai-contacts_item_text{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-seo_text{
  max-width: 960px;
  width: 100%;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}
.nextmodelsdubai-seo_text .nextmodelsdubai-section_title{
  text-align: center;
}
.nextmodelsdubai-footer{
  width: 100%;
  padding: 50px 0 30px 0;
  background: #1C1C1C;
}
.nextmodelsdubai-footer_contetn{
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.nextmodelsdubai-nav_item.footer{
  background-color: #252525;
  padding: 13px 30px;
}
.nextmodelsdubai-footer_privacy{
  font-family: var(--font6);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: var(--grey-txt);
}

.nextmodelsdubai-modal {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.nextmodelsdubai-modal-content {
    position: absolute;
    border-radius: 50px;
    padding: 50px;
    max-width: 1101px;
    width: 98%;
    background: var(--bg);
    max-height: 98vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nextmodelsdubai_model_content_wrapper{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.nextmodelsdubai-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  font-weight: bold;
  padding: 13px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--bg-elements);
}
.nextmodelsdubai_model_meadia_wrapper{
  display:flex;
  flex-direction:row;
  gap: 30px;
  max-width: 600px;
  width: 100%;
}
.nextmodelsdubai_main_img{
  max-width: 476px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.nextmodelsdubai_main_img img {
  object-fit: cover;
  height: 100%;
}
.nextmodelsdubai_trumnail_wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nextmodelsdubai_trumnail{
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background-color: var(--bg-elements);
  filter: brightness(50%);
  overflow: hidden;
  cursor: pointer;
}
.nextmodelsdubai_trumnail.active{
  filter: brightness(100%);
}
.nextmodelsdubai_trumnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.nextmodelsdubai-model_info{
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1 1 365px;
}
.nextmodelsdubai-model_info_name{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
}
.nextmodelsdubai-model_info_price{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.nextmodelsdubai-model_tel_wrapper{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}
.nextmodelsdubai-model_tel_wrapper.tg{
margin-top: -30px;
}
.nextmodelsdubai-model_tel_text{
  font-family: var(--font4);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-model_params{
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-radius: 20px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: var(--bg-elements);
}
.nextmodelsdubai-model_param_item{
  flex: 0 0 68px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.nextmodelsdubai-model_param_title{
  font-family: var(--font6);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--grey-txt);
}
.nextmodelsdubai-model_param_value{
  font-family: var(--font4);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-model_price_wprapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: var(--bg-elements);

}
.nextmodelsdubai-model_price_container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.nextmodelsdubai-model_price_list{
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.nextmodelsdubai-currency.small{
  font-family: var(--font4);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-model_price_title{
  font-family: var(--font4);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-model_price_value{
  font-family: var(--font4);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--white);
}
.nextmodelsdubai-model_price_item{
  display: flex;
  flex-direction: column;
  gap: 10px;
}










.nextmodelsdubai-menu-toggle {
  display: none;
  background-color:#101010;
  padding: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 15px 0 0 15px;
}

.nextmodelsdubai-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
background: rgba(30, 30, 30, 0.99);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 15px;
}

.nextmodelsdubai-mobile-menu.active {
  right: 0;
}

.nextmodelsdubai-menu-close {
  background-color:var(--btn-elements);
  padding: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.nextmodelsdubai-mobile-menu ul {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
}



.nextmodelsdubai-mobile-menu ul li a {
  display: block;
  padding: 13px 30px;
  width: max-content;
  background: var(--bg);
  font-family: var(--font4);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  text-align: center;
  text-align: center;
  transition: background 0.3s;
  border-radius: 50px;
}

.nextmodelsdubai-mobile-menu ul li a:hover {
  background: #e53935;
}

.nextmodelsdubai-model_header {
    display: flex;
    flex-direction: column;
    gap: 40px;
}












@media all and (max-width: 1290px) {
  .nextmodelsdubai-content {
    margin-bottom: 229px;
  }


  .nextmodelsdubai-container{
    padding: 0 20px; 
  }
  .nextmodelsdubai-card{
    flex: 0 1 315px;
  }
  .nextmodelsdubai-card-info{
    max-width: 295px;
    padding: 20px;
  }
  .nextmodelsdubai-galery_models {
    gap: 19px;
  }
  .nextmodelsdubai-services_info_advent {
    gap: 50px;
  }
  .nextmodelsdubai-services_info{
    gap: 50px;
  }
  .nextmodelsdubai-galery,
  .nextmodelsdubai-booking,
  .nextmodelsdubai-services,
  .nextmodelsdubai-contacts{
    margin-top: 70px;
  }
  .nextmodelsdubai-seo_text{
    margin: 70px auto;
  }
}
@media all and (max-width: 920px) {
  .nextmodelsdubai_model_content_wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .nextmodelsdubai-model_info {
    width: 100%;
    gap: 20px;
  }
  .nextmodelsdubai-model_header {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .nextmodelsdubai-model_price_wprapper{
    flex-direction: row;
  }
  .nextmodelsdubai-model_tel_wrapper{
    justify-content: center;
  }
  .nextmodelsdubai-modal-content{
    padding: 20px;
  }
  .nextmodelsdubai_model_meadia_wrapper{
    gap: 20px;
  }
}
@media all and (max-width: 768px) {
  .nextmodelsdubai-nav_container{
    gap: 10px;
  }
  .nextmodelsdubai-title{
    font-size: 82px;
  }
  .nextmodelsdubai-description{
    font-size: 17px;
  }
  .nextmodelsdubai-content{
    gap:20px;
  }
  .nextmodelsdubai-btn{
    font-size: 20px;
  }
  .nextmodelsdubai-about_section {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .nextmodelsdubai-banner_wrapper {
    position: relative;
    width: 100%;
    height: 588px;
  }
  .nextmodelsdubai-section_title{
    font-size: 62px;
  }
  .nextmodelsdubai-section_text{
    font-size: 17px;
  }
  .nextmodelsdubai-services_list {
    flex-direction: column;
  }
  .nextmodelsdubai-services_item {
    padding: 20px;
    width: 100%;
    flex: none;
    flex-direction: row;
  }
  .nextmodelsdubai-services_item_text{
    text-align: left;
  }
  .nextmodelsdubai-services_item_content {
    align-items: flex-start;
  }
  .nextmodelsdubai-services {
    gap: 30px;
  }
  .nextmodelsdubai-services_info {
    gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nextmodelsdubai-contacts {
    padding: 30px 20px;
  }
  .nextmodelsdubai-footer {
    width: 100%;
    padding: 30px 10px ;
  }
}
@media all and (max-width: 630px) {
  .nextmodelsdubai-menu-toggle {
    display: flex;
  }
  .nextmodelsdubai-nav_container{
    display: none;
  }
  .nextmodelsdubai-footer .nextmodelsdubai-nav_container{
    display: flex;
  }
  .nextmodelsdubai_model_meadia_wrapper {
    display: flex;
    gap: 10px;
    max-width: max-content;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    flex-direction: column-reverse;
    align-content: center;
  }
  .nextmodelsdubai_trumnail_wrapper {
      flex-direction: row;
  }
  .nextmodelsdubai_trumnail {
    border-radius: 10px;
    width: 52px;
    height: 52px;
  }
  .nextmodelsdubai_main_img {
    max-width: 300px;
    border-radius: 20px;
  }
  .nextmodelsdubai-model_info_name{
    font-size: 24px;
  }
  .nextmodelsdubai-card_price{
    font-size: 17px;
  }
  .nextmodelsdubai-currency{
    font-size: 12px;
  }
  .nextmodelsdubai-model_price_wprapper{
    flex-wrap: wrap;
  }
  .nextmodelsdubai-modal-content{
    overflow-y: auto;
  }
  .nextmodelsdubai-model_params {
    gap: 0;
  }
  .nextmodelsdubai-model_header,
  .nextmodelsdubai-model_info_price{
    gap: 20px;
  }
  .nextmodelsdubai-model_info_price{
    justify-content: center;
  }
  .nextmodelsdubai-card-info_btn.booking.modal {
    border-radius: 50px;
    padding: 1px 18px;
    cursor: pointer;
    text-align: center;
  }
  .nextmodelsdubai-close {
      position: absolute;
      right: 26px;
      top: 25px;
      font-size: 22px;
      font-weight: bold;
      padding: 13px;
      border-radius: 50%;
      cursor: pointer;
      background: rgb(19 16 16 / 71%);
  }

}
@media all and (max-width: 500px) {
  .nextmodelsdubai-card{
    flex:1 1 290px;
    max-width: 315px;
    width: 100%;
    min-width: 290px
  }
  .nextmodelsdubai-galery_models {
    gap:10px;
  }
  .nextmodelsdubai-title{
    font-size: 52px;
  }
  .nextmodelsdubai-description{
    font-size: 15px;
  }
  .nextmodelsdubai-content {
    gap: 10px;
    margin-bottom:40px;
    margin-top:195px;
  }
  .nextmodelsdubai-galery,
  .nextmodelsdubai-booking,
  .nextmodelsdubai-services,
  .nextmodelsdubai-contacts{
    margin-top: 40px;
  }
  .nextmodelsdubai-seo_text{
    margin: 40px auto;
  }
  .nextmodelsdubai-banner {
    height: 390px;
  }
  .nextmodelsdubai-section_title{
    font-size: 38px;
  }
  .nextmodelsdubai-section_text{
    font-size: 15px;
  }
  .nextmodelsdubai-about_content {
    gap: 15px;
  }
  .nextmodelsdubai-container {
    padding: 0;
  }
  .nextmodelsdubai-banner_wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
  .nextmodelsdubai-header,
  .nextmodelsdubai-content,
  .nextmodelsdubai-about_content,
  .nextmodelsdubai-galery_content,
  .nextmodelsdubai-services,
  .nextmodelsdubai-seo_text{
    padding: 0 15px;
  }
  .nextmodelsdubai-booking{
    padding: 20px 15px;
    border-radius:0;
    gap: 20px;
  }
  .nextmodelsdubai-booking_text{
    gap:10px;
  }
  .nextmodelsdubai-booking_btn{
    flex: 0 0 90px;
    gap: 15px;
  }
  .nextmodelsdubai-booking_icon {
    border-radius: 50%;
    padding: 13px;
    width: 50px;
    height: 50px;
  }
  .nextmodelsdubai-booking_btn_text{
    font-size: 24px;
  }
  .nextmodelsdubai-services_item {
    flex-direction: column;
  }
  .nextmodelsdubai-services_item_icon {
    border-radius: 50%;
    padding: 13px;
    max-width: 60px;
    width: 100%;
    height: 60px;
  }
  .nextmodelsdubai-services_item_content{
    align-items: center;
  }
  .nextmodelsdubai-services_item_title{
    font-size: 24px;
  }
  .nextmodelsdubai-services_item_text{
    text-align: center;
    font-size: 15px;
  }
  .nextmodelsdubai-services_info_advent{
    gap: 15px;
    flex-direction: column;
  }
  .nextmodelsdubai-services_info_advent_title{
    font-size: 32px;
  }
  .nextmodelsdubai-services_info_advent_item {
    width: max-content;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  .nextmodelsdubai-services_info {
    gap: 30px;
  }
  .nextmodelsdubai-contacts{
    padding: 20px 10px;
    border-radius: 0;
  }
  .nextmodelsdubai-contacts_item {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    cursor: pointer;
  }
  .nextmodelsdubai-contacts_item_icon img{
    width: 24px;
    height: 24px;
  }
  .nextmodelsdubai-contacts_item_icon {
    width: 50px;
    height: 50px;
    padding: 14px;
  }
  .nextmodelsdubai-contacts_item_text{
    font-size: 20px;
  }
  .nextmodelsdubai-nav_link {
    font-size: 18px;
  }
  .nextmodelsdubai-nav_container{
    justify-content: center;
  }
  .nextmodelsdubai-footer_privacy{
    font-size: 15px;
  }
  .nextmodelsdubai-header{
    display: none;
  }
}