@charset "utf-8";
@font-face {
  font-family: "DS Arabic";
  src: url("myfonts/DSArabic.woff2") format("woff2"),
    url("myfonts/DSArabic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: url("images/backround.jpg");
}

.toparea {
  background: url("images/background-3.jpg");
  width: 100%;
  min-height: 35px;
}

.research {
  margin-top: 8px;
  background: #007df1;
  width: 280px;
  height: 44px;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}

.research img {
  margin-right: 5px;
}

.btnresearch {
  background: #007df1 !important;
  width: 100%;
  height: 50px;
}

.r2 {
  margin-bottom: 3px;
  margin-top: 2px;
}

.innertoparea {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: auto;
}

.header-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.toparea2 {
  min-height: 50px;
  background: url("images/background-3.jpg");
  width: 100%;
}

.innertoparea2 {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  min-height: 50px;
}

.mysocial li {
  display: inline-block;
  margin-left: 7px;
  margin-top: 7px;
  margin-bottom: 3px;
  list-style: none;
  font-size: 29px;
}

.mysocial li a {
  color: #007df1;
}

#lang li {
  list-style: none;
  float: left;
  margin-top: 1px;
  margin-left: 10px;
}

#lang li a {
  color: #007df1;
}

.header {
  width: 100%;
  z-index: 0;
}

#logo {
  margin: 5px;
}

#phone {
  margin-top: 28px;
}

#phone a {
  color: #007df1;
}

.order {
  margin-top: 28px;
}

.order p {
  color: #007df1;
}

.order img {
  margin-right: 7px;
}

.order:hover {
  cursor: pointer;
}

#mymenu {
  width: 100%;
  background: #ffffff;
  margin-top: 0px;
  overflow: hidden;
}

#mymenu li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
}

#mymenu li a {
  color: #007df1;
  font-weight: 550;
}

.pa-background-swipeup nav li {
  position: relative;
  z-index: 1;
  padding: 30px 10px;
}

.pa-background-swipeup nav li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007df1;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.pa-background-swipeup nav li a:hover {
  color: #ffffff !important;
}

.pa-background-swipeup nav li a:hover::before {
  opacity: 1;
  top: 0;
}

.banner {
  background-image: url("images/banner.jpg");
  background-size: 100%;
  width: 100%;
  height: 55vh;
}

#videoblock {
  width: 956px;
  height: 538px;
  overflow: hidden;
  border-radius: 30px;
}

.leftdate {
  background: #007df1;
  width: 400px;
  height: 400px;
  position: fixed;
  z-index: 9999;
  left: 0%;
  margin-left: -320px;
  margin-top: 60px;
}

.leftdate:hover {
  margin-left: 0px;
  transition: 1s;
  animation-timing-function: cubic-bezier(0.2, -2, 0.8, 2);
}

.toursdates {
  padding-top: 50%;
  padding-left: 30%;
}

.toursdates h3 {
  color: #ffffff;
}

.datename {
  padding: 40px 10px;
}

.datename p {
  writing-mode: vertical-lr;
  color: #ffffff;
  font-size: 29px;
}

.titlemain h1 {
  text-transform: uppercase;
  margin-top: 60px;
}

