@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('../assets/fonts/yekan/css/fontiran.css');

:root {
  --white: #fff;
  --blackShadow: #0000000d;
  --black: #000000;
  --greyLight-2: #00000080;
  --greyLight-3: #ffffff63;
  --greyDark: #3a3438;
  --greyDarker: #212020;
  --mightyIndigo: #241f34;
  --mightyBlue: #0a0f17;
  --watermelonRed: #ff495a;
  --lavenderGrey: #ede8ef;
  --jetBlack: #262626;
  --pink: #ff3cac;
  --mardiGras: #784ba0;
  --mayaBlue: #2b86c5;
  --blueGem: #4834d4;
  --wildBlueYonder: #a29bfe;
  --azureRadiance: #0984e3;
  --darkMidnightBlue: #112965;
  --persianIndigo: #140a4b;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: iranyekan, serif !important;
}

body {
  font-family: iranyekan !important;
  direction: rtl;
  margin: 0;
  color: var(--greyDarker);
}

section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  min-height: 100vh;
  overflow: hidden;
}

.content {
  /*display: flex;*/
  /*flex-direction: row;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*gap: 30px;*/
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.28) 0%,
          rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(30px);
  border-radius: 20px;
  width: min(900px, 100%);
  box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 10;
  margin: 20px;
  padding: 20px;
}
.movie-night {
  background: linear-gradient(225deg, var(--pink) 0%, var(--mardiGras) 50%, var(--mayaBlue) 100%);
}

.btn {
  display: block;
  padding: 10px 40px;
  margin: 10px auto;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn:active, .btn:visited {
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  animation: gelatine 0.5s 1;
}

@keyframes gelatine {

  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* SWIPER */

.swiper {
  width: 250px;
  height: 450px;
  padding: 50px 0;
}

.swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.swiper-slide span {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white);
  padding: 7px 18px;
  margin: 10px;
  border-radius: 20px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  /*background: rgba(255, 255, 255, 0.095);*/
  /*box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2), inset -3px 3px 3px rgba(255, 255, 255, 0.4);*/
  /*backdrop-filter: blur(74px);*/
}

.swiper-slide h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--white);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}

/* ANIMATED BACKGROUND */

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: var(--pink);
  background-image: linear-gradient(225deg, var(--pink) 0%, var(--mardiGras) 50%, var(--mayaBlue) 100%);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.form__input {
  border: none;
  box-shadow: inset 0.1rem 0.1rem 0.3rem var(--greyLight-2), inset -0.1rem -0.1rem 0.3rem var(--blackShadow);
  background: #0000001f;
  color: var(--black);
  text-align: center;
}
.form__input::-moz-placeholder {
  color: var(--greyLight-2);
}
.form__input:-ms-input-placeholder {
  color: var(--greyLight-2);
}
.form__input::placeholder {
  color: var(--greyLight-2);
}
.form__input:focus {
  background: none;
  outline: none;
  box-shadow: 0.2rem 0.2rem 0.4rem var(--greyLight-2), -0.1rem -0.1rem 0.3rem var(--blackShadow);
  color: var(--black);
}

select.form__input:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 30px;
  padding: 0 7px;
  background: var(--blackShadow);
  color: var(--white);
  pointer-events:none;
}

.invalid-feedback {
  color: var(--watermelonRed);
}

.form-label {
  margin-bottom: 0;
  font-weight: 700;
}

@keyframes animate {

  0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100%{
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

@media screen and (min-width: 768px) {
  #formSuccess {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  #formSuccess {
    margin: 0;
  }
}


.modal-box{ font-family: 'Hind', sans-serif; }
.autocomplete-items {
  border: 1px solid #bebebe;
}

.autocomplete-items div {
  background-color: var(--lavenderGrey);
  border-bottom: 1px solid #bebebe;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: var(--azureRadiance);
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: var(--blueGem) !important;
  color: var(--wildBlueYonder);
}

.autocomplete-items div.disabled {
  background-color: #2d2d2d;
  color: #808080;
}

/*when hovering an item:*/
.autocomplete-items div.disabled:hover {
  background-color: var(--lavenderGrey)
}

.social-networks a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 1px;
}
.social-networks a:hover:before {
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  background-color: transparent;
}
.social-networks a:hover:after {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}
.social-networks a:before {
  content: "";
  background-color: #c4c4c4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.social-networks a:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0);
  opacity: 0;
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.social-networks svg {
  fill: #F9F9F9;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.social-networks__twitter:after {
  background-color: #1DA1F2;
}
.social-networks__facebook:after {
  background-color: #1877F2 ;
}
.social-networks__whatsapp:after {
  background-color: #25D366 ;
}
.social-networks__telegram:after {
  background-color: #0088CC ;
}
.social-networks__linkedin:after {
  background-color: #0A66C2 ;
}
.social-networks__message:after {
  background-color: #5b6dce;
}
.social-networks__instagram:after {
  background:
          radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),
          radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),
          radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),
          radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),
          radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),
          radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),
          radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),
          linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)
}

@media only screen and (max-width: 576px){
  .modal-dialog{ width: 93% !important; }
}
@media only screen and (max-width: 379px){
  .modal-dialog .modal-content .modal-body .subscribe{ margin-right: 0; }
}

.loading-input {
  background-image: url("../adminpanel/assets/jquery-file-upload/img/loading.gif")!important;
  background-size: 25px 25px!important;
  background-position:left center!important;
  background-repeat: no-repeat!important;
}

.site-footer li {
  color:#b0b0b0;
}
.site-footer a {
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}