/*
Theme Name: Ncr Escots
Theme URI: https://aerocityrussiangirls.com/
Description: Custom theme converted from static HTML.
Version: 1.0
*/
html {
  margin-top: 0px !important;
}
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
}
.contact_layout {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.contact_inner {
    display: flex;
    justify-content: space-between;
}
.call-me {
    padding: 20px;
    background: #971616;
    flex: 0 0 47%;
    display: inline-block;
    text-align: center;
    width: 50%;
}
.call-me a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.wa-me {
    padding: 20px;
    background: #481111;
    flex: 0 0 48%;
    display: inline-block;
    text-align: center;
    width: 50%;
}
.wa-me a {
    text-decoration: none;
    color: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}
.header {
  background-color: #1d1d1b;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 999;
}
.header_top {
  background-color: #16243d;
}
.header_contact {
  display: flex;
  gap: 20px;
}
.header_top a {
  color: #fff;
  text-decoration: none;
}
.social_share i {
  font-size: 18px;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.navbar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: white;
  position: relative;
	 justify-content:space-between;
}
.social_share i {
  font-size: 18px;
}

button.start-booking:hover {
  color: #ffffff;
  background-color: #ff9d3d;
}
.logo {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  max-width: 187px;
}

.logo img {
  height: auto;
  width: 100%;
}

.nav-links ul#menu-main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 20px;
	list-style:none;
}

.nav-links  .menu-item-has-children {
  position: relative;
  cursor: pointer;
}

.nav-links  .menu-item-has-children:hover .dropdown {
  top: 100%;
  visibility: visible;
  height: auto;
  opacity: 1;
  display: block;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  transition: all 0.39s;
  transition-delay: 0.1s;
  border-radius: 6px;
  min-width: 260px;
  padding: 2px 20px;
  background: #fff;
  list-style-type: none;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
}
.dropdown ul {
  padding: 0px;
}

.dropdown ul a {
  color: #82828a;
  display: block;
  line-height: 1.4;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-bottom: 1px solid;
}

.dropdown a:last-child {
  margin-bottom: 0;
}

.nav-links a {
  font-size: 24px;
  font-weight: 600;
  height: auto;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 25px 0;
  text-decoration: none;
}

.right-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-btn {
  color: white;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  font-size: 20px;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: red;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
  color: white;
  font-weight: bold;
}