.titlemain::after {
  content: "";
  display: block;
  border-bottom: 3px solid #007df1;
  text-align: center;
  width: 200px;
  margin: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.title h3, .title h1 {
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 35px;
}

.title::after {
  content: "";
  display: block;
  border-bottom: 3px solid #007df1;
  text-align: center;
  width: 200px;
  margin: auto;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.abouttext p {
  color: #000000;
}

.abouttext ul {
  color: #000000;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 20px;
}

.abouttext li {
  line-height: 20px;
}

.textaboutdetail {
  font-style: italic;
  font-size: 15px;
}

.textaboutdetail2 {
  font-weight: bold;
  font-size: 15px;
}

.grouotour {
  transform: scale(1);
  transition: 0.5s;
}

.grouotour:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.grouotour:hover .datebtn {
  background: #ff3f40;
}

.datebtn a {
  color: #ffffff;
  display: block;
  text-align: center;
}

.mh {
  color: #007df1;
}

.whyuzbblock {
  background: #fefefe;
  width: 100%;
  height: 150px;
  border-radius: 40px;
  padding: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.whypic {
  margin: 30px 10px;
}

.whytext p {
  color: #000000;
}

.recomendations p {
  font-size: 17px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.recomendations span {
  color: #0e338c;
}

.review img {
  width: 90%;
}

.advantege {
  margin-top: 30px;
  color: #000000;
}

.advantege img {
  margin-bottom: 20px;
}

.orderbtn {
  background: #007df1;
  width: 250px;
  height: 45px;
  border-radius: 50px;
  line-height: 40px;
  cursor: pointer;
  padding-left: 15px;
  margin-top: 8px;
}

.orderbtn img {
  margin-right: 5px;
}

.orderbtn a {
  color: #ffffff;
}

.aboutpic {
  border-radius: 30px;
  height: 440px;
  -webkit-box-shadow: 0px 0px 25px 6px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 25px 6px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 25px 6px rgba(34, 60, 80, 0.2);
  border-radius: 30px;
  width: 100%;
  transform: scale(1);
  background-position: top center;
  overflow: hidden;
}

.aboutpic img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutpic img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

#wrapper p {
  color: #000000;
}

.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#wrapper {
  margin-bottom: 100px;
  margin-top: 50px;
}

.tourwrapp {
  width: 1280px;
  margin: auto;
}

#tourday {
  width: 100%;
  height: 650px;
  background: #f8f9fa;
  overflow: hidden;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

#tourday:hover {
  overflow: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#tourtext {
  height: 250px;
  overflow-y: scroll;
  text-align: justify;
  padding-bottom: 20px;
  margin-top: 20px;
}

#tourtext::-webkit-scrollbar {
  width: 5px;
}
#tourtext::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}
#tourtext::-webkit-scrollbar-track {
  background: none;
}
#tourtext::-webkit-scrollbar-thumb {
  background: #b58742;
}
#tourtext::-webkit-scrollbar-thumb:hover {
  background: #b58742;
}
.jssorb05 {
  position: absolute;
}

#mytable {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text p {
  color: #000000;
}

td {
  height: 50px;
  border: 1px solid #857d7d;
  text-align: center;
  color: #000000;
}

#textblockesp p {
  text-align: justify;
  color: #000000;
}

#textblockesp {
  margin-top: 50px;
  margin-bottom: 50px;
}

#textblockesp li {
  color: #000000;
}

#videoblock {
  margin-top: 100px;
}

#dateblock {
  width: 100%;
  height: 350px;
  background: #f8f9fa;
  overflow: hidden;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#tourname {
  padding-top: 15px;
}

#dateblock:hover {
  overflow: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#tourouter {
  height: 100px;
  overflow-y: scroll;
}

#tourdate {
  color: #cf9b57;
}

.tourdetails {
  margin-top: 30px;
}

.item {
  padding-bottom: -20px;
}

.tiletop {
  background: #007df1;
  width: 100%;
  height: 100px;
  padding-top: 20px;
}

.tiletop h5 {
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 20px;
}

.tile:hover .tiletop {
  background: #ff4d4d;
}

.tile:hover .newsbtn {
  background: #ff4d4d;
}

.tile img {
  width: 100%;
  height: 400px;
}

.mynews {
  width: 100%;
  height: 500px;
  background: #ffffff;
  padding: 10px;
  margin-top: 30px;
}

.mynews h4 {
  font-size: 18px;
  height: 80px;
  margin-top: 15px;
}

.newsbtn {
  background: #007df1;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  margin: 20px auto;
  line-height: 50px;
}
.newsbtn a {
  color: #ffffff;
  display: block;
  text-align: center;
}

.tile:hover .newsbtn {
  background: #ff4d4d;
}

