/* ---------------------------------------------------------------- */
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iransans.eot);
  src: url(../font/iransans.eot?#iefix) format("embedded-opentype"),
    url(../font/iransans.woff2) format("woff2"),
    url(../font/iransans.woff) format("woff");
}

/* ---------------------------------------------------------------- */

* {
  font-family: "iransans", Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  background-color: #c6d7fd;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scrollm {
  scroll-margin-top: calc(var(120px) + 2rem);
}

/* ================================================tailwind============================================================ */
.max-w-1600 {
  max-width: 1600px;
}
.overflow-hidden {
  overflow: hidden;
}
.max-w-md {
  max-width: 250px !important;
}
.object-contain {
  object-fit: contain;
}

.text-orange {
  color: #d83d11;
}

.text-navy {
  color: #011e47;
}

.hover\:text-navy:hover {
  color: #011e47;
}

.bg-orange {
  background-color: #d83d11;
}

.hover\:bg-orange:hover {
  background-color: #d83d11;
}

.bg-navy {
  background-color: #011e47;
}

.bg-bluee {
  background-color: #c7d8ff;
}

.bg-bluee2 {
  background-color: rgb(166, 191, 250);
}

.border-orange {
  border-color: #d83d11;
}

.border-navy {
  border-color: #011e47;
}

a:hover {
  color: #d83d11 !important;
}
.button {
  background: #d83d11;
  border-radius: 8px;
  width: fit-content;
  padding: 2px 30px;
  color: white;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  height: 38px;
  font-weight: 600;
}
.button:hover {
  scale: 1.05;
}

.button2 {
  background: transparent;
  border-radius: 8px;
  width: fit-content;
  padding: 2px 30px;
  color: #011e47;
  font-size: 18px;
  border: 2px solid #011e47;
  transition: all 0.2s ease-in-out;
  height: 38px;
  font-weight: 600;
}

.button2:hover {
  background: #011e47;
  border: none;
  color: white;
}
.maxwcard {
  max-width: 350px;
}

.w-fit {
  width: fit-content;
}

.leadingg {
  line-height: 40px !important;
}

.z {
  z-index: 10;
}

.z1 {
  z-index: 20;
}

.z2 {
  z-index: 30;
}
.z3 {
  z-index: 40;
}
.object-cover {
  object-fit: cover;
}

/* ================================================birthday======================================================== */
.canvas {
  position: absolute;
  top: -80px;
}

/* ===============================================cake=========================================================== */

#cake {
  display: block;
  position: relative;
  margin: -10em auto 0 auto;
}
.cakecontain {
  height: 518px;
  overflow: hidden;
  position: relative;
}
.cakeprovider {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* ===========================================Candle================================================================= */
.velas {
  background: #011e47;
  border-radius: 10px;
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -2.4px;
  margin-top: -8.33333333px;
  width: 7px;
  height: 70px;
  transform: translateY(-500px);
  backface-visibility: hidden;
  animation: in 500ms 6s ease-out forwards;
}

.velas:after,
.velas:before {
  background: #d83d11;
  content: "";
  position: absolute;
  width: 100%;
  height: 2.22222222px;
}

.velas:after {
  top: 25%;
  left: 0;
}

.velas:before {
  top: 45%;
  left: 0;
}

/*Fire*/
.fuego {
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -2.6px;
  width: 6.66666667px;
  height: 18px;
}

.fuego:nth-child(1) {
  animation: fuego 2s 6.5s infinite;
}

.fuego:nth-child(2) {
  animation: fuego 1.5s 6.5s infinite;
}

.fuego:nth-child(3) {
  animation: fuego 1s 6.5s infinite;
}

.fuego:nth-child(4) {
  animation: fuego 0.5s 6.5s infinite;
}

.fuego:nth-child(5) {
  animation: fuego 0.2s 6.5s infinite;
}

/* Animation Fire*/
@keyframes fuego {
  0%,
  100% {
    background: rgba(253, 147, 77, 0.5);
    box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
    transform: translateY(0) scale(1);
  }
  50% {
    background: rgba(255, 50, 0, 0.1);
    box-shadow: 0 0 40px 20px rgba(248, 233, 209, 0.2);
    transform: translateY(-20px) scale(0);
  }
}
@keyframes in {
  to {
    transform: translateY(0);
  }
}

/* =======================================body=============================================== */
/* #body{
  display: none;
} */

/* =======================================clock=============================================== */

.flip-clock {
  text-align: center;
  perspective: 600px;
  margin: 0 auto;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin: 0 0.2vw;
}
@media (min-width: 1000px) {
  .flip-clock__piece {
    margin: 0 5px;
  }
}
.flip-clock__slot {
  font-size: 1rem;
  line-height: 1.5;
  display: none;
  /*
  //position: relative;
  //top: -1.6em;
  z-index: 10;
  //color: #FFF;
*/
}
.flip-card {
  display: block;
  position: relative;
  padding-bottom: 0.72em;
  font-size: 2.25rem;
  line-height: 0.95;
}
@media (min-width: 1000px) {
  .flip-clock__slot {
    font-size: 1.2rem;
    display: none;
  }
  .flip-card {
    font-size: 2rem;
  }
}
/*////////////////////////////////////////*/
.flip-card__top,
.flip-card__bottom,
.flip-card__back-bottom,
.flip-card__back::before,
.flip-card__back::after {
  display: block;
  height: 0.72em;
  color: #ccc;
  background: #d83d11;
  padding: 0.23em 0.25em 0.4em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  width: 1.8em;
}
.flip-card__bottom,
.flip-card__back-bottom {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #94290b;
  background: #d83d11;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.flip-card__back-bottom {
  z-index: 1;
}
.flip-card__bottom::after,
.flip-card__back-bottom::after {
  display: block;
  margin-top: -0.72em;
}
.flip-card__back::before,
.flip-card__bottom::after,
.flip-card__back-bottom::after {
  content: attr(data-value);
}
.flip-card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.flip-card__back::before {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.flip .flip-card__back::before {
  z-index: 1;
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip .flip-card__bottom {
  transform-origin: center top;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@-webkit-keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 1;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    z-index: 5;
  }
}
@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    z-index: 5;
  }
}

