@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url(https://fonts.googleapis.com/css?family=Finger+Paint);
*,html,body{padding: 0;margin: 0;list-style-type: none;text-decoration: 0; box-sizing: border-box;}
html,body{overflow-x: hidden;}
body{background-color: #1b1b1b;}
.al {display: none;}
::-webkit-scrollbar {width: 1px; height: 5px; }
::-webkit-scrollbar-track {background: #1e1e1e; border-radius: 10px; }
::-webkit-scrollbar-thumb {background-color: #F5E6CC; border-radius: 8px;transition:background0.3s;}
::-webkit-scrollbar-thumb:hover {background: #baae99;}
.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #1b1b1b;
  z-index: 1000;
}
.section-left {
  background-color: #1b1b1b;
  left: 0;
}
.body{
  background-color: #1b1b1b;
}
.section-right {
  background-color: #1b1b1b;
  right: 0;
}
.loaded  .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s ease 4.3s;
}
.loaded  .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s ease 4.3s;
}
.writer{
  position: absolute;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
}
#typewriter{
  position: relative;
  z-index: 1100;
  color: #F5E6CC;
  font-family: 'Pacifico', cursive;
  letter-spacing: 2px;
  font-size: 10ex;
}
.head {
  position: absolute;
  width: 95%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #1b1b1b;
}
#welUs{
  color: rgb(246, 229, 173);
  font-weight: 600;
}
.img{
  width: 70%;
  height: 80vh;
  background-image: url(../images/head.jpeg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* border-radius: 20% 10% / 10% 20%; */
  filter: contrast(110%) brightness(60%);
}
        .container-fluid {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            overflow: hidden;
            font-size: 10ex;
            height: 100vh;
            font-family: 'Pacifico', cursive;
            text-align: center;
            color: transparent;
            backface-visibility: hidden;
            z-index: 1001;
        }
        .container-fluid span {
            display: inline-block;
            text-shadow: 0 0 0 whitesmoke;
            animation: smoky 4s 3s both;
        }
        .container-fluid span:nth-child(even) {
            animation-name: smoky-mirror;
        }
        @keyframes smoky {
            60% {
                text-shadow: 0 0 40px whitesmoke;
            }
            to {
                transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
                text-shadow: 0 0 20px whitesmoke;
                opacity: 0;
            }
        }
        @keyframes smoky-mirror {
            60% {
                text-shadow: 0 0 40px whitesmoke;
            }
            to {
                transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
                text-shadow: 0 0 20px whitesmoke;
                opacity: 0;
            }
        }
        .container-fluid span:nth-of-type(1) {
            animation-delay: 2.1s;
        }
        .container-fluid span:nth-of-type(2) {
            animation-delay: 2.2s;
        }
        .container-fluid span:nth-of-type(3) {
            animation-delay: 2.3s;
        }
        .container-fluid span:nth-of-type(4) {
            animation-delay: 2.4s;
        }
        .container-fluid span:nth-of-type(5) {
            animation-delay: 2.5s;
        }
        .container-fluid span:nth-of-type(6) {
            animation-delay: 2.6s;
        }
        .container-fluid span:nth-of-type(7) {
            animation-delay: 2.7s;
        }
        .container-fluid span:nth-of-type(8) {
            animation-delay: 2.8s;
        }
        .container-fluid span:nth-of-type(9) {
            animation-delay: 2.9s;
        }
        .container-fluid span:nth-of-type(10) {
            animation-delay: 3s;
        }
        .container-fluid span:nth-of-type(11) {
            animation-delay: 3.1s;
        }
        .container-fluid span:nth-of-type(12) {
            animation-delay: 3.2s;
        }
        .container-fluid span:nth-of-type(13) {
            animation-delay: 3.3s;
        }
        #d{
            margin-left: 2%;
        }
@media screen and (max-width:630px){
    .writer{
        display: flex;
    }
    .container-fluid{
        display: none;
    }
}
.messageLoad{
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  z-index: 2000;
}
.messageContent{
  color: #E3CDA8;
  font-family: 'Pacifico', cursive;
  font-size: 25px;
}
.alarab{
    width: 100%;
    height: 100vh;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}