.myline {
  display: block;
  height: 20px;
}

#hotelbtn {
  background: #ad792c;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
}

#hotelbtn a {
  color: #ffffff;
  display: block;
  line-height: 50px;
  text-align: center;
}

#form_button {
  margin-top: 50px;
}

.list-unstyled li {
  list-style-type: circle;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#tour p {
  color: #000000;
}

.toursslider h4 {
  margin-left: 25px;
  color: #007df1;
}

.toursslider h5 {
  margin-left: 25px;
  font-size: 18px;
}

.toursslider span {
  color: #000000;
  font-weight: bold;
}

.toursslider h6 {
  margin-left: 25px;
  color: #000000;
  font-weight: bold;
}

.ml1 {
  float: left;
}

.ml2 {
  float: left;
  margin-left: 15px;
}

@media screen and (max-width: 4000px) {
  #topmobile {
    display: none;
  }

  #main-nav {
    display: none;
  }

  .homeslider {
    display: block;
  }

  .item {
    padding-bottom: -20px;
  }

  .tiletop {
    background: #007df1;
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }

  .tiletop h5 {
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 20px;
  }

  .tile:hover .tiletop {
    background: #ff4d4d;
  }

  .tile:hover .newsbtn {
    background: #ff4d4d;
  }

  .tile img {
    width: 100%;
    height: 400px;
  }

  .mynews {
    width: 100%;
    height: 500px;
    background: #ffffff;
    padding: 10px;
    margin-top: 30px;
  }

  .mynews h4 {
    font-size: 18px;
    height: 80px;
    margin-top: 15px;
  }

  .newsbtn {
    background: #007df1;
    width: 250px;
    height: 50px;
    border-radius: 50px;
    margin: 20px auto;
    line-height: 50px;
  }
  .newsbtn a {
    color: #ffffff;
    display: block;
    text-align: center;
  }

  .tile:hover .newsbtn {
    background: #ff4d4d;
  }

  .copmtesti {
    display: block;
  }

  .mobtesti {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  #main-nav {
    display: block;
  }

  #topmobile {
    display: block;
  }

  .homeslider {
    display: none;
  }

  .main_h {
    display: none;
  }

  #mymenu {
    display: none;
  }

  .header {
    display: none;
  }

  .banner {
    background-image: url("images/banner.jpg");
    background-size: 100%;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
  }

  .homebanner {
    background-image: url("images/banner.jpg");
    background-size: 100%;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
  }

  .item {
    padding-bottom: 0px;
  }

  .tiletop {
    background: #007df1;
    width: 100%;
    height: 100px;
    padding-top: 10px;
    display: block;
  }

  .tiletop h5 {
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 20px;
  }

  .tile:hover .tiletop {
    background: #ff4d4d;
  }

  .tile:hover .newsbtn {
    background: #ff4d4d;
  }

  .mynews {
    width: 100%;
    height: 500px;
    background: #ffffff;
    padding: 10px;
    margin-top: 0px;
  }

  .mynews h4 {
    font-size: 18px;
    height: 80px;
    margin-top: 15px;
  }

  .newsbtn {
    background: #007df1;
    width: 250px;
    height: 50px;
    border-radius: 50px;
    margin: 10px auto;
    line-height: 50px;
  }
  .newsbtn a {
    color: #ffffff;
    display: block;
    text-align: center;
  }

  .tile:hover .newsbtn {
    background: #ff4d4d;
  }

  .breadcrumbs {
    padding-top: 30px;
    font-size: 14px;
    display: flex;
  }

  .breadcrumbs span {
    margin-right: 10px;
    margin-left: 7px;
    display: flex;
  }

  .breadcrumbs li {
    list-style: none;
    font-size: 20px;
  }

  .breadcrumbs span li a {
    color: #ad792c;
  }

  .breadcrumbs li {
    display: block;
    float: left;
  }

  .breadcrumbs p {
    display: block;
    float: left;
    margin-top: -20px;
  }

  .breadcrumbs span {
    display: block;
    float: left;
    margin-top: -31px;
    margin-left: 22px;
  }

  #wrapper {
    width: 100%;
  }

  .mobtesti {
    display: block;
  }

  .copmtesti {
    display: none;
  }

  .whyuzbblock {
    background: #fefefe;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 40px;
    padding: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Home */

#mymenu {
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.header-top > div:nth-of-type(2) {
	display: flex;
	justify-content: center;
	align-items: center
}

.header-top > div:nth-of-type(3) {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#mymenu > .row {
	display: grid;
    grid-template-columns: 0.6fr 1.6fr 0.6fr;
    padding: 0 5%;
}

#mymenu > .row > div {
	display: flex;
	align-items: center;
}