/* =======================================card=============================================== */
.bg-packages {
  /* background: #c5cae6; */
  /* background: linear-gradient(
    180deg,
    rgba(197, 202, 230, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); */
  background-color: white;
  border-radius: 15px;
}

.bgstep2{
  background-color: #c9cfeb;
   border-radius: 15px;
}

.vizegi{
  min-height: 80px;
  width: 230px;

}



.bg-options{
   background: #c5cae6;
  background: linear-gradient(0deg, rgb(249 171 149) 0%, rgba(255, 255, 255, 1) 100%);
}

.bgable {
  /* background-color: #cad0e7; */
  /* border-right: 2px solid #cad0e7;
  border-left: 2px solid #cad0e7; */
  background-color: white;
  border-top: 4px solid #f26322;
  font-weight: bold;
  position: absolute;
  top: -20px;
  font-size: 20px;
  line-height: 30px;
}
.notextwrap{
  text-wrap: nowrap;
}
.bgdisable {
  background-color: #9094a53b !important;
  color: #6b6c6e;
  position: absolute;
  top: 0;
}

.right {
  border-start-start-radius: 15px;
  border-start-end-radius: 15px;
}

.left {
  border-start-end-radius: 15px;
  border-start-start-radius: 15px;
  background-color: #c9d0ea;
}

 .bazgasht{
    left: 2%;
  }

/* =======================================line=============================================== */
.h-line {
  height: 90%;
}
/* =======================================bg-land=============================================== */
.bg-land-section {
  background-color: #212447;
}
.bg-land {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: left;
  max-width: 100%;
  min-height: 100%;
}
.bg-land-contain {
  min-height: 570px;
  width: 100%;
  position: relative;
}
.h-mtn {
  min-height: 70%;
}
.center-text {
  position: absolute;
  top: 0;
  right: 0;
  /* transform: translate(0%, 0%); */
}

@media (max-width: 1022px) {
  .bg-land-contain {
    min-height: 1104px;
    max-width: 700px;
  }
  .center-text {
    top: 52%;
    height: fit-content;
  }
  .bg-land {
    object-position: center;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .bg-land-contain {
    min-height: 1000px;
    max-width: 550px;
  }
  .center-text {
    top: 48%;
    height: fit-content;
  }
  .bg-land {
    object-position: center;
    max-width: 550px;
  }
}

@media (max-width: 470px) {
  .center-text {
    top: 43%;
  }
}
/* =======================================bg-contact=============================================== */
.bg-contact {
  width: 100%;
}
.bg-contact-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .button {
    font-size: 14px;
    padding: 5px 10px;
    width: 45%;
  }
  .button2 {
    font-size: 14px;
    padding: 5px 10px;
    width: 45%;
  }
}

.bg-footer {
  background: #141147;
}

/* =======================================22=============================================== */
.bg-l {
  max-width: 550px;
}
.landing-text {
  border-bottom-left-radius: 25px;
}