.contenti{
    z-index: 2;
    position: relative;
}
.menu{
    position: fixed;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.menu ol{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 50px;
}
.menuContentReliz{
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 1%;
  background-color: #E3CDA8;
}
.menu ol li{
    position: relative;
    float: left;
    margin-right: 3%;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Satisfy', cursive;
    font-weight: 500;
}
.menu ol li a{
  text-decoration: none;
  color: #000000;
}
.menu ol li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    bottom: 1%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.411); 
    transition: width 0.6s ease, left 0.6s ease;
    transform: translateX(-50%); 
}
.menu ol li:hover::after {
    width: 100%;
}
.li8{
    margin-right: 0;
}
.txt{
    position: absolute;
    width: 60%;
    height: 100vh;
    display: flex;
    justify-content: end;
    z-index: 2;
}
@media screen and (max-width: 1080px){
  .txt {
    width: 100%;
    justify-content: end !important;
  }
  #clc {
    width: 100% !important;
  }
}
@media screen and (max-width: 840px) {
  .lbl {
    height: 40vh !important;
  }
}
@media screen and (max-width: 730px) {
  .head {
    width: 100%;
    height: 100vh;
    justify-content: center;
  }
  .img {
    width: 100%;
    height: 100%;
    filter: brightness(40%);
  }
}
@media screen and (max-width: 510px) {
  .alignSocialNetworks {
    display: none !important;
  }
  .txt {
    justify-content: center !important;
  }
  .setForThisTestProjektForMyClient {
    height: 100vh !important;
    width: 100% !important;
    justify-content: center !important;
  }
  .quoteInfromationForprojekt {
    width: 100% !important;
    padding: 15px 25px !important;
    }
    .quoteInfromationForprojekt:before {
      font-size: 40px !important;
      }
      .quoteInfromationForprojekt p {
      line-height: 1.2 !important;
      }
      .quoteInfromationForprojekt cite {
      font-weight: 200 !important;
      }
}











.setForThisTestProjektForMyClient {
  position: absolute;
  height: 94vh;
  width: 70%;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 960px){
  .setForThisTestProjektForMyClient {
    width: 90%;
  }
}
.quoteInfromationForprojekt {
  width: 80%;
  margin: 0;
  background: #00000082;
  color: #E3CDA8;
  padding: 20px 30px;
  position: relative;
  border-left: 35px solid #E3CDA8;
  font-family: 'Lato', sans-serif;
  }
  .quoteInfromationForprojekt:before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  left: -29px;
  top: 5px;
  color: #000000;
  font-size: 50px;
  text-shadow: 1px 2px 0 white;
  }
  .quoteInfromationForprojekt p {
  margin: 0 0 16px;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.4;
  }
  .quoteInfromationForprojekt cite {
  font-style: normal;
  font-weight: 300;
  color: #E3CDA8;
  }
.alignSocialNetworks{
  position: absolute;
  height: 100vh;
  display: flex;
  align-items: end;
}
.socialnetworksForClient{
  z-index: 100;
  width: 50px;
  height: 95vh;
  background-color: #e3cda85b;
}
.imgContainerNetworks{
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.pngInformationIcon{
  width: 90%;
  cursor: pointer;
}
.lbl{
    width: 90%;
    height: 60vh;
    display: flex;
    justify-content: baseline;
    align-items: end;
}
#clc{
  text-align:start;
  width: 60%; 
  font-family: 'Merriweather', serif;
  font-size: 30px;
  background-color: #ffffff53;
  color: #E3CDA8;
  font-family: 'Satisfy', cursive;
  padding: 3%;
}
.d{
    height: 100vh;
    background: #1b1b1b;
}
.imageClass{
    position: absolute;
    width: 90%;
    height: 160vh;
    z-index: 2;
    display: flex;
    justify-content: end;
    align-items: end;
}
#pillow{
    width: 23%;
    border-radius: 10px;
    border: solid 1px white;
}
.contentPillow{
    position: absolute;
    z-index: 2;
    width: 60%;
    height: 140vh;
    display: flex;
    justify-content: end;
    align-items: end;
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    text-align: center;
}
#atmosphere{
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    padding: 5%;
    color: #F5E6CC;
    border-color: rgb(222, 218, 218);
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 30px;
}
.inclined {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 100%, 
      0 70% 
    );
    background-color: #1b1b1b;
    width: 100%;
    height: 70vh;
  }
  .inclined2 {
    transform: translateY(-70%);
    clip-path: polygon(
        0 0,    
        100% 70%, 
        100% 100%, 
        0 100%  
    );
    background: #E3CDA8;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 5%;
    font-family: 'Satisfy', cursive;
    font-size: 5ex;
  }
.s{
    width: 100%;
    height: 80vh;
}
.numbers-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    height: 10vh;
  }
  .number-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
  }
  .number {
    font-size: 40px;
    color: #F5E6CC;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .label {
    font-size: 30px;
    color: #F5E6CC;
    font-family: 'Pacifico', cursive;
  }
  .number-wrapper:nth-child(1) { left: 20%; transform: translate(-50%, -50%); }
  .number-wrapper:nth-child(2) { left: 40%; transform: translate(-50%, -50%); border-left: solid; padding-left: 1%; }
  .number-wrapper:nth-child(3) { left: 60%; transform: translate(-50%, -50%); border-left: solid; padding-left: 1%; }
  .number-wrapper:nth-child(4) { left: 80%; transform: translate(-50%, -50%); border-left: solid; padding-left: 1%; }