#mymenu > .row > div:nth-of-type(2) {
	justify-content: center;
}

#mymenu > .row > div:nth-of-type(3) {
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}

#mymenu > .row > div:nth-of-type(3) img {
	width: 25px;
	height: auto;
	margin-right: 5px;
}

#mymenu > .row > div #phone, #mymenu > .row > div .order {
	margin-top: 0;
}

#mymenu .nav1 {
	margin-bottom: 0;
}

#home-video {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

#home-video > div {
	border-radius: 25px;
}

.about .container > .row {
	background: white;
    border-radius: 25px;
    padding: 20px 30px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	gap: 0 30px;
}

.header-top .research {
	margin-top: 0;
}

.order.md-trigger p {
	margin-bottom: 0;
}

#topmobile {
	overflow: hidden;
	background: #fff;
}

.home .title h3, .home .title h1{
	font-weight: 700;
}

.home .toursdate .row {
	display: flex;
	justify-content: center;
}

.home .toursdate .row > div {
	padding: 20px 25px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.advantages .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 30px;
}

.advantages .row .advantege {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0
}

.advantages .row .advantege img {
	margin-bottom: 0;
	width: 50%;
	height: auto;
}

.advantages .row .advantege p {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #00367D;
	font-weight: 500;
	padding: 15px 5px 10px;
}

.advantages-card {
	padding: 10px 25px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.toursdate .imgtourdate img {
	border-radius: 15px;
}

.toursdate .datebtn a{
	color: black;
    padding: 1px 15px;
    border: 1px solid black;
    cursor: pointer;
    font-size: 18px; 
	border-radius: 50px;
    margin: 20px auto;
	width: fit-content;
}

.why-uzb .container > .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 30px;
}

.why-uzb .container > .row .row {
	width: 100%;
	display: grid;
    grid-template-columns: 0.4fr 1.6fr;
	align-items: center;
	padding: 10px 25px;
	border-radius: 40px;
	background-color: #fff;
	gap: 0 15px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.why-uzb .container > .row .row .whypic {
	margin: 0;
}

.why-uzb .container > .row .row .whytext h5 {
	color: #00367D;
	font-weight: 600;
}

.why-uzb .container > .row .row .whytext p {
	font-size: 14px;
}

.recomendations-content {
	padding: 10px 25px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.recomendations-content p {
	color: #614444;
}

.home .faq-page {
	margin-bottom: 100px;
}

.toparea2-container {
	padding: 0 10%;
}

/* Faq Page */

.faq-page {
	display: flex;
	justify-content: center;
}

.faq-page .title h1 {
	margin-top: 10px;
	font-weight: 700;
}

.faq-page .faq-content {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
}

.faq-page  ul.menu {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.faq-page .faq-content > div > div {
	margin: 0;
}

/* Online Delivery Page */

#formouter #contact_form {
	padding: 25px 35px;
	margin: 0;
	box-shadow: 0px 0px 60px 0px rgba(5.999999999999999, 30.00000000000004, 98.00000000000004, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #fff;
	border-radius: 25px;
}

#formouter #form_button {
	margin-top: 0;
}

#formouter textarea {
	height: auto;
}

#formouter .submit {
	display: flex;
	justify-content: center;
}

