/*
Theme Name: WINDOWS
Theme URI: https://khrystev.dev/
Author: Roman Khrystev
Author URI: https://khrystev.dev/
Description: Digital Marketing
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media (min-width: 1024px) {
  .size-24 {
    width: 8rem;
    height: 8rem;
  }
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px;
  width: 72px;
  height: 72px;
  border: 3px dotted #9d7132;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
  z-index: 222;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #000;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px;
  border: 2px dotted #000;
  border-style: solid dotted solid dotted;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: rotationBack 2.5s linear infinite;
  transform-origin: center center;
}

.form {
  position: relative;
}

.form-messages {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  display: none;
}

.form-messages.active {
  display: flex;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

table {
  line-height: 24px;
  border-spacing: 1.66667px;
  border-top-width: 0.833333px;
  border-right-width: 0.833333px;
  border-bottom-width: 0.833333px;
  border-left-width: 0.833333px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  min-width: 300px;
  width: 100%;
}

table * {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(229, 231, 235);
  border-right-color: rgb(229, 231, 235);
  border-bottom-color: rgb(229, 231, 235);
  border-left-color: rgb(229, 231, 235);
  border-spacing: 1.66667px;
  padding: 16px;
}

thead tr {
  background-color: rgb(249, 250, 251);
  color: rgb(55, 65, 81);
}

tbody tr {
  color: rgb(0, 0, 0);
  border-top-width: 0.833333px;
}

th {
  color: rgb(55, 65, 81);
  text-align: left;
}

td {
  color: rgb(0, 0, 0);
}

thead {
  border-collapse: collapse;
}

.footer-end-links a {
  text-decoration: underline;
}

.footer-end {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  opacity: 0.7;
}

.copyright {
  opacity: 0.7;
}

.h-50 {
  height: 250px;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.whatsapp:hover {
  transform: scale(1.1);
}

.prose ul {
  list-style: disc;
  padding-left: 20px;
}
.prose ul,
.prsoe ol {
  margin: 20px 0;
}

.prose ol {
  list-style: decimal;
  padding-left: 20px;
}

.text p {
  margin-bottom: 20px;
}

.text p:last-child {
  margin-bottom: 0;
}

.main-about-number {
  position: absolute;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -27px;
  right: -57px;
}

.main-about-number span:first-child {
  font-size: 48px;
  text-align: center;
  line-height: 1;
  color: rgb(69 73 247);
  font-weight: 700;
  margin-bottom: 10px;
}
.main-about-number span:last-child {
  font-size: 16px;
  text-align: center;
  line-height: 1.35;
  color: #001837;
  font-weight: 500;
}

.above-title {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #001837;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  padding-left: 60px;
}

.above-title.text-white {
  color: #fff;
}

.above-title::before {
  content: "";
  height: 1px;
  width: 50px;
  top: 10px;
  left: 0;
  position: absolute;
  background: #001837;
  opacity: 0.6;
}

.above-title-both {
  padding-right: 60px;
}
.above-title-both:after {
  content: "";
  height: 1px;
  width: 50px;
  top: 10px;
  right: 0;
  position: absolute;
  background: #001837;
  opacity: 0.6;
}

.above-title-both.text-white:before,
.above-title-both.text-white:after {
  background: #fff;
}

.booking-items {
    display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-items: center; 
  align-items: flex-start;
}

.booking-item {
    flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon--calendar {
  background-image: url("./assets/images/date.svg");
  background-size: 30px;
  margin-bottom: 20px;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
}

.icon-step {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6382f7;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 20px;
}
.icon-step--1 {
    background-image: url("./assets/images/step--1.png");
}
.icon-step--2 {
    background-image: url("./assets/images/step--2.png");
}
.icon-step--3 {
    background-image: url("./assets/images/step--3.png");
}

.step-item-content {
    margin-left: 10px;
}


@media (max-width: 1024px) {
    .main-about-number {
        right: 27px;
        bottom: 27px;
    }
  }