* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #252525;
}

p {
  color: #727695;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  background-color: #f9520b;
  border-radius: 50px;
  cursor: pointer;
}

.loading-box {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: #222;
  opacity: 0.7;
  overflow: hidden;
  transition: all 500ms ease-in;
}

.loading-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  overflow: hidden;
  animation: blinkTXT 1000ms infinite;
}

.loading-deactive {
  display: none !important;
}

/*
.loading-box span::before{
content: '';
width: 100%;;
height: 4px;
background-color: #fff;
border-radius: 50px;
position: absolute;
bottom: -10px;
display: block;
overflow: hidden;
animation: loadingBar 500ms infinite;
}

@keyframes loadingBar {
  0%{
    left: -10px;
  }
  50%{
    width: 100%;
  }
  100%{
    width: 0%;
  }
} */
@keyframes blinkTXT {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.loading-active {
  display: block;
}

.cover-box {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: #222;
  opacity: 0.7;
  transition: all 500ms ease-in;
}

.cover-active {
  animation: blueOut 500ms;
  display: block;
}

@keyframes blueOut {
  0% {
    opacity: 1;
  }
}

.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

.container-gray {
  max-width: 1150px;
  margin: 0 auto;
  padding: 80px 0;
}

.wrapper-gray {
  background-color: #f2f2f2;
}

.section {
  margin: 80px 0;
}

.section1, .section2 {
  height: 100%;
  width: 100%;
}

.section-gap {
  padding: 30px 0;
}

.section-card {
  display: flex;
  align-items: center;
}

.section-side-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-section-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  opacity: 1;
  transition: all 300ms ease-in;
}

/* .slider-1 {
  background-image: url(/img/slider/2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 300ms ease-in;
}

.slider-2 {
  background-image: url(/img/slider/3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 300ms ease-in;
}

.slider-3 {
  background-image: url(/img/slider/4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: all 300ms ease-in;
} */
.slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 500ms ease-in;
}

.slider-wrapper .slider-item {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: fade-out-img 300ms;
  transition: all 500ms ease-in;
}

@keyframes fade-out-img {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.slider-wrapper .slider-item img {
  width: 100%;
  height: 100%;
  transform: scale(1) rotate(0deg);
  object-fit: cover;
}

.slider-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-txt h6 {
  color: #f9520b;
  font-size: 1.8rem;
}

.slider-txt p {
  color: #fff;
  font-size: .89rem;
  line-height: 1.8;
  padding: 0;
}

.slider-txt button {
  color: #fff;
  background-color: #ff9800;
  padding: 12px;
  border-radius: 0;
  font-size: .7rem;
  font-size: .7rem;
  border: none;
}

.slide-Active {
  animation: fade-img 300ms !important;
  overflow: hidden;
  display: block !important;
}

.slide-Active img {
  animation: zoom-out-slide 20000ms;
  transition: all 500ms ease-in;
}

@keyframes zoom-out-slide {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1 !important;
  }

  100% {
    transform: scale(1.5) rotate(5deg);
    opacity: 0.5 !important;
  }
}

@keyframes fade-img {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header-nav {
  display: flex;
  flex-direction: column;
}

.header-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

/* .header-top-nav .logo {
  position: relative;
} */

.header-top-nav .logo h1 {
  font-size: 2.2rem;
  color: #f9520b;
}

.header-top-nav .logo h1 .logo2 {
  font-size: 1.8rem;
  color: #fff;
}

.header-top-nav .logo h1 .logo3 {
  font-size: .8rem;
  color: #a6a4a5;
  padding-left: 8px;
}

.logo{
  z-index: 1;
}

.logo .toggle-menu {
  position: absolute;
  top: 28px;
  right: 0;
  width: 40px;
  cursor: pointer;
  display: none;
  flex-direction: column;
}

.toggle span {
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 500ms ease-in;
}

.toggle-active span:first-child {
  transform: rotate(-220deg) translateX(15px);
}

.toggle-active span:nth-child(2) {
  transform: translateX(-1000px);
}

.toggle-active span:last-child {
  transform: rotate(220deg) translateX(15px);
}

.contact-info {
  display: flex;
  align-items: center;
  z-index: 0;
}

.contact-info .contact-item {
  display: flex;
  align-items: flex-end;
  margin-right: 12px;
}

.contact-info .contact-item .info-icon {
  width: 25px;
  height: 25px;
}

.contact-info .contact-item .info-icon img {
  width: 100%;
  height: 100%;
}

.contact-info .contact-item .info-details {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}

.contact-info .contact-item .info-details h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.contact-info .contact-item .info-details span {
  font-size: .8rem;
  color: #f9520b;
}

.header-links-nav {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3838388a;
  border-radius: 4px;
  position: relative;
}

.header-links-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-links-nav ul li a {
  font-size: .8rem;
  color: #fff;
  padding: 0 8px;
}

.header-links-nav ul li a:hover {
  color: #f9520b;
}

.alert-link {
  position: absolute;
  right: 20px;
  background-color: #f9520b;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0 2px 8px -3px #222;
  cursor: pointer;
}

.alert-link:hover {
  background-color: #ff5710;
}

.alert-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .8rem;
}