#formouter .title h1 {
	margin-top: 10px;
	font-weight: 700;
}

/* Gallery Page */

.robo-gallery-wrap .rbs-img-container .aligment .rbsTitle,
.mfp-wrap .mfp-container .mfp-bottom-bar .mfp-title {
	display: none;
}

.fotogallery.title h1{
	margin-top: 10px;
	font-weight: 700;
}

/* Hotels Page */

.resPoint {
	display: none!important;
}

.hotels .title h1 {
	margin-top: 10px;
	font-weight: 700;
}

/* Contacts Page */

.contacts.title h1 {
	margin-top: 10px;
	font-weight: 700;
}

.contacts-content {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px 0;
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
	box-shadow: 0px 0px 60px 0px rgba(5.999999999999999, 30.00000000000004, 98.00000000000004, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contacts-content > div:nth-of-type(1) p {
	font-size: 20px;
	padding: 0 10%;
}

.contacts-content > div:nth-of-type(1) h3 {
	font-weight: 600;
}

.contacts-content > div:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px 0;
}

.contacts-content > div:nth-of-type(2) p {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 0 8px;
}

.contacts-content > div:nth-of-type(2) a {
	color: #007df1;
}

/* Footer */

.footer {
	font-size: 16px;
    background: #222831;
    padding: 5em 0 4em;
	color: #fff;
}

.footer a, .footer h2, .footer span {
	color: #fff;
}

.footer h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0;
	white-space: nowrap;
}

.footer-row {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 5%;
}

.footer-row > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footer-row  ul.list-unstyled {
	margin-bottom: 0;
	padding: 0 20px;
}

.footer-row ul.list-style {
	list-style: none;
}

.footer-row ul.list-style li {
	margin: 10px 0;
}

.footer-row ul.list-style a {
	display: flex;
    gap: 0 10px;
    align-items: center;
}

.footer-row > div:nth-of-type(1) {
	justify-content: center;
}

/* Tour Signle Page */

.tour-single .title h1 {
	margin-top: 10px;
	font-weight: 700;
}

.tour-single-top {
	/*display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 0 20px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
	background: #fff;
	box-shadow: 0px 0px 60px 0px rgba(5.999999999999999, 30.00000000000004, 98.00000000000004, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 15px;
	padding: 40px 30px;
	margin: 0 90px;
}

.tour-single-top > div {
	width: 100%;
	text-align: center;
}


.tour-single-top > div:nth-last-of-type(1) {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}

#wrapper .tour-single-top > div:nth-last-of-type(1) p {
	color: #fff;
}

.tour-single-top > div:nth-of-type(2) {
	background-color: #F6F7FB;
    padding: 20px 30px;
}
.tour-single-top > div:nth-of-type(2) > div div.wp-block-columns {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	margin-bottom: 0;
}

.tour-single-image img {
	width: 100%;
	height: auto;
	border-radius: 25px;
}

.tour-single-center .accordion-menu {
	margin-top: 100px
}

.tour-single-center ul.menu {
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.tour-single-bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 60px;
}

.tour-single-bottom > div {
	width: 100%;
}

.tour-single-bottom .tourdetails{
	margin-top: 0;
	background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	text-align: left;
    padding: 10px 30px 20px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.tour-single-bottom .tourdetails img {
	width: 100px;
	height: auto;
	align-self: center;
}

.tour-single-bottom .tourdetails h4 {
	font-weight: 600;
	align-self: center;
}

/* Tours List Page */

.tours > .container > .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 25px;
}

.tours .title h1 {
	margin-top: 10px;
	font-weight: 700;
}