.profile-btn {
  width: 32px;
  height: 32px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.start-booking {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  border-style: none;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 16px 15px 16px;
  fill: #015fc9;
  color: #015fc9;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header.sticky {
  background-color: #015fc9;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}
.burgermenu,
.mb_menu {
  display: none;
}
@media (max-width: 1040px) {
  .right-icons,
  .nav-links {
    display: none;
  }
  .burgermenu,
  .mb_menu .nav-links,
  .mb_menu {
    display: block;
  }
  .mb_menu_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .burgermenu {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
  }
  .burgermenu.active div:nth-child(1) {
    transform: rotate(45deg) translate(9px, 8px);
  }

  .burgermenu.active div:nth-child(2) {
    opacity: 0;
  }

  .burgermenu.active div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .burgermenu div {
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .mb_menu {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #015fc9;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    min-width: 350px;
    transform: translateX(-100%);
    height: 100vh;
  }
  .navbar {
    justify-content: space-between;
  }
  .mb_menu.show {
    opacity: 1;
    transform: translateX(-15px);
  }
  .mb_menu ul {
    padding: 0px;
    list-style: none;
  }

  .mb_menu ul a {
    padding: 10px;
  }
  .slidetoggle {
    display: none;
  }

  .nav-links .nav {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 476px) {
  .mb_menu {
    max-width: 290px;
    min-width: 290px;
  }
  .header_inner {
    flex-wrap: wrap;
    gap: 15px;
  }
}

/* Header Completed  */

.new-section-wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #1d1d1b30;
	
}

.new-section-wrapper {
    position: relative;
    background-image: url("https://aerocityrussiangirls.com/wp-content/uploads/2025/11/two-sexy-girls-black-underwear-masks-posing-luxury-room-scaled.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 23% 20%;
}


/* Footer starts here */

.footer {
  background-color: #1d1d1b;
  position: relative;
  padding: 40px 0px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Brush Script MT", cursive;
  font-size: 1.75rem;
  color: white;
  user-select: none;
  width: 200px;
}

.footer-logo svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: #faa634;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.footer-social button {
  background-color: #3b4969;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-social button.x-icon {
  background-color: #faa634;
  color: white;
  font-weight: 700;
}

.footer-social button:hover,
.footer-social button:focus {
  background-color: #faa634;
  color: white;
  outline: none;
}

.footer-divider {
  border-top: 1px solid #1f2a4c;
  margin-bottom: 40px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-main h4 {
  color: white;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.125rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
}

.footer-list li a {
  transition: color 0.3s ease;
  color: #8a9bb8;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.footer-list li a:hover,
.footer-list li a:focus {
  color: #faa634;
}
.footer .container {
  position: relative;
  z-index: 999;
}
.footer-contact p {
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #8a9bb8;
}

.footer-contact svg {
  fill: #faa634;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-newsletter {
  background-color: #0e1730;
  border-radius: 24px;
  padding: 24px 32px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-newsletter h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.2;
}

.newsletter-form {
  display: flex;
  margin-bottom: 12px;
}

.newsletter-input {
  flex-grow: 1;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #14253d;
  outline: none;
}

.newsletter-input::placeholder {
  color: #7b8caa;
}

.newsletter-button {
  background-color: #faa634;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  transition: background-color 0.3s ease;
  user-select: none;
}

.newsletter-button:hover,
.newsletter-button:focus {
  background-color: #e8942e;
  outline: none;
}

.privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #8a9bb8;
  user-select: none;
}

.privacy-icon {
  fill: #faa634;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-newsletter {
    margin-top: 24px;
  }

  .footer-top {
    justify-content: center;
  }

  .footer-social {
    margin-top: 16px;
  }
}

@media (max-width: 600px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-social {
    margin-top: 12px;
  }

  .footer-newsletter {
    padding: 20px 20px 24px;
    border-radius: 16px;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 12px;
  }

  .newsletter-input {
    border-radius: 8px;
  }

  .newsletter-button {
    border-radius: 8px;
    padding: 12px 0;
    font-size: 1.1rem;
  }
}

/* Footer ends here */

/* Blog Section Starts   */
.blog_wrapper {
  padding: 120px 0px 90px 0;
  position: relative;
}
.top_section {
  text-align: center;
  margin-bottom: 60px;
}
.sub_title span {
  letter-spacing: 1px;
  position: relative;
  background: #f2f5f9;
  padding: 11px 20px 11px;
  border-radius: 50px;
  display: inline-block;
}
.sub_title {
  margin-bottom: 12px;
}
h2.title {
  font-size: 50px;
  position: relative;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
.content_inner {
  max-width: 70%;
  margin: 0 auto;
}

.content_inner {
  max-width: 70%;
  margin: 0 auto;
}

.blog_post {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 10px;
}

.img img {
  max-width: 100%;
  width: 100%;
  height: 325px;
  border-radius: 20px;
  transition: all 0.35s;
  overflow: hidden;
}

.blog_post:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.description {
  background: #f2f5f9;
  border-radius: 10px 10px 0 0;
  padding: 30px 40px;
  margin-bottom: 1px;
}

.read_more {
  background: #f2f5f9;
  border-radius: 0px;
  padding: 10px 40px;
}

.by_line {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}

.auth_name {
  color: #82828a;
  font-size: 16px;
}

h3.blog_title a {
  color: #16243d;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}

h3.blog_title a:hover {
  color: #ff9d3d;
}

.read_more a {
  text-decoration: none;
  color: #82828a;
  font-size: 16px;
}

.blog_data {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
  padding: 10px 20px;
  background-color: #015fc9;
}

.blog_data span {
  color: #fff;
}
.blog_post:nth-child(2n) {
  display: flex !important;
}

.blog_post:nth-child(2n) .img {
  order: 1;
  margin-bottom: 0px !important;
}

.blog_post:nth-child(2n) .blog_data {
  margin-bottom: 20px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  background-color: #ff9d3d;
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog_wrapper {
    padding: 40px 0px 40px 0;
  }
}
/* Blog Section Ends   */

/* why choose us starts here */

.why_choose_us {
  background-color: #fdf8f4;
  background-image: url(images/bg-13.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0px;
}
.why_choose_us::before {
  content: "";
  position: absolute;
  width: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url("images/bg-14.png");
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}
.choose_us_inner {
  display: flex;
  justify-content: space-between;
}

.choose_us_inner .left_section {
  flex: 0 0 45%;
  width: 45%;
  display: inline-block;
  -webkit-mask-image: url(images/mask-img.png);
  mask-image: url(images/mask-img.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  max-width: 100%;
  overflow: hidden;
}

.choose_us_inner .right_section {
  flex: 0 0 45%;
  width: 45%;
}

.choose_us_img {
  width: 100%;
  height: auto;
}

.choose_us_img img {
  width: 100%;
  transition: all 5s;
}
p {
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #82828a;
  margin: 0px;
}
.why_choose_us .container {
  z-index: 1;
  position: relative;
}
.price_gurantee {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin: 20px 0px;
}

.price_img .fa-credit-card {
  padding: 20px;
  background-color: #ff9d3d;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
}
.Statistics {
  background-color: #fff;
  border-radius: 30px 30px 30px 30px;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 10px;
}
.Statistics_count {
  font-size: 40px;
  font-weight: 700;
  color: #16243d;
}

.Statistics_title {
  color: #82828a;
  font-size: 16px;
  line-height: 1.2;
}
.content h4 {
  font-size: 24px;
  margin: 0px;
}
.btn a {
  font-weight: 700;
  padding: 18px 30px;
  line-height: 1;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.35s;
  border: none;
  text-decoration: none;
  background-color: #015fc9;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
}

.btn a:hover {
  background-color: #ff9d3d;
}

.choose_us_img:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .choose_us_inner {
    flex-wrap: wrap;
  }

  .choose_us_inner .left_section {
    flex: 0 0 100%;
  }

  .choose_us_inner .right_section {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .why_choose_us {
    background-color: #fdf8f4;
    background-image: unset;
  }

  .why_choose_us::before {
    content: "";
    background-image: unset;
  }
}

@media (max-width: 576px) {
  .price_gurantee {
    flex-wrap: wrap;
  }
  .choose_us_inner .right_section {
    margin-top: 20px;
  }
  .why_choose_us {
    padding: 40px 0;
  }
}
/* why choose us ends here  */

/* testiomials start here  */
.testimonial-two__single {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 100%;
  margin-bottom: 46px;
  border-radius: 0 50px 0 50px;
  padding: 50px 0;
  margin-right: 15px;
}
.testimonial-two__single:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 50px;
  border-top: 46px solid #fff;
  border-left: 118px solid transparent;
}
.testimonial-two__content {
  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;
  overflow: hidden;
}
.testimonial-two__meta {
  padding-left: 20px;
}
.testimonial-two__meta {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-two__image {
  flex: 0 0 100px;
  margin-right: 30px;
  border-radius: 50%;
  position: relative;
}
.testimonial-two__image:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50%;
  background: #015fc9;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-two__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
}
.testimonial-two__stars {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.testimonial-two__stars i {
  color: #ff9d3d;
}
.testimonial-two__name {
  font-size: 20px;
  font-weight: 600;
  color: #16243d;
  display: block;
  margin: 5px 0 0;
}
.testimonial-two__job {
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.testimonial-two__date {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--travivu-link-color);
  background: #f2f5f9;
  padding: 0 50px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px 0 0 40px;
  white-space: nowrap;
}
.testimonial-two__quote {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  color: var(--travivu-link-color);
  padding: 40px 50px 20px;
}
.testimonial-two__icon {
  font-size: 27px;
  width: 95px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  background: #f2f5f9;
  color: #16243d;
  z-index: 2;
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testinomials_inner {
  display: flex;
}
.container_fluid {
  max-width: 1350px;
  margin-left: 0;
  left: calc((100% - 1200px) / 2);
  position: relative;
}
.testminial_slider_wrapper {
  width: 69%;
}
.left_desc_section {
  width: 30%;
  margin-right: 20px;
  flex: 0 0 30%;
}
.testinomials_section {
  padding: 120px 0px 0;
  position: relative;
  background-color: #f2f5f9;
  background-image: url("images/bg-11.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.btn.secondary a {
  background-color: #ff9d3d;
}
.inner {
  background-color: #015fc9;
  padding: 60px;
  margin-top: 20px;
  border-radius: 40px 40px 0 0;
}
.wrap_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_item h2.title {
  color: #fff;
}
.left_desc_section .sub_title span {
  background-color: #fff;
}
.wrap_item .btn.secondary a {
  margin-top: 0;
}

@media (max-width: 1300px) {
  .testinomials_section {
    padding: 60px 15px 0;
  }
  .container_fluid {
    left: unset;
  }
}
@media (max-width: 1024px) {
  .testinomials_inner {
    flex-wrap: wrap;
  }

  .left_desc_section {
    width: 100%;
    flex: 0 0 100%;
  }
  .testminial_slider_wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap_item {
    flex-wrap: wrap;
    gap: 20px;
  }
  @media (max-width: 576px) {
    .testinomials_inner h2.title {
      margin-bottom: 20px;
    }
    .testimonial-two__quote {
      padding: 20px 30px;
    }
    .inner {
      padding: 30px;
    }
  }
  @media (max-width: 476px) {
    .testimonial-two__meta {
      flex-wrap: wrap;
      row-gap: 20px;
    }
    .testimonial-two__image {
      flex: 1 0 100px;
    }
  }
}
/* testinomials ends here  */

/* Services Section  start */
h3.feature-one__title a {
    text-decoration: none;
    color: #16243d;
}
.feature-one__wrap {
  position: relative;
  margin: 0 auto 30px;
  flex: 0 0 23%;
  overflow: hidden;
  border-radius: 22px;
	margin-right:15px;
}
.feature-one__image {
  position: relative;
  z-index: 1;
}
.our_services {
  padding: 80px 0px;
	background-color:#1d1d1b00;
}
.feature-one__image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 500px;
}
.feature-one__content {
    text-align: center;
    position: absolute;
    bottom: -50px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    padding: 30px;
    overflow: hidden;
    opacity: 0;
}
.feature-one__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f2f5f9;
  border-radius: 25px;
  z-index: -1;
}
.feature-one__inner {
  margin-left: 0px;
}
.feature-one__icon {
  font-size: 45px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #015fc9;
  color: #fff;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.feature-one__title {
  margin: 10px 0 10px;
  font-size: 20px;
  font-weight: 700;
}
.feature-one__desc {
  font-size: 14px;
  line-height: 24px;
  color: #8297b0;
  font-weight: 500;
}
.feature_wrapper {
  display: flex;
}

.banner-four__single:hover .banner-four__content {
  background: #015fc9;
}
.banner-four__single:hover .banner-four__count {
  background: #fff;
  border-color: #015fc9;
  color: #16243d;
}
.banner-four__single:hover .banner-four__title {
  color: #fff;
}
.banner-four__single:hover .banner-four__desc {
  color: #fff;
}
.banner-four__single.active-yes .banner-four__arrow,
.banner-four__single:hover .banner-four__arrow {
  background: #ff9d3d;
  color: #fff;
}
@media (max-width: 991px) {
  .feature-one__wrap {
    flex: 1 0 30%;
  }
  .feature_wrapper {
    flex-wrap: wrap;
    column-gap: 34px;
  }
}
@media (max-width: 767px) {
  .feature-one__wrap {
    flex: 1 0 45%;
  }
  .feature-one__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 45px;
    width: 100%;
    height: 100%;
    background: #f2f5f9;
    border-radius: 25px;
    z-index: -1;
    right: 0 !important;
  }
  .our_services {
    padding: 40px 0;
  }
  .top_section {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .feature-one__wrap {
    flex: 1 0 60%;
  }
}
/* Service s section ends here  */

/* DESTINATION LIST section starts here  */

.banner-four__single {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.banner-four__image {
  position: relative;
  border-radius: 185px;
  overflow: hidden;
}
.banner-four__image img {
  border-radius: 185px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-width: 100%;
  width: auto;
  height: auto;
}
.banner-four__content {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 0 0 135px 135px;
  text-align: center;
  padding: 50px 30px 30px;
}

.banner-four__count {
  display: inline-block;
  background: #015fc9;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  border: 10px solid #fff;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-four__sub-title {
  color: #ff9d3d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 9;
  line-height: 18px;
}
.banner-four__title {
  font-size: 24px;
  font-weight: 700;
  margin: 2px 0 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-four__desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-four__arrow {
  margin-top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f5f9;
  color: #16243d;
}
.banner-four__link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.item {
  margin-right: 30px;
}
.destination_slider_wrapper {
  width: 100%;
}
.destination_list .slick-list {
  padding: 0 13% 0 0;
}
.destination_list .top_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.destination_list .top_section .btn {
  margin-right: 0px;
}
.destination_list {
  background-image: url("images/bg-08.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0px 60px 0px;
}
.destination_list .sub_title span {
  background-color: #fff;
}
@media (max-width: 767px) {
  .destination_list .top_section {
    flex-wrap: wrap;
  }
  .destination_list {
    padding: 40px 0px;
  }
}

/* DESTINATION LIST section ends here  */

/* About us section starts here  */
.about-five__single {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  overflow: hidden;
}
.about-five__image {
  position: relative;
  padding-right: 30px;
  padding-bottom: 150px;
}
.about-five__image .content-inner {
  overflow: hidden;
  display: inline-block;
}
.about-five__image .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
  border-radius: 30px;
  height: auto;
  max-width: 100%;
}
.about-five__title {
  background: #ff9d3d;
  padding: 20px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0 0 0 30px;
  margin-left: 50px;
}
.about-five__logo {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
}
.about-five__logo img {
  -webkit-animation: scaleOut-2 5s ease-in-out infinite;
  animation: scaleOut-2 5s ease-in-out infinite;
}
.about-five__image-second {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 55%;
}
.about-five__image-second .content-inner {
  overflow: hidden;
  display: inline-block;
}
.about-five__image-second .content-inner img {
  border-radius: 30px;
  -webkit-transition: all 5s;
  transition: all 5s;
  max-width: 100%;
  height: auto;
}
.about_inner {
  display: flex;
  justify-content: space-between;
}
.about_us_section {
  padding: 60px 0px 80px;
  position: relative;
}
.about_left {
  flex: 0 0 45%;
}

.about_right {
  flex: 0 0 51%;
}
@media (max-width: 991px) {
  .about_inner {
    flex-wrap: wrap;
  }
  .about_left {
    flex: 0 0 100%;
  }
  .about_right {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about_us_section {
    padding: 40px 0px 40px;
  }
}

/* About us Us section ends here  */


/* General Banner Starts here  */

.general_banner {
  background-image: url("https://aerocityrussiangirls.com/wp-content/uploads/2025/11/3ba0bf7590.png");
  position: relative;
  padding: 100px 0px;
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
h1 {
  font-size: 62px;
  color: #fff;
  margin: 0px;
}

.general_banner .top_section {
  margin-top: 60px;
}

/* General banner ends here  */

/* About us section v2 start here */

.card-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px auto;
  width: 80%;
  background-color: #f2f5f9;
  border-radius: 20px;
}

.card-grid .card {
  flex: 0 0 34%;
  padding: 30px;
  cursor: pointer;
}

.box-style-three__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.about_us_v2_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card:hover .box-style-three__icon {
  background-color: #015fc9;
}
.box-style-three__icon {
  padding: 20px;
  border-radius: 50%;
  background-color: #ff9d3d;
  color: #fff;
  transition: all 0.8s ease-in-out;
}
h3.box-style-three__title {
  font-size: 20px;
  line-height: 30px;
  color: #16243d;
  margin: 0;
}

.about-four__single {
  position: relative;
  max-width: 660px;
}
.about-four__image {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  max-width: 658px;
}
.about-four__image .content-inner {
  padding: 30px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.about-four__image .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
  border-radius: 50%;
  -webkit-transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
  transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
  height: auto;
  max-width: 100%;
}
.about-four__image-second {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
}
.about-four__image-second .content-inner {
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  max-width: 324px;
}
.about-four__image-second .content-inner img {
  -webkit-transition: all 5s;
  transition: all 5s;
  border-radius: 50%;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
  transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
  height: auto;
  max-width: 100%;
}
.about-four__single:hover .about-four__image .content-inner img,
.about-four__single:hover .about-four__image-second .content-inner img {
  -webkit-transform: scale(1.2) matrix(-1, 0, 0, 1, 0, 0);
  transform: scale(1.2) matrix(-1, 0, 0, 1, 0, 0);
}
.about-four__image-third {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.about_us_v2 .container {
  z-index: 999;
  position: relative;
}
.about_us_v2 {
  background-color: #fdf8f4;
  background-image: url("images/bg-05.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0px;
}
.about_us_v2::before {
  content: "";
  position: absolute;
  background-image: url("images/bg-04.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
}

@media (max-width: 991px) {
  .about_us_v2_inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* About us Section v2 section ends here  */

/* About us page starts here */

.blog_page_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_page_wrapper .blog_post {
  flex: 0 0 31%;
  margin-right: 0px;
}

.blog_page_wrapper .blog_post:nth-child(2n) .img {
  order: unset;
  margin-bottom: 0px !important;
}
.blog_page_wrapper .img {
  margin-bottom: 0px !important;
}
.blog_page_wrapper {
  padding: 80px 0px;
}

.blog_page_wrapper .blog_post .description {
  border-radius: 0px !important;
}

.blog_page_wrapper .blog_post .img {
  border-radius: 20px 20px 0px 0px;
}

.blog_page_wrapper .blog_post .img img {
  border-radius: 20px 20px 0px 0px;
  height: 500px;
	width:370px;
}
@media (max-width: 767px) {
  .blog_page_inner {
    column-gap: 30px;
  }
  .blog_page_wrapper .blog_post {
    flex: 1 0 43%;
  }
}

@media (max-width: 567px) {
  .blog_page_wrapper .blog_post {
    flex: 1 0 53%;
  }
}
/* About us page ends here  */

/* Contact us page Starts here  */

.contact_us_section {
  padding: 80px 0px;
}

.info_container {
  padding: 20px 50px 20px 50px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff24;
}
.info_inner {
  display: flex;
  flex-direction: row;
  text-align: start;
  align-items: center;
}
.icon-box {
  margin-right: 16px;
}
.icon {
  color: #ff9d3d;
  fill: #ff9d3d;
  background-color: #ffffff1a;
  font-size: 18px;
  padding: 20px;
  border-radius: 50%;
}
.icon-box-content {
  flex-grow: 1;
}
.icon-box-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #8297b0;
}
.icon-box-description {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.contact_us_section img {
  border-radius: 30px 30px 0px 30px;
  width: 100%;
  height: auto;
}
.contact_us_section .contact_left {
  background-color: #16243d;
  flex: 0 0 48%;
  border-radius: 30px 30px 0px;
}
.contact_us_section .contact_right {
  flex: 0 0 48%;
}
.contact_us_section .heading_wrap {
  background-color: #ff9d3d;
  padding: 15px 40px 15px 40px;
  border-radius: 10px 10px 0px 0px;
}
.contact_us_section .heading_wrap h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
}

.contact_us_section .left_top {
  position: relative;
}

.contact_us_inner {
  display: flex;
  justify-content: space-between;
}

.heading_top {
  position: absolute;
  bottom: 4px;
  left: 100px;
}

.contact_us_section .contact_right form {
  display: flex;
  flex-wrap: wrap;
}
.contact_us_section .contact_right form textarea,
.contact_us_section .contact_right form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  border: none;
  background-color: #f2f5f9;
  font-size: 16px;
  outline: none;
}

.contact_us_section .contact_right form textarea:active,
.contact_us_section .contact_right form textarea:focus,
.contact_us_section .contact_right form textarea:focus-visible,
.contact_us_section .contact_right form input:active,
.contact_us_section .contact_right form input:focus,
.contact_us_section .contact_right form input:focus-visible {
  border: 1px solid #ff9d3d;
}
@media (max-width: 767px) {
  .contact_us_section .contact_us_inner {
    flex-wrap: wrap;
  }
  .info_container {
    padding: 20px;
  }
  .heading_top {
    left: unset;
  }
  .contact_us_section .contact_left {
    flex: 1 0 51%;
  }
  .contact_us_section .contact_right {
    flex: 1 0 51%;
    margin-top: 50px;
  }
}
/* Contact us Page Ends here  */

/* blog post page starts here  */

section.blog-post-section {
    padding: 60px 0px;
}
.banner-img img {
    border-radius: 20px;
	width:100%;
	    height: auto;
}
.post-details-description.toc-wrap p {
    color: #000;
    font-size: 18px;
}
.post-details-description.toc-wrap h2.wp-block-heading {
    color: #16243D;
    font-size: 28px;
}
.post-details-description.toc-wrap h3.wp-block-heading {
    color: #16243D;
    font-size: 24px;
}

.blog-post-section .post-section {
    display: flex;
    justify-content: space-between;
}
.toc-content {
    padding-bottom: 80px;
}
section.related-post.mob {
    display: none;
}
.related-post .post-img {
    width: 100px;
}
.related-post .post-img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.related-post .post-card h3.title {
    margin: 0;
    margin-bottom: 10px;
}
.related-post .post-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: aliceblue;
    border-radius: 12px;
	    margin-bottom: 10px;
}
.related-post .post-card a {
    color: #16243d;
    text-decoration: none;
}
.related-post .post-card p {
    line-height: normal;
}
.latest-post {
    display: flex;
    gap: 20px;
}
.blog-sidebar h2 {
    font-size: 35px;
    color: #16243d;
}
.latest-post img {border-radius: 8px;}

.latest-post-wrap .title a {
    color: #16243d;
    text-decoration: none;
}
.blog-post-section .by-line {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.blog-post-section .auth_img {
}

.blog-post-section .auth_img img {
    border-radius: 50%;
}

.blog-post-section .auth_name h4 {
    font-size: 22px;
    color: #16243d;
}
@media(max-width:1180px){
	section.related-post {
    display: none;
}
	section.related-post.mob {
    display: block;
    padding-bottom: 80px;
}
	section.related-post.mob .post-card {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
}
.toc-content {
    padding-bottom: 40px;
}
	section.related-post.mob h2 {
    font-size: 35px;
    color: #16243d;
}
section.related-post.mob .card-wrap {
    display: flex;
    gap: 15px;
}
}
/* blog post page ends here  */

/* Mobile typography starts here  */

@media (max-width: 576px) {
  h1 {
    font-size: 35px;
  }
  h2.title,
  h2 {
    font-size: 28px;
  }
}

/* Mobile Typography Ends here  */




/* Escorts website design */


/* banner section  */

.hero-slider{
	    background-color: #000000;
    background-image: url("https://aerocityrussiangirls.com/wp-content/uploads/2025/11/c3055a29c1.jpg");
    --background-overlay: '';
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	padding:200px 0px ;
}
	.hero-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

.hero-slider .container {
    position: relative;
    z-index: 99;
}
.about_us_section{
	background-color:#1d1d1b00;
}
.about_us_section  h2.content {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.service_card_container_wrapper .card-body {
    padding: 20px;
    background-color: #000000;
}
.service_card_container_wrapper {
    padding: 60px 0;
    background-color: #1d1d1b;
}
.service_card_container_wrapper .card-body * {
    color: #fff;
}
.nav-links ul#menu-main-menu{
	margin:0px;
}
.feature_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.blog_wrapper {
    padding: 120px 0px 90px 0;
    position: relative;
    background-color: #1d1d1b00;
}
.feature-one__wrap:hover .feature-one__content {
    bottom: 0;
    opacity: 1;
}
.footer .feature-one__image {
    border-radius: 0px !important;
}

.footer .feature-one__image img {
    border-radius: 0px !important;
    height: 400px;
    object-fit: cover;
	width:100%;
}
.footer .feature_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.blog-post-section .post-banner .banner-img {
    width: 50%;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}
.banner-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-details {
    width: 100%;
}