.unit{
    width: 100%;
    height: 80vh;
    background-color: #1b1b1b;
    z-index: 3;
    display: flex;
    align-items: center;
}
.menu-container{
    display: none;
}
.chart-container {
    display: none;
    position: relative;
    width: 100%;
    max-width: 350px; 
    margin: auto;
}
canvas {
    width: 100%;
}
.clotCont{
    position: absolute;
    width: 60%;
    height: 60vh;
    background: #0000002f;
    display: flex;
    justify-content: baseline;
    align-items: center;
}
.wrdf{
    width: 90%;
    height: 80vh;
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #E3CDA8;
    font-family: 'Pacifico', cursive;
    font-size: 50px;
}
.mirror{
    position: absolute;
    width: 30%;
    text-align: center;
}
.wrdfopt{
    display: none;
}
.fr{
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
}
.tag-container {
   position: relative;
   margin: 55px auto 0;
   width: 260px;
   text-align: center;
   font-family: Roboto;
}
.tag-container:before {
   content: "";
   position: absolute;
   top: -25px;
   left: 25px;
   right: 25px;
   height: 25px;
   background: #FCF8F3;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
.tag-container:after {
   content: "";
   position: absolute;
   z-index: 5;
   top: -35px;
   left: calc(50% - 8px);
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: #FFEBD8;
   box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3), 0 0 0 18px #FCF8F3;
}
.tag-inner {
   padding: 20px 20px 40px;
   border-radius: 20px;
   background: #FCF8F3;
   box-shadow: 0 3px 4px rgba(0, 0, 0, .1)
}
.tag-inner h3 {
   font-family: 'Marck Script', cursive;
   font-size: 26px;
   color: #777;
   font-weight: normal;
}
#sectionr {
  width: 100%;
  position: relative;
}
.vertical-content {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background-color: #1b1b1b;
}
.box {
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 300px;
}
.box img {
    width: 100%;
    height: auto;
    transform-origin: left center 0;
    transform: perspective(400px) rotateY(0deg);
    transition: all 0.5s ease;
    width: 400px;
    height: 300px;
}
.box:hover img {
    transform: perspective(400px) rotateY(90deg);
}
.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #E3CDA8;
    padding: 30px 25px;
    text-align: center;
    transform-origin: right center 0;
    transform: perspective(400px) rotateY(-90deg);
    transition: all 0.5s ease;
}
.box:hover .box-content {
    transform: perspective(400px) rotateY(0deg);
}
.box .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.box .title:after {
    content: "";
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
}
.box .description {
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    font-family: 'Pacifico', cursive;
    letter-spacing: 1px;
}
@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 359px) {
    .box .title {
        margin: 10px 0;
    }

    .box .box-content {
        padding: 15px;
    }
}
.itemControll{
  background-color: #1b1b1b;
  min-height: 100vh;
}
.post-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.post-item {
  padding: 15px;
  cursor: pointer;
}
.post-item * {
  transition: .3s linear;
}
.item-content {
  background: #0000002f;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.074);
  padding: 40px;
}
.item-icon {
  margin-bottom: 20px;
}
.item-icon:before {
  content: "";
  font-family: FontAwesome;
  color: #F09EA3;
  font-size: 50px;
  line-height: 1;
}
.item-icon.photo:before {
  content: "\f030";
}
.item-icon.video:before {
  content: "\f03d";
}
.item-icon.gift:before {
  content: "\f06b";
}
.item-icon.group:before {
  content: "\f0c0";
}
.item-icon.tree:before {
  content: "\f1bb";
}
.item-icon.anchor:before {
  content: "\f13d";
}
.post-item:hover .item-icon,
.post-item:hover .item-body h3,
.post-item:hover .item-body p {
  transform: translateY(-8px);
}
.item-body {
  color: #F5E2CD;
  font-size: 14px;
}
.item-body h3 {
  font-weight: 500;
  margin-bottom: 15px;
  transition-delay: .05s;
}
.item-body p {
  transition-delay: .1s;
}
.item-footer {
  padding-top: 15px;
}
.link {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #F5E2CD;
}
.link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: .125rem;
  margin: auto;
  background: #F09EA3;
  transform: scaleX(.2);
  transform-origin: left center;
  z-index: 0;
  transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.link span {
  display: inline-block;
  position: relative;
  transform: translateX(-200%);
  transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.post-item:hover .link span {
  transform: translateX(0%);
}
.post-item:hover .link:before {
  transform-origin: right center;
}
@media (min-width: 768px) {
  .post-item {
      flex-basis: 50%;
      flex-shrink: 0;
  }
}
@media (min-width: 960px) {
  .post-item {
      flex-basis: 33.333333333%;
  }
}
.jump{
    width: 100%;
    height: 60vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.jump-jump {
    font-size: 48px;
    font-family: 'Pacifico', cursive;
    color: #E3CDA8;
    letter-spacing: 2px;
    display: inline-block;
    animation: jumpAnimation 2s infinite ease-in-out;
}
@keyframes jumpAnimation {
    0%, 20% { transform: translateY(0); }  
    50% { transform: translateY(-20px); }  
    80%, 100% { transform: translateY(0); } 
}
.service-aro-icon {
    width: 380px;
    margin: 0 auto;
  }
  .service-aro-left {
    width: 150px;
    height: 1px;
    float: left;
    margin-top: 16px;
  }
  .service-aro-right {
    width: 150px;
    height: 1px;
    float: right;
    margin-top: 16px;
  }
  .service-aro-icon i {
    font-size: 16px;
    border: 1px solid;
    width: 33px;
    height: 33px;
    line-height: 32px;
    border-radius: 6px 0 6px 0;
  }
  #about-page {
    background-color: #1b1b1b;
    padding: 100px 0px;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.112);
  }
  #about-page .about-title {
    color: #f4f4f4;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 18px;
  }
  #about-page h2 {
    color: #808b8d;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #about-page p {
    color: #808b8d;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .member {
    margin-top: 25px;
  }
  .member .member-img {
    position: relative;
    width: 300px;
    margin: auto;
  }
  .member .member-img:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 200;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 40px 0px;
  }
  .member .member-img:hover:before {
    opacity: 0.6;
  }
  .member .member-img img {
    border-width: 3px;
    border-style: solid;
    border-radius: 40px 0px;
    width: 100%;
    height: auto;
  }
  .member-social {
    position: absolute;
    width: 303px;
    height: 303px;
    top: 0;
    left: 0;
  }
  .member-social .facebook-icon i {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px 0px;
    margin: 1px;
    position: absolute;
    top: -0px;
    left: 114px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .member .member-img:hover .facebook-icon i {
    top: 114px;
    z-index: 300;
  }
  .member-social .twitter-icon i {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px 8px;
    margin: 1px;
    position: absolute;
    top: 114px;
    right: -0px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .member .member-img:hover .twitter-icon i {
    right: 114px;
    z-index: 300;
  }
  .member-social .linkedin-icon i {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px 8px;
    margin: 1px;
    position: absolute;
    bottom: 114px;
    left: -0px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .member .member-img:hover .linkedin-icon i {
    left: 114px;
    z-index: 300;
  }
  .member-social .google-plus-icon i {
    color: #ffffff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px 0px;
    margin: 1px;
    position: absolute;
    bottom: -0px;
    right: 114px;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .member .member-img:hover .google-plus-icon i {
    bottom: 114px;
    z-index: 300;
  }
  .member h3 {
    color: #f7f7f7;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
  }
  @media screen and (max-width:390px){
    .member h3 {
      font-size: 20px;
    }
    .member span {
      font-size: 15px !important;
    }
  }
  .member span {
    font-size: 18px;
    text-align: center;
  }
  .service-aro-icon,
  .member span {
    color: #E3CDA8;
  }

  .service i,
  .member .member-img img {
    border-color: #E3CDA8;
  }
  .service-aro-left,
  .service-aro-right,
  .member-social .facebook-icon i,
  .member-social .twitter-icon i,
  .member-social .linkedin-icon i,
  .member-social .google-plus-icon i {
    background: #E3CDA8;
  }
  .member-social .facebook-icon i:hover,
  .member-social .twitter-icon i:hover,
  .member-social .linkedin-icon i:hover,
  .member-social .google-plus-icon i:hover {
    background: #E3CDA8;
  }
.card-gallery-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    text-align: center;
    background-color: #1b1b1b;
}
  .image-container {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s;
}
.image-container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
}
.image-container span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
}
.btn-container {
    position: relative;
    width: 80%;
}
.btn {
    position: absolute;
    bottom: -80px;
    background-color: orangered;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.btn:hover {
    filter: brightness(1.5);
}
#prev {
    left: 20%;
}
#next {
    right: 20%;
}
.bloctq {
  height: 20vh;
  margin: 0;
  background: #FFF4E0;
  color: #474C4F;
  padding: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  }
  .bloctq:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  color: #474C4F;
  font-size: 20px;
  background: #FFF4E0;
  padding: 0 15px;
  }
  .bloctq:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  right: 15px;
  height: 4px;
  border-top: 1px dotted #474C4F;
  border-bottom: 1px dotted #474C4F;
  }
  .bloctq p {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.4;
  }
  .bloctq cite {
  font-style: normal;
  font-weight: 300;
  }
  .timeCit{
    position: absolute;
    width: 100%;
    height: 80vh;
    display: grid;
    place-items: end;
    justify-content: center;
  }