.tours .ftco-animate {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.tours .ftco-animate .project-card {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.project-card .text {
	min-height: 180px;
	padding: 10px 25px 0 25px;
}

.project-card .text h3 a {
	color: #00367D;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

.project-card .text h3 {
	line-height: 1;
}

.project-card .text p {
	font-size: 14px;
}

.project-card .img {
	border-radius: 22px;
	overflow: hidden;
	height: 220px;
    width: 100%;
}

.project-card .img img {
	width: 100%;
	object-fit: cover;
    height: 100%;
	transition: 0.4s;
}

.project-card:hover .img img {
	filter: brightness(0.7);
	transition: 0.4s;
}

.project-card .img div {
	position: absolute;
	top: 10px;
	left: 10px;
	color: red;
	background: #fff;
	padding: 3px 12px 3px 6px;
	border-radius: 10px;
}

.project-card > .price {
	align-self: flex-end;
	padding: 10px 0;
	margin: 0 25px;
	border-top: 1px solid #e5e5e5;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.project-card > .price h4 {
	color: #00367D;
	margin-bottom: 0;
	font-size: 20px;
}

.project-card > .price a {
	color: black;
    padding: 1px 15px;
    border: 1px solid black;
    cursor: pointer;
    font-size: 14px;
}

/* Media */

#main-nav > ul {
	display: none!important;
}

.mobile-menu {
	position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -10;
    background: white;
    top: 0;
    right: -120%;
    display: none;
    justify-content: center;
    align-items: center;
	background: url('https://asiyatravel.com/wp-content/themes/turist/images/backround.jpg');
}

#menu-button.active {
  transform: rotate(360deg);
}

#menu-button.active span:nth-of-type(1){
  transform: translateY(7px) rotate(-45deg);
}

#menu-button.active span:nth-of-type(2){
  transform: translateY(0) rotate(45deg);
}

#menu-button.active span:nth-of-type(3){
  opacity: 0;
}

#mobile-menu.active {
  right: 0;
  top: 0;
  z-index: 20;
  display: flex;
}

body.active {
  overflow: hidden;
}

#mobile-menu .nav1 {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
}

#mobile-menu .nav1 li a {
	font-size: 36px;
	color: #007bff;
	padding: 12px 24px;
	font-weight: 700;
}

.has-black-color {
	display: none;
}

.mobile-toggle > button {
	transition-duration: .3s;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 30;
    cursor: pointer;
	position: relative;
	-webkit-appearance: button;
    background-color: transparent;
    background-image: none;
	text-decoration: none;
	border: none;
	outline: none;
}

.mobile-toggle > button > span {
	background-color: black;
	width: 100%;
	height: 2px;
	display: block;
}

.mobile-toggle > button > span:nth-of-type(1) {
	margin-bottom: 0.25rem;
}

.mobile-toggle > button > span:nth-of-type(3) {
	margin-top: 0.25rem;
}

.home .banner {
	display: none;
}

.date.title h1 {
	margin-top: 10px;
    font-weight: 700;
}

.hotels.photo-tour .title h1 {
	margin-top: 100px;
}

.hotels.photo-tour .container .item img {
	width: 100%;
	height: 283px;
	object-fit: cover;
}

.hotels.photo-tour .container .item > div {
	padding: 0 5px;
}

.date-block {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	margin-bottom: 1rem;
}

.date-block p {
	margin-bottom: 2px;
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

@media screen and (max-width:1800px) {
	.banner {
		background-size: cover;
	}
}

@media screen and (max-width:1400px) {
	.banner {
		height: 40vh;
	}
}

@media screen and (max-width:1357px) {
	#mymenu > .row {
		grid-template-columns: 0.3fr 1.6fr 0.4fr;
	}
}

@media screen and (max-width:1280px) {
	.footer-row {
		grid-template-columns: 0.6fr 0.8fr 1fr 1fr;
	}
	
	.footer a {
		font-size: 14px;
	}
	
	.footer h2 {
		font-size: 22px;
	}
	
	.footer-row ul.list-unstyled {
		padding: 0;
	}
	
	.rbs-imges-container {
		margin-left: 0!important;
	}
}

@media screen and (max-width:1200px) {
	.header-top {
		grid-template-columns: 0.6fr 1fr 0.6fr;
		margin: 0;
	}
}