.alert-link a img {
  width: 30px;
  height: 30px;
}

.border-left-org {
  position: relative;
}

.border-left-org::before {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #f9530c;
  position: absolute;
  top: -10px;
}

.section-side-by .side-sections {
  width: 50%;
}

.section-side-by .side-sections {
  padding: 0 20px;
}

.side-sections h1 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.side-sections p {
  font-size: .8rem;
  line-height: 1.8;
}

.side-sections:first-child p {
  padding-left: 0;
}

.side-sections img {
  width: 100%;
  z-index: 5;
}

.side-section-img {
  width: 100%;
  position: relative;
}

.side-section-img::before {
  content: '';
  width: 25%;
  height: 25%;
  background-color: #f9520b;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  animation: imgWrapperOrg 10s infinite;
}

.side-section-img::after {
  content: '';
  width: 25%;
  height: 25%;
  background-color: #f9520b;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  animation: imgWrapperOrg 10s infinite;
}

@keyframes imgWrapperOrg {
  0% {
    width: 25%;
    height: 25%;
    opacity: 1;
  }

  50% {
    width: 50%;
    height: 50%;
    opacity: .8;
  }

  100% {
    width: 25%;
    height: 25%;
    opacity: 1;
  }
}

.section-card {
  display: flex;
  align-items: center;
}

.cards-wrapper {
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  transition: all 500ms ease-in;
}

.next-package {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  margin-right: 3.5px;
  z-index: 5;
}

.next-package img {
  width: 100%;
  cursor: pointer;
  animation: zoom-in-out-next 1s infinite;
}

@keyframes zoom-in-out-next {
  0% {
    /* transform: scale(1); */
    transform: translateX(0);
  }

  50% {
    /* transform: scale(1.1); */
      transform: translateX(4px);
  }

  100% {
    /* transform: scale(1); */
        transform: translateX(-1px);
  }
}

/* .next-package img:hover {
  animation-play-state: paused;
}

.before-package img:hover {
  animation-play-state: paused;
} */
@keyframes zoom-in-out-next-stop {
  0% {
    /* transform: scale(1); */
    transform: translateX(0);
  }

  50% {
    /* transform: scale(1.1); */
      transform: translateX(1);
  }

  100% {
    /* transform: scale(1); */
        transform: translateX(0);
  }
}

.cards-wrapper::after {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #22222266;
  position: absolute;
  right: -10px;
}


::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.cards-wrapper .before-package {
  display: none;
}

.cards-wrapper-next::before {
  content: '';
  width: 5%;
  height: 100%;
  background-color: #22222266;
  position: absolute;
  left: 0;
  z-index: 10;
  opacity: 1;
  transition: all 500ms ease-in;
}

.cards-wrapper-next .before-package {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  margin-left: 3.5px;
  transform: rotate(180deg) !important;
  z-index: 11;
  opacity: 1;
  transition: all 500ms ease-in;
}

.cards-wrapper-next .before-package img {
  width: 100%;
  cursor: pointer;
  animation: zoom-in-out-next 1s infinite;
}

.cards-wrapper-next .card-item {
  transform: translateX(-130%);
}

.cards-wrapper-next::after {
  animation: fade-out-next 500ms;
  opacity: 0;
}

.cards-wrapper-next .next-package {
  animation: fade-out-next 500ms;
  opacity: 0;
  z-index: -1;
}

@keyframes fade-out-next {
  0% {
    height: 0;
  }
}

.card-4 {
  min-width: 25%;
}

.card-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-right: 20px;
  background-color: #fff;
}

.card-item:last-child {
  margin-right: 0;
}

.card-img {
  position: relative;
  overflow: hidden;
}

.card-item img {
  width: 100%;
  min-height: 120px;
  transition: all 500ms ease-in;
}

.card-item img:hover {
  transform: scale(1.1);
}

.price-tag {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #f9520b;
  color: #fff;
  font-weight: 600;
}

.price-tag .sub {
  font-size: .8rem;
  font-weight: 500;
}

.card-descr h4, p {
  margin: 12px 0;
  padding: 0 12px;
}

.card-descr p {
  font-size: .8rem;
  line-height: 1.8;
}

.card-descr .card-btn {
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #a9afbc29;
  padding-top: 4px;
}

.card-descr .card-btn button {
  border: none;
}

.card-descr .card-btn a:first-child button {
  color: #fff;
  background-color: #ff9800;
  padding: 8px;
  border-radius: 0;
  font-size: .7rem;
}

.card-descr .card-btn a:last-child button {
  color: #0c59db;
  background-color: transparent;
  font-size: .7rem;
  border: none;
}

.rent-btn {
  color: #fff;
  background-color: #ff9800;
  padding: 4px;
  border-radius: 0;
  font-size: .7rem;
  transition: all 300ms ease-in;
}

.rent-btn a button {
  color: #fff !important;
}

.rent-btn:hover {
  background-color: #e18702;
}