.city-center-card, 
.museum-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.city-center-card img, 
.museum-card img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}
.card-content-wrapper {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: end;
    position: absolute;
}
.card-text-container {
    width: 90%;
}
.city-center-card:hover, 
.museum-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.card-border-outline {
    position: absolute;
    width: 97%;
    height: 98%;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 10px;
    opacity: 50%;
}
.card-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 70%;
    color: #f4f4f4;
}
.card-header-section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: baseline;
}
.card-title-wrapper h4 {
    margin: 0;
    background: #00000088;
    color: #ffffff;
    padding: 3%;
    border-radius: 10px;
}
.tFools {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: baseline;
    align-items: end;
    padding-left: 50px;
}
.rowCool {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: baseline;
}
.cardInfoWrapper{
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: end;
  background-color: #1b1b1b;
}
.quoteFun{
  background-color: #1b1b1b;
  width: 100%;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quoteFun span{
  width: 80%;
  text-align: center;
  color: #fff4e099;
  font-size: 20px;
}
.infoPrice{
  width: 100%;
  min-height: 50vh;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snip1404 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
}
.snip1404 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.snip1404 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  border: 3px solid #442232;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #5f3047;
}
.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.snip1404 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}
.snip1404 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}
.snip1404 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1404 header {
  background-color: #5f3047;
  color: #ffffff;
}
.snip1404 .plan-title {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  padding: 20px 20px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.snip1404 .plan-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 300px 0 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}
.snip1404 .plan-cost {
  padding: 40px 20px 10px;
  text-align: right;
}
.snip1404 .plan-price {
  font-weight: 600;
  font-size: 3em;
}
.snip1404 .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.snip1404 .plan-features {
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
}
.snip1404 .plan-features li {
  padding: 8px 5%;
}
.snip1404 .plan-features i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.snip1404 .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}
.snip1404 .plan-select a {
  background-color: #442232;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}
.snip1404 .plan-select a:hover {
  background-color: #552a3f;
}
.snip1404 .featured {
  margin-top: -10px;
  border-color: #331926;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 8px;
}
.snip1404 .featured .plan-select {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .snip1404 .plan {
    width: 100%;
  }
}
.pr{
  width: 100%;
  min-height: 38vh;
  background-color: #1b1b1b;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.prBlock {
  color: #E3CDA8;
  font-family: 'Pacifico', cursive;
  font-size: 15em;
}
.pathViewFactorOnly{
  min-height: 20vh;
  display: flex;
  justify-content:center;
  align-items: center;
  background-color: #1b1b1b;
}
    .card {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .stats-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      width: 350px;
      height: 90px;
      border-radius: 20px;
      background-color: rgb(255, 255, 255);
      padding: 15px;
        margin-right: 30px;
        z-index: 2;
    }
    .heading {
      font-size: 0.7em;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .bottom-wrapper {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .bottom-wrapper .star {
      width: 30px;
      fill: gold;
    }
    .bottom-wrapper .tag {
      width: 27px;
      fill: rgb(141, 214, 32);
    }
    .bottom-wrapper .thumb {
      width: 27px;
      fill: blueviolet;
    }
    .bottom-wrapper p {
      font-size: 1.2em;
      font-weight: 700;
    }
.formActionRegistration {
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/white-comfortable-pillow-blanket-bed-with-light-lamp.jpg);
  background-size: cover;
  /* background-color: #1b1b1b;  */
  background-attachment: fixed;
}
.hero-title {
  font-weight: bold;
  margin: 0;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.592);
  border-radius: 10px;
}
.content-paragraph {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
}
.us-text {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.social-links {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}
.email-signature{
  background: #0000002f;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 0 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
 }
 .email-signature:before,
 .email-signature:after{
  content: '';
  height: 100%;
  width: 35%;
  background: #0a3957;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 70% 0, 100% 50%, 70% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 70% 0, 100% 50%, 70% 100%, 0% 100%);
 }
 .email-signature:after{
  height: 90%;
  width: 32%;
  background: #E3CDA8;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  z-index: -2;
 }
 .email-signature .signature-icon{
  color: #000000;
  background: #b6b2b3;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 7%;
 }
 .signature-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/successful-business-person-working-from-office.jpg);
  border-radius: 50%;
  background-size: cover;
 }
 .email-signature .signature-detail{
  padding: 27px 0 20px 25px;
  border-bottom: 3px solid #E3CDA8;
 }
 .email-signature .title{
  color: #887b63;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
 }
 .email-signature .post{
  color: #E3CDA8;
  font-size: 17px;
 }
 .email-signature .icon{
  font-size: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 15px;
  top: 28px;
 }
 .email-signature .icon li{
  display: inline-block;
  margin: 0 2px;
 }
 .email-signature .icon li a{
  color: #9c8f77;
  background-color: #0A3957;
  text-align: center;
  line-height: 28px;
  height: 28px;
  width: 28px;
  border-radius: 5px;
 }
 .email-signature .icon li a:hover{
  background-color: #E3CDA8;
 }
 .email-signature .signature-content{
  margin: 0;
  padding: 10px 0 10px 25px;
  list-style: none;
  display: block;
 }
 .email-signature .signature-content li{
  color: #949494;
  font-size: 15px;
  margin-bottom: 3px;
 }
 .email-signature .signature-content li span{
  color: #E3CDA8;
  font-weight: 600;
  margin-right: 7px;
  display: inline-block;
 }
 @media screen and (max-width:1200px) {
  .email-signature{ padding: 0 0 0 218px; }
 }
 @media screen and (max-width:767px) {
  .email-signature { padding: 185px 0 50px 0; }
  .email-signature:before{
  width: 100%;
  height: 40%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
  clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
  }
  .email-signature:after{
  background: #ca3436;
  width: 90%;
  height: 38%;
  transform: translateY(0) translateX(-50%);
  top: 23px;
  left: 50%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
  clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
  }
  .email-signature .signature-icon {
  transform: translateX(-50%) translateY(0);
  top: 22px;
  left: 50%;
  }
  .email-signature .signature-detail {
  text-align: center;
  padding: 0 0 10px;
  }
  .email-signature .icon{
  transform: translateX(50%);
  top: auto;
  right: 50%;
  bottom: 15px;
  }
  .email-signature .signature-content {
  text-align: center;
  padding: 10px 0 0;
  }
 }