@media screen and (max-width:1112px) {
	#mymenu .pa-background-swipeup nav li {
		padding: 30px 5px;
	}
	
	#mymenu .pa-background-swipeup nav li a {
		font-size: 14px;
	}
	
	#mymenu > .row {
		grid-template-columns: 0.5fr 1.4fr 0.5fr;
	}
	
	.banner {
		height: 30vh;
	}
}

@media screen and (max-width:1080px) {
	#topmobile > .row {
		display: grid;
		align-items: center;
    	grid-template-columns: 1fr 0.1fr 1fr;
		padding: 0 5%;
	}
	
	#topmobile > .row > div:nth-of-type(2) {
		opacity: 0;
	}
	
	#topmobile > .row > div:nth-of-type(3) {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	
	#topmobile .stellarnav > ul > li > a {
		padding: 20px 5px;
		font-size: 14px;
		color: #007df1;
	}
	
	#topmobile #phone, #topmobile .order {
		margin-top: 0;
	}
	
	#topmobile .stellarnav.light {
		background: none;
	}
	
	#topmobile #phone, #topmobile .order p {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	
	#topmobile #phone a, #topmobile .order p {
		font-size: 14px;
	}
	
	.order img {
		margin-right: 0;
	}
	
	#topmobile #phone img, #topmobile .order img {
		width: 25px;
		height: auto;
	}
	
	.toparea2-container {
		padding: 0 5%;
	}
	
	.toparea2 .research p {
		margin-bottom: 0;
	}
	
	.toparea2 .research {
		width: fit-content;
		height: fit-content;
		padding: 2px 10px;
	}
	
	.toparea2 .research p {
		white-space: nowrap;
		font-size: 12px;
	}
	
	.toparea2 .research img {
		width: 26px;
		height: auto;
	}
	
	.home .banner {
		display: block;
	}
}

@media screen and (max-width:1024px) {
	.footer-row .footerlogo,
	.footer-row > div ul ul,
	.footer-row{
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	
	.footer-row > div {
		align-items: center;
	}
	
	.footer {
		padding: 2em 0 1em;
	}
	
	.footer-row ul.list-style a {
		justify-content: center;
	}
}

@media screen and (max-width:991px) {
	.header-top {
    	grid-template-columns: 0.4fr 1fr 0.4fr;
	}
}


@media screen and (max-width:867px) {
	.tours > .container > .row {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.about .container > .row {
		grid-template-columns: 1fr
	}
	
	.about .container > .row > div:nth-of-type(1) {
		display: flex;
		justify-content: center;
	}
	
	.about .container > .row > div:nth-of-type(1) > div {
		width: 80%;
		height: 350px;
	}
	.about .container > .row > div:nth-of-type(2) > div {
		padding: 15px 8%;
    	margin: 20px;
    	border-radius: 15px;
    	background-color: #F6F7FB;
	}
	
	.about .container > .row > div:nth-of-type(2) > div p {
		margin-bottom: 0;
		text-align: center;
	}
	
	.advantages .row {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#lang .lang-item a span {
		display: none;
	}
	
	#lang .lang-item a img {
		width: 25px!important;
		height: 18px!important;
	}
	
	#mobile-menu .nav1 {
		padding: 0 0 80px;
	}
}