.home-contact-wrapper {
  width: 100%;
  background-image: url('../img/contact-us.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}

.home-contact-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.7;
}

.home-contact-wrapper .side-sections {
  z-index: 1;
}

.home-contact-wrapper .border-left-org {
  color: #fff;
}

.home-contact-wrapper .contact-info-wrapper {
  display: flex;
  flex-direction: column;
}

.home-contact-wrapper .contact-info-wrapper .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.home-contact-wrapper .contact-info-wrapper .contact-item-icon {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

.home-contact-wrapper .contact-info-wrapper .contact-item-icon img {
  width: 100%;
  height: 100%;
}

.home-contact-wrapper .contact-info-wrapper .contact-details {
  display: flex;
  flex-direction: column;
}

.home-contact-wrapper .contact-info-wrapper .contact-details h5 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 8px;
}

.txt-fff {
  color: #fff;
  font-size: 1rem;
}

.side-section-form {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background-color: #222222a8;
  border-radius: 8px;
  box-shadow: 0 2px 12px -3px #222;
}

.side-section-form h5 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 8px;
}

.side-section-form .input-row {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.side-section-form .input-row input, select {
  width: 100%;
  padding: 14px;
  margin-right: 12px;
}

input, select, textarea {
  font-weight: normal;
  /* border-bottom:1px solid #e1dbdb; */
}

textarea{
color: #393939 !important;
}
}

input, select, textarea:focus-visible {
  outline: none;
}

.row-select-once select {
  width: 28%;
  font-family: roboto;
}

.row-select-once select option {
  font-family: roboto;
}

.side-section-form textarea {
  font-family: roboto;
  padding: 14px;
}

.side-section-form .input-row input:last-child {
  margin-right: 0;
}

.input-not-vis {
  visibility: hidden;
  position: absolute;
}

form button {
  width: 100px;
  padding: 16px;
  border-radius: 0;
  border: none;
  background-color: #ff9800;
  color: #fff;
  cursor: pointer;
}

.home-page-reviews-section {
  display: flex;
  align-items: center;
}

.review-cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-card-item {
  width: 33.33%;
  padding: 15px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 8px -4px #222;
  border-radius: 8px;
}

.review-card-item .review-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.review-card-item .review-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.reviewer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}

.reviewer-details h6 {
  font-size: .8rem;
}

.reviewer-details a {
  font-size: .6rem;
  color: #00aa6c;
}

.reviewer-details .stars {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}

.reviewer-details .stars img {
  width: 100%;
}

.review-descr p {
  font-size: .8rem;
  line-height: 1.8;
}

.read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-more-btn button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 8px 0;
}

.read-more-btn button a {
  color: #f9520b;
}

footer {
  width: 100%;
  background-color: #222;
  padding: 50px 0;
}

.footer-items-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-item {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

.footer-item h6 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 15px;
}

.footer-item li {
  font-size: .8rem;
  padding-bottom: 4px;
  color: #727695;
  font-weight: normal;
}

.footer-item li a {
  font-size: .8rem;
  padding-bottom: 4px;
  color: #727695;
  font-weight: normal;
}

.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icons a {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.footer-icons a img {
  width: 100%;
  height: 100%;
}

.popup-form-wrapper {
  display: none;
  width: 100%;
}

.popup-form-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  bottom: 100%;
  opacity: 0;
}

.fix-popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  animation: slide-in-pop-up 500ms;
}

@keyframes slide-in-pop-up {
  0% {
    transform: translate(0, -0);
  }
}

.popup-form-wrapper .side-section-form {
  width: 50% !important;
  margin: 0 auto;
  position: relative;
}

.popup-form-wrapper .side-section-form textarea {
  width: 100%;
}

.popup-form-wrapper .side-section-form .close-btn {
  cursor: pointer;
}

/* scroll animation section */
.txt-area-wrapper {
  transform: translateX(-5000px);
  overflow: hidden;
  display: none;
}

.txt-slide-in {
  animation: txt-anim-scroll 1200ms;
  transform: translateX(0px);
  display: block;
  transition: all 1000ms ease-in;
}

@keyframes txt-anim-scroll {
  0% {
    transform: translateX(-5000px);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.slide-left {
  transform: translateX(-5000px);
  overflow: hidden;
}

.item-slide-left {
  animation: itemLeftIn 800ms;
  transform: translateX(0px);
}

@keyframes itemLeftIn {
  0% {
    opacity: 0;
    transform: translateX(-5000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-right {
  transform: translateX(5000px);
  overflow: hidden;
}

.item-slide-right {
  animation: itemRightIn 1200ms;
  transform: translateX(0px);
}

@keyframes itemRightIn {
  0% {
    opacity: 0;
    transform: translateX(5000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* .item-slide-bottom{

}

.item-slide-top{

} */
.card-anim {
  transform: scale(0);
  transition: all 1200ms ease-in;
}

.item-scale-plus {
  animation: scaleInc 1200ms;
  transform: scale(1);
}

@keyframes scaleInc {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@media (max-height: 750px) {
.fix-popup{
    height: 100vh;
    overflow: scroll;
}
}