.full-container {
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: absolute;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
  opacity: 0.8;
}
.form-container form {
  background: rgba(45, 52, 54, 1.0);
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.social-container {
  margin: 20px 0;
}
.social-container a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}
.input-field {
  background: #ffffff;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}
.sign-up-button, .ghost-button, .wrapClin {
  border-radius: 20px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}
.input-field[type=text] {
  width: 240px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: 'PLay', sans-serif;
  font-size: 16px;
  font-weight: 200px;
  padding: 10px 0;
  transition: border 0.5s;
  outline: none;
  color: #ffffff;
  font-weight: bold;
}
.input-field[type=password] {
  width: 240px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: 'PLay', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  transition: border 0.5s;
  outline: none;
  color: #ffffff;
}
.input-field[type=email] {
  width: 240px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: 'PLay', sans-serif;
  font-size: 16px;
  font-weight: 200px;
  padding: 10px 0;
  transition: border 0.5s;
  outline: none;
  color: #ffffff;
  font-weight: bold;
}
.sign-up-button:active {
  transform: scale(0.95);
}
.sign-up-button:focus {
  outline: none;
}
.ghost-button {
  background: transparent;
  border-color: #ff4b2b;
  background-color: #ff4b2b;
}
.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.sign-in-form-container {
  left: 0;
  width: 50%;
  z-index: 2;
}
.sign-up-form-container {
  left: 0;
  width: 50%;
  z-index: 1;
  opacity: 0;
}
.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
.overlay-background {
  background: transparent;
  background: linear-gradient(to right, #ff4b2b, #ff416c) no repeat 0 0 /cover;
  color: #000000;
  position: absolute;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
  background: #ffffffb4;
}
.overlay-panel {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 100%;
  width: 50%;
  text-align: center;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.right-panel {
  right: 0;
  transform: translateX(0);
}
.left-panel {
  transform: translateX(-20%);
}
.full-container.right-panel-active .sign-in-form-container {
  transform: translateX(100%);
}
.full-container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}
.full-container.right-panel-active .sign-up-form-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
}
.full-container.right-panel-active .overlay-background {
  transform: translateX(50%);
}
.full-container.right-panel-active .left-panel {
  transform: translateX(0);
}
.full-container.right-panel-active .right-panel {
  transform: translateX(20%);
}
.formMobileRegistreation{
  width: 100%;
  min-height: 60vh;
  display: none;
  justify-content: center;
  align-items: end;
  background-color: #1b1b1b;
}
.panel__headers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel__prev-btn {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.panel__prev-btn:active,
.panel__prev-btn:hover {
  outline: 0;
}
.panel__link {
  text-decoration: none;
  cursor: pointer;
}
.panel__link:active,
.panel__link:hover {
  outline: 0;
}
.panel_blur,
.panel {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .panel_blur,
  .panel {
    width: 350px;
    height: 500px;
    overflow-y: visible;
  }
}
.panel_blur {
  position: absolute;
  background-size: 100% 100%;
  filter: blur(5px);
}
.panel {
  position: relative;
  z-index: 1;
}
.panel__register-form,
.panel__password-form {
  display: none;
}
.panel__register-form .form__submit {
  margin-top: 5px !important;
}
.panel__form-wrapper {
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(4, 3, 3, 0.23);
  overflow-y: auto;
  background-image: url(../images/silhouette-palm-tree-with-umbrella.jpg);
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .panel__form-wrapper {
    padding: 10% 15%;
    border-radius: 10px;
    overflow-y: visible;
  }
}
.panel__prev-btn {
  width: 24px;
  height: 24px;
  background: none;
  padding: 0;
}
.panel__prev-btn svg {
  transition: fill 0.3s;
}
.panel__prev-btn:hover > svg {
  fill: #ff1552;
}
.panel__headers {
  padding: 10px 0;
  text-align: center;
}
.panel__header {
  font-size: 1.375rem;
}
.panel__header:first-child {
  padding-bottom: 5px;
}
.panel__header.active > .panel__link {
  color: #ffffff;
  font-size: 3rem;
}
.panel__link {
  color: inherit;
  transition: all 0.3s;
  font-weight: 600;
}
.form {
  position: relative;
}
.form__row {
  position: relative;
  padding-top: 40px;
}
.form__row.has-error > .form__error:after {
  display: block;
}
.form__input {
  width: 100%;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}
.form__input:focus,
.form__input:active {
  outline: 0;
}
.form__input:focus ~ .form__label,
.form__input:active ~ .form__label,
.form__input:valid ~ .form__label {
  bottom: 30px;
  font-size: 0.75rem;
}
.form__input:focus ~ .form__bar,
.form__input:active ~ .form__bar {
  left: 0;
  right: 0;
  width: 100%;
}
.form__bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff1552;
  transition: all 0.3s;
}
.form__label {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  pointer-events: none;
}
.form__submit {
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  background-color: #ff1552;
  cursor: pointer;
}
.form__retrieve-pass {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background: #0000005f;
  transition: all 0.3s;
}
.form__retrieve-pass:hover {
  color: #fff;
}
.form__error {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 20px;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 20px;
}
.form__error:after {
  content: 'x';
  position: absolute;
  bottom: 20px;
  right: -20px;
  display: none;
  width: 20px;
  height: 25px;
  font-size: 1.125rem;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
.form__info {
  text-align: center;
}
.cloader {
  width: 100%;
  height: 70vh;
  position: absolute;
  display: flex;
  justify-content: center;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: end;
  --color: hsl(0, 0%, 87%);
  --animation: 2s ease-in-out infinite;
  z-index: 1500;
}

.loader .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px var(--color);
  border-radius: 50%;
  margin: 0 10px;
  background-color: transparent;
  animation: circle-keys var(--animation);
}

.loader .circle .dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  animation: dot-keys var(--animation);
}