@media screen and (max-width:768px) {
	.faq-page .faq-content {
		grid-template-columns: 1fr;
    	gap: 30px 0;
		padding: 0 5%;
	}
	
	.banner {
		height: 30vh;
	}
	
	.tour-single-top {
		margin: 0;
	}
	
	.tour-single-bottom {
		grid-template-columns: 1fr;
    	gap: 60px 0;
	}
	
	.tour-single-bottom .tourdetails p {
		margin-bottom: 0;
	}
	
	#home-video {
		width: 100%;
	}
	
	.about .container > .row > div:nth-of-type(1) > div {
		width: 90%;
	}
	
	.why-uzb .container > .row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.why-uzb .container > .row .row {
		width: 90%;
	}
	
	.home .faq-page .faq-content {
		padding: 0;
	}
	
	.toursdate .datebtn a {
		margin: 15px auto 0;
	}
	
	.home .faq-page {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:540px) {
	.footer-row {
		padding: 0 12%;
    	text-align: center;
	}
	
	.contacts-content {
		padding: 20px 15px;
		gap: 25px 0;
	}
	
	.contacts-content > div:nth-of-type(1) p {
		padding: 0;
		font-size: 16px;
	}
	
	.contacts-content > div:nth-of-type(2) {
		width: 100%;
	}
	
	.contacts-content > div:nth-of-type(2) p {
		margin-bottom: 0;
		flex-direction: column;
	}
	
	.contacts.title h1,
	.faq-page .title h1,
	#formouter .title h1,
	.fotogallery.title h1,
	.hotels .title h1,
	.tours .title h1,
	.tour-single .title h1,
	.home .title h3,
	.home .title h1,
	.date.title h1{
		font-size: 25px;
		font-weight: 800;
	}
	
	.contacts-content > div:nth-of-type(1) h3 {
		font-size: 25px;
	}
	
	#wrapper {
		margin-bottom: 50px;
	}
	
	#contact_form .name,
	#contact_form .email {
		width: 100%;
	}
	
	#contact_form input[type='text'], 
	#contact_form [type='email'], 
	#contact_form select, 
	#contact_form textarea {
		font-size: 14px;
		margin: 0 0 1em 0;
		padding: 0 0 0.5em 0;
	}
	
	#formouter #form_button {
		padding: 10px 25px;
	}
	
	.tours > .container > .row {
		grid-template-columns: 1fr;
	}
	
	.tour-single-top {
		padding: 20px 15px;
	}
	
	.tour-single .toursslider h5,
	.tour-single .toursslider h6{
		margin-left: 0;
	}
	
	.tour-single-top p {
		margin-bottom: 0;
	}
	
	.tour-single-top > div:nth-last-of-type(1) {
		flex-direction: column;
		align-items: center;
	}
	
	.about .container > .row {
		padding: 20px 15px;
	}
	
	.about .container > .row > div:nth-of-type(1) > div {
		width: 95%;
	}
	
	.about .container > .row > div:nth-of-type(2) > div {
		margin: 20px 5px;
	}
	
	.advantages .row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.advantages .row .advantege img {
		width: 25%;
	}
	
	.advantages .row .advantege p {
		padding: 0 5px 10px;
	}
	
	.tours > .container > .row,
	.home .toursdate .row,
	.advantages .row,
	.about .container > .row,
	.firstvideo .container .row{
		margin: 0;
	}
	
	.header-top {
		grid-template-columns: 0.6fr 1fr 0.6fr;
	}
	
	.toparea2 .mysocial li {
		font-size: 25px;
		margin-left: 7px;
	}
	
	.toparea2-container {
		padding: 0 2%;
	}
	
	.header-top {
		display: flex;
		justify-content: space-between;
	}
	
	.header-top > div:nth-of-type(3) {
		display: none;
	}
	
	#mobile-menu .nav1 li a {
		letter-spacing: 2px;
		font-size: 28px;
	}
	
	#topmobile > .row {
		padding: 0 7%;
	}
	
	.banner {
		height: 230px;
	}
	
	.date-block p {
		font-size: 13px;
		font-weight: bold;
	}
	
	.date-block {
		grid-template-columns: 1fr;
	}
	
	.date-block > p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:450px) {
	.rbs-img.rbs-img-loaded > .rbs-img-container {
		margin-right: 15px!important;
	}
	
	.about .container > .row > div:nth-of-type(2) > div {
		padding: 15px 3%;
	}
	
	.about .container > .row {
		padding: 10px 5px;
	}
	
	.why-uzb .container > .row .row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
		gap: 10px 0;
	}
}