.landing-icon-radus {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.landing-icon {
  background: #385c96;
  background: linear-gradient(
    289deg,
    rgba(56, 92, 150, 1) 0%,
    rgba(13, 55, 112, 1) 100%
  );
}

.landing-text1 {
  border-bottom-right-radius: 25px;
}

.landing-icon-radus1 {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.landing-icon1 {
  background: #f26322;
  background: linear-gradient(
    289deg,
    rgba(242, 99, 34, 1) 0%,
    rgba(184, 68, 15, 1) 100%
  );
}

.contain {
  transform-origin: top center;
  line-height: 1;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.birthday {
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 9em;
  font-family: "Oswald", sans-serif;
  color: #f26322;
  text-shadow: 0px 3px rgba(0, 0, 0, 0.1);
}

.birthday span {
  display: inline-block;
  vertical-align: middle;
}

.current {
  position: relative;
}

.current span:nth-child(2) {
  -webkit-animation: hide 1s 1.5s ease forwards;
  animation: hide 1s 1.5s ease forwards;
}

.current:after {
  position: absolute;
  left: 30px;
  content: "";
  font-size: 20px;
  opacity: 0.5;
  direction: rtl;
}

.frontend {
  position: relative;
  left: 70px;
  -webkit-animation: move 0.75s 1s ease forwards;
  animation: move 0.75s 1s ease forwards;
}

.frontend:after {
  position: absolute;
  left: -85px;
  content: "روز ";
  font-size: 20px;
  opacity: 0.5;
  white-space: nowrap;
  -webkit-animation: hide 0.5s 1s ease forwards;
  animation: hide 0.5s 1s ease forwards;
  direction: rtl;
}

.frontend-text:after {
  content: "365";
  position: absolute;
  left: 100%;
  top: 3%;
  -webkit-animation: hide 0.5s 1s ease forwards;
  animation: hide 0.5s 0.5s ease forwards;
}

.frontend-text:before {
  content: "2";
  position: absolute;
  right: 100%;
  top: 2%;
  opacity: 0;
  animation: f-left-1 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes f-left-1 {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(180%);
    opacity: 1;
  }
}

.frontend-number.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease;
}

/*.current-number-1.before {*/
/*    animation: hide 0.5s 1s;*/
/*}*/

/*.current-number-1.after {*/

/*    content: "2";*/
/*    visibility: visible;*/
/*}*/

.current,
.frontend,
.plus {
  display: inline-block;
}

.plus {
  -webkit-animation: hide 0.3s 1s ease forwards;
  animation: hide 0.3s 1s ease forwards;
}

@-webkit-keyframes hide {
  to {
    opacity: 0;
  }
}

@keyframes hide {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes show {
  to {
    opacity: 1;
    top: 40px;
  }
}

@keyframes show {
  to {
    opacity: 1;
    top: 40px;
  }
}

@-webkit-keyframes f-left {
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes f-left {
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}

@-webkit-keyframes f-right {
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}

@keyframes f-right {
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}

@-webkit-keyframes move {
  to {
    left: -250px;
  }
}

@keyframes move {
  to {
    left: -250px;
  }
}

@-webkit-keyframes cake {
  to {
    opacity: 10%;
  }
}

@keyframes cake {
  to {
    opacity: 10%;
  }
}

.final {
  position: absolute;
  font-size: 58px;
  left: 8%;
  top: 2%;
  line-height: 1.3;
  opacity: 0;
  -webkit-animation: show 1s 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)
    forwards;
  animation: show 1s 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  direction: rtl;
}

.final span {
  display: block;
}

.fa-birthday-cake {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: cake 1s 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: cake 1s 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.showcase {
  position: absolute;
  top: -89%;
  right: 80%;
  width: 80px;
  height: 80px;
}
.showcase__title,
.showcase__description {
  text-align: center;
}

.svg-container {
  max-width: 180px;
  margin: 0 auto;
}

.svg-container__inner {
  position: relative;
  width: 100%;
  padding-bottom: 228.5714%;
}

.svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .birthday {
    transform: scale(0.85);
    left: -7%;
    top: 41%;
  }
  .fa-birthday-cake img {
    height: 400px !important;
    width: 400px !important;
    object-fit: contain !important;
  }
  .showcase {
    right: 72%;
  }
  .final {
    left: 5%;
  }
}

.videocake img {
  object-fit: contain;
  object-position: center;
  max-width: 1030px;
  width: 99%;
  height: 100%;
  border: 2px solid #c6d7fd;
}

.videocake {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-out {
  animation: slideOut 0.7s ease forwards;
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .videocake img {
    max-width: 480px;
  }
 
}

@media (max-width: 992px) {
  .birthday {
    transform: scale(0.7);
    left: -8%;
    top: 41%;
  }
  .fa-birthday-cake img {
    height: 400px !important;
    width: 400px !important;
    object-fit: contain !important;
  }
  .showcase {
    right: 76%;
  }
  .final {
    left: -10%;
  }
  .bazgasht{
    left: 40%;
  }
}

@media (max-width: 768px) {
  .birthday {
    transform: scale(0.55);
    left: -10%;
  }
  .fa-birthday-cake img {
    height: 400px !important;
    width: 400px !important;
    object-fit: contain !important;
  }
  .showcase {
    right: 82%;
  }
  .final {
    left: -17%;
  }

  .bazgasht{
    left: 35%;
  }
}

@media (max-width: 480px) {
  .birthday {
    transform: scale(0.4);
    left: -23%;
    top: 31%;
  }
  .contain {
    height: 300px;
  }
  .fa-birthday-cake img {
    height: 200px !important;
    width: 300px !important;
    object-fit: contain !important;
  }
  .showcase {
    right: 70%;
  }
  .final {
    left: -37%;
  }

   .bazgasht{
    left: 25%;
  }
  .bgable {
    font-size: 18px;
  }
}

@media (max-width: 371px) {
  .center-text {
    top: 35%;
  }
  .bg-land-contain {
    min-height: 1128px;
  }
}