.loader .circle .outline {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: outline-keys var(--animation);
}

.circle:nth-child(2) {
  animation-delay: 0.3s;
}

.circle:nth-child(3) {
  animation-delay: 0.6s;
}

.circle:nth-child(4) {
  animation-delay: 0.9s;
}

.circle:nth-child(5) {
  animation-delay: 1.2s;
}

.circle:nth-child(2) .dot {
  animation-delay: 0.3s;
}

.circle:nth-child(3) .dot {
  animation-delay: 0.6s;
}

.circle:nth-child(4) .dot {
  animation-delay: 0.9s;
}

.circle:nth-child(5) .dot {
  animation-delay: 1.2s;
}

.circle:nth-child(1) .outline {
  animation-delay: 0.9s;
}

.circle:nth-child(2) .outline {
  animation-delay: 1.2s;
}

.circle:nth-child(3) .outline {
  animation-delay: 1.5s;
}

.circle:nth-child(4) .outline {
  animation-delay: 1.8s;
}

.circle:nth-child(5) .outline {
  animation-delay: 2.1s;
}
@keyframes circle-keys {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dot-keys {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes outline-keys {
  0% {
    transform: scale(0);
    outline: solid 20px var(--color);
    outline-offset: 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    outline: solid 0 transparent;
    outline-offset: 20px;
    opacity: 0;
  }
}
.printreviews{
  position: absolute;
  min-height: 25vh;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: baseline;
}
.printreviews1{
  min-height: 20vh;
  width: 100%;
  display: none;
  align-items: end;
  justify-content: center;
  background-color: #1b1b1b;
}
.printreviews1 span {
  width: 97%;
  font-size: 25px;
  color: #E3CDA8;
  font-family: 'Pacifico', cursive;
  letter-spacing: 2px;
  font-weight: 200;
  text-shadow: 0px 0px 5px #e4ddd1;
  text-align: center;
}

.printreviews span {
  width: 60%;
  font-size: 30px;
  color: #E3CDA8;
  font-family: 'Pacifico', cursive;
  letter-spacing: 3px;
  font-weight: 300;
  text-shadow: 0px 0px 5px #e4ddd1;
}
.reviews{
  width: 100%;
  min-height: 87vh;
  background-color: #000000;
  position: relative;
}
.reviews::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 10%;
  width: 100%;
  transform: translateY(-90%);
  background-image: linear-gradient(to bottom, rgb(27, 27, 27), rgb(0, 0, 0));
  filter: blur(10px);
}
.containerGallery {
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
[data-am-fadeshow] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.fs-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1s ease;
}
.fs-slide:first-child {
  opacity: 1;
}
.fs-quick-nav {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.fs-quick-btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 200ms ease;
  background-color: rgba(255, 255, 255, 0.8);
}
.fs-quick-btn:hover {
  opacity: 0.8;
}
.fs-quick-btn:first-child {
  background-color: coral;
}
.fs-prev-btn, 
.fs-next-btn {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  font-family: sans-serif;
  background-color: rgba(255, 255, 255, 0);
  transition: all 200ms ease;
}
@media (max-width: 500px) {
  .fs-prev-btn, .fs-next-btn {
    width: 50%;
  }
}
.fs-prev-btn:before,
.fs-next-btn:before {
  position: absolute;
  top: 50%;
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.742);
}
.fs-prev-btn:hover, 
.fs-next-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 500px) {
  .fs-prev-btn:hover, .fs-next-btn:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
.fs-prev-btn {
  left: 0;
}
.fs-prev-btn:before {
  content: '❮';
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .fs-prev-btn:before {
    left: 30px;
  }
}
.fs-next-btn {
  right: 0;
}
.fs-next-btn:before {
  content: '❯';
  right: 50%;
  transform: translate(50%, -50%);
}
@media (max-width: 500px) {
  .fs-next-btn:before {
    right: 30px;
  }
}
[data-am-fadeshow]:hover .fs-prev-btn,
[data-am-fadeshow]:hover .fs-next-btn {
  transform: translateX(0);
}
input[type="radio"] {
  position: fixed;
  top: -9999px;
}
input[type="radio"]:checked ~ .fs-slides .fs-slide {
  opacity: 0;
}
input[type="radio"]:checked:nth-of-type(1) ~ .fs-slides .fs-slide:nth-child(1) {
  opacity: 1;
}
input[type="radio"]:checked:nth-of-type(2) ~ .fs-slides .fs-slide:nth-child(2) {
  opacity: 1;
}
input[type="radio"]:checked:nth-of-type(3) ~ .fs-slides .fs-slide:nth-child(3) {
  opacity: 1;
}
input[type="radio"]:checked:nth-of-type(4) ~ .fs-slides .fs-slide:nth-child(4) {
  opacity: 1;
}
input[type="radio"]:checked:nth-of-type(5) ~ .fs-slides .fs-slide:nth-child(5) {
  opacity: 1;
}
input[type="radio"]:checked ~ .fs-quick-nav .fs-quick-btn {
  background-color: rgba(255, 255, 255, 0.8);
}
input[type="radio"]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
  background-color: coral;
}
input[type="radio"]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
  background-color: coral;
}
input[type="radio"]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
  background-color: coral;
}
input[type="radio"]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
  background-color: coral;
}
input[type="radio"]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
  background-color: coral;
}
input[type="radio"]:checked:first-of-type:last-of-type ~ .fs-quick-nav,
input[type="radio"]:checked:first-of-type:last-of-type ~ .fs-prev-nav,
input[type="radio"]:checked:first-of-type:last-of-type ~ .fs-next-nav {
  display: none !important;
}
.fs-prev-btn:last-child,
.fs-next-btn:nth-child(2) {
  display: block;
}
.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #2f2f2f;
  background-color: #1b1b1b;
  border-top: 1px solid #e5e5e5;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.8rem;
  color: #e3cda8cd;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
  color: #E3CDA8;
}

.footer address {
  font-style: normal;
  color: #E3CDA8;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #E3CDA8;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #e3cda8aa;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #E3CDA8;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #8b7a7a;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}
:root {
	font-size: 10px;
	--heading-height: 30em;
}
.activityMonitors {
	width: 100%;
	height: var(--heading-height);
}
.attribution {
    font-size: 11px;
    text-align: center;
}
.attribution a {
    color: hsl(228, 45%, 44%);
}
#main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
#main section {
    margin: 15px;
    flex-direction: row;
    justify-content: center;

}
.dividedSection div {
    position: relative;
    width: 350px;
    height: 350px;
    background-color: #0000002f;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 10px #F5E6CC;
}
#supervisor {
    border-top: 4px solid rgb(0, 0, 0);
}
#team-builder {
    border-top: 4px solid rgb(0, 0, 0);
}
#karma {
    border-top: 4px solid rgb(0, 0, 0);
    margin-top: 30px;
}
#calculator {
    border-top: 4px solid rgb(0, 0, 0);
}
#one {
    justify-content: center;
}
@media (max-width: 1115px) {
    #main {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #main section {
        margin: 15px 15px;
        flex-direction: column;
        justify-content: center;
    }

    .dividedSection div {
        width: 100%;
        margin: 0 auto;
    }
}
.activityMonitors::before {
	content: "";
	display: block;
	left: 0;
	bottom: 6em;
	width: 100%;
	height: calc(var(--heading-height) + 10em);
	z-index: -1;
	background: 
		linear-gradient(#1b1b1b, rgba(0, 0, 0, 0.303)),
		url(../images/high-angle-shot-wooden-deck-seashore-leading-sea-sunset.jpg) no-repeat center;
	background-size: cover;
	border-bottom: .2em solid #686767;
}
.angled {
	font-size: calc(2.8em + 2.6vw);
	font-weight: 700;
	letter-spacing: .01em;
	padding: 10rem 0 0 4.5rem;
	text-shadow: .022em .022em .022em #111;
	color: #fff;
}
.mainInfo {
  min-height: 100vh;
	padding: calc(var(--heading-height) + 1.5vw) 4em 0;
  display: flex;
  justify-content: center;
}
.angledActivity {
  width: 100%;
  display: flex;
  justify-content: center;
}
.setItemInformationHotelForClient {
  letter-spacing: 1px;
  font-size: 2em;
  color: #f5e6cc;
}
.informationIdealForRandom {
  letter-spacing: 1px;
  font-size: 1.3em;
  font-family: 'Pacifico', cursive;
  color: #f5e6cca0;
}














.testim {
  width: 100%;
  position: absolute;
  background: #000;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-transition: all .3s ease-in-out;    
  -moz-transition: all .3s ease-in-out;    
  -o-transition: all .3s ease-in-out;    
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}
  

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
.testim .cont div .imgReviewsForDocumentTestContent img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .imgReviewsForDocumentTestContent img {
  -webkit-animation: testim-show .5s ease-in-out forwards;            
  -moz-animation: testim-show .5s ease-in-out forwards;            
  -ms-animation: testim-show .5s ease-in-out forwards;            
  -o-animation: testim-show .5s ease-in-out forwards;            
  animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .imgReviewsForDocumentTestContent img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}
.chevronClntn {
  height: 80vh;
  position: relative;
  background: #000000;
}
.skewContent {
  height: 40vh;
  position: relative;
  color: #F5E6CC;
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.dotsReviewsc {
  width: 90%;
  text-align: center;
  z-index: 2;
}
.skewContent::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-color: #000000;
  transform: skewY(-5.5deg);
  border-bottom: solid 2px #F5E6CC;
}