@import url('/css/fonts.css');
:root {
  --pink: #f50057;
  --animation-curve: cubic-bezier(0.12, 0.7, 0.74, 0.71);
  --black: #1d1614;
  --gray: #606060;
  --green: rgba(15, 70, 67, 1);
}
* {
  box-sizing: border-box;
  overflow-x: hidden !important;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
body {
  max-width: 480px;

  font-family: iranyekan;
  margin: auto;
  display: block;
  text-align: center;

  height: 100dvh;
  min-height: 800px !important;
}
#frame {
  position: absolute;
  height: 100%;
  z-index: 2;
  right: -3px;
  left: 0;
  margin: auto;
  display: block;
  top: -2px;
  width: 488px;
}
h3,
h5,
h6,
h4,
sub {
  overflow: hidden;
}
a {
  text-decoration: none;
}
input:focus,textarea:focus,select:focus  {
  border-radius: 8px  !important;
  border: 1px solid #ab0000  !important;
  box-shadow: 0px 0px 0px 0px #b10000 !important;
}
input {
  border-radius: 0.5rem !important;
  font-size: 0.9rem !important;
  border: 1px solid #cbaa8c;
}
div {
  font-size: 15px;
}
input[type='text']::placeholder {
  font-family: iranyekan;
  letter-spacing: 0px !important;
}

input[type='number']::placeholder {
  text-align: right !important;
  font-family: iranyekan;
}
input[type='email']::placeholder {
  text-align: left !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
.red-color-1{
  border-color: #ff636c !important;
}
.red-color-2{
  color: #ff636c !important;
}
.text-muted{
  color:#878787 !important;
}
.input:focus {
  border: 1px solid #ab0000 !important;
  box-shadow: 0px 0px 3px 0px #b10000 !important;
}
.form-group {
  font-size: 15px;
  font-weight: 400;
  line-height: 3rem;
  text-align: right;
}
label {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 27px;
  text-align: right;
  color: #392e2a;
}
label.tip {
  color: #392e2a;
  text-align: center;
  width: 100%;
  font-weight: 400;
}
.text-gray {
  color: var(--gray) !important;
}
.btn-back {
  border-radius: 8px;
  background-color: var(--green) !important;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  box-shadow: 0px 4px 12px 0px rgba(0, 89, 62, 0.4);
}
.btn-return {
  border-radius: 8px;
  background: #da4242;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  box-shadow: 0px 4px 12px 0px rgba(0, 89, 62, 0.4);
}
.btn-tik {
  border-radius: 8px;

  width: 50%;
  background-color: #0081f2;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}
.btn-submit {
  background-color: var(--green) !important;
  box-shadow: none;
  width: 100%;
  border: 0px !important;
  border-radius: 0.5rem;
  color: white !important;
  font-size: 1.2rem;
  height: 48px;
  box-shadow: 0px 4px 12px 0px rgba(0, 89, 62, 0.4);
}
.btn-show {
  display: flex;
  width: 55%;
  color: white;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #312825;
}
.btn-show:hover {
  color: gainsboro;
}
.btn-cancel {
  border-radius: 8px;
  border: 1px solid #fff;
  display: flex;
  width: 45%;
  justify-content: center;
  align-items: center;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-submit:hover {
  color: white !important;
}

.font-iran-4 {
  font-family: 'iranyekan';
  font-weight: 500;
}

/****call stlye****/
.calling {
  position: relative;
  height: 100%;
  width: 50%;
}
.calling .button {
  background: #67ce67;
  right: 0;
  transform: translatex(-8%);
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100px 100px 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vibrate ease-out 1s infinite;
}
.answer .decline {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@keyframes vibrate {
  0% {
    left: -3px;
    right: -3px;
  }
  12.5% {
    left: 3px;
    right: 0px;
  }
  25.0% {
    left: -3px;
    right: 3px;
  }
  37.5% {
    left: 0px;
    right: -3px;
  }
  50.0% {
    left: 0px;
    right: 3px;
  }
  62.5% {
    left: 3px;
    right: -3px;
  }
  75.0% {
    left: -3px;
    right: 0;
  }
  87.5% {
    left: 3px;
    right: 3px;
  }
  100% {
    left: 0px;
    right: 3px;
  }
}
/********pincode-input-text*****/
.pincode-input-text {
  border-radius: 0px !important;
}
/****player********/
.player {
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
.waveform {
  border-radius: 2.7rem;
}
/*****popup*****/
.popup {
  background: rgba(29, 22, 20, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border: 0px;

  text-align: center;
  color: #ffffff;
}
/******call page******/

.call {
  height: 100dvh;
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-columns: 100%;
  justify-items: center;
  color: white;
  transition: 0.5s;
  position: relative;
  grid-template-rows: 20% 50% 30%;
}
@media screen and (min-width: 479px) {
  .call {
    border-radius: 5rem;
  }
}
.call .body {
  z-index: 99;
}
.call::after {
  content: ' ';
  background-image: url('/images/game/bg-2.png');
  position: absolute;
  height: 100dvh;
  z-index: 1;
  right: 0;
  top: 0;
  background-position: top;
  background-size: 100% 100%;
  width: 100vw;
}
.call sub {
  line-height: 1;
}
.call .label h2 {
  color: #fff;

  font-family: sf arabic;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 99;
  direction: ltr;
}
.call .label p {
  color: rgba(255, 255, 255, 0.66);

  font-family: sf arabic;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 99;
  direction: ltr;
}

.call .opacity-0 {
  transition: 0.5s;
}
.call .opacity-100 {
  transition: 0.5s;
}
.call .call-options {
  position: relative;
  z-index: 99;
  width: 100%;
}
.call .hide-number {
  opacity: 0;
}
.call .answer {
  display: grid;
  color: white;
  width: 100%;

  position: relative;
  z-index: 99;
}
.call .answer .button-decline {
  height: 70px;
  width: 70px;
  border-radius: 999px;
  background: #999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.call .buttons-label {
  display: flex;
  position: relative;
  z-index: 99;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
/*****points page****/
.points .content {
  display: grid;
  align-items: stretch;
  align-content: space-between;
  justify-items: center;
}
.points .profile-point {
  color: #000;

  font-family: iranyekan;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
  line-height: normal;
}
.points .add-player {
  border-radius: 20px;
  border: 3px dashed #eae6db;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eae6db;

  box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.15);
}
/**guids**********/
.guids .point {
  background-color: #312825;
}
.guids .number {
  color: #ff6262;
}
/****master*******/
.master {
  background-repeat: no-repeat;
  background-position: top;
  /* background-size: 100%; */
  height: 100vh;
  padding: 0.5rem;
  width: 100vw;
  position: relative;
  background-image: url('/images/game/bg.webp');
  max-width: 480px;
  /* min-height: 890px !important; */
}
@media screen and (min-width: 480px) {
  .master {
    border-radius: 5rem;
  }
}
.master .user-point {
  color: #000;
  font-family: rokh;
  font-size: 1.5rem;

  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.master .box {
  overflow: hidden;
}
.master .box .template {
  position: absolute;
  height: 100%;
  right: 12px;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  width: 94%;
  margin: auto;
}
.master .box header {
  overflow: hidden;
  height: 60px;
  width: 93%;
  /* box-shadow: 6px 4px 5px 4px rgba(194, 181, 146, 1); */
  border-radius: 8px;
  text-align: center;
  display: block;
  opacity: 1;
  margin: auto;
  margin-top: 18px;
  background: rgb(211 188 155);
  position: relative;
}
.master .box header .logo {
  opacity: 1;
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  top: 7px;
  margin: auto;

  box-shadow: 6px 4px 10px 0px rgba(194, 181, 146, 0.50);
  border-radius: 8px;
  height: 48px;
  width: 100%;
}
.master .structure-page {
  display: grid ;
      align-items: stretch;
      align-content: space-between;
      grid-template-rows: 83% 14%;
      height: 88%;
      gap: 3%;
      grid-template-columns: 100%;
      margin: auto;
      justify-content: center;
      justify-items: center;
      width: 88% !important;
}
.master .structure-page-2 {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  align-content: space-between;
  grid-template-rows: 12% 60% 20%;
  height: 88%;
  grid-template-columns: 100%;
}
.master .structure-page-3 {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  align-content: space-between;
  grid-template-rows: 50% 30% 20%;
  height: 88%;
  grid-template-columns: 100%;
}
.master .structure-page-4 {
  grid-template-rows: 75% 22%;
}
.master .structure-page-5 {
  grid-template-rows: 60% 7% 14%;
}
.master .structure-page-6 {
  grid-template-rows:  20% 63% 17%;
}
.master .structure-page-7{
  grid-template-rows: 72% 18%;
}
.master .structure-page-8{
  grid-template-rows: 95%;
  display: grid;
}
.master .structure-page-2 h6 {
  margin: auto;
  color: #0f4643;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.master header .menu {
  z-index: 11;
  position: absolute;
  margin: auto;
  width: 100%;
  grid-template-columns: 40% 20% 40%;
  display: grid;
  box-shadow: 6px 4px 10px 0px rgba(194, 181, 146, 0.50);
    border-radius: 8px;
    height: 50px;
    overflow: hidden;
}
.master .body {
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 82%;
  height: 88%;
  margin: auto;
  left: 0;
  right: 0;
}
.master header .menu .profile {
  overflow-x: hidden;
  overflow-y: auto;
}
/******pages*********/
.otp input:focus {
  border: 0 !important;
  border-left: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: unset !important;
}
.login .header-login img {
  width: 40%;
  height: 40%;
}
.game-one-main {
  background-color: #8ac3bd;
  border-radius: 2rem;
  background: #8ac3bd;
  overflow-y: auto;
  padding: 20px;
  display: grid;
  overflow-x: hidden;
  z-index: 98;
  background-repeat: repeat;
  background-image: url(/icons/moj.svg);
  box-shadow: 8px 4px 30px 0px rgba(23, 159, 159, 0.75) inset;
  align-content: space-between;
  align-items: stretch;
}
.game-two-main {
  background-color: #245A3E;
  border-radius: 2rem;
  /* background: #8ac3bd; */
  overflow-y: auto;
  padding: 2em;
  border-image: url("/images/border.svg");
  display: grid;
  overflow-x: hidden;
  z-index: 98;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  background-image: url(/images/moj2.svg);
  box-shadow:0px 0px 30px 0px rgba(36, 90, 62, 0.75) inset;
  align-content: space-between;
  align-items: stretch;
}
.game-two-main .col-4{
 padding: 0px;
}
.game-two-main img:hover{
  transition: .5s;
  transform:scale(1.1);
}
/* .game-one-main .row {
  /* overflow: hidden; */
/* } */

.profile .rdp__modal button{
 color: #da4242 !important;
}
.helps {
  background-color: #8ac3bd;
  border-radius: 2rem;
  background: #8ac3bd;
  overflow-y: auto;
  padding: 20px;
  background-repeat: repeat;
  background-image: url(/icons/moj.svg);
  box-shadow: 8px 4px 30px 0px rgba(23, 159, 159, 0.75) inset;
  display: grid;
  grid-template-rows: 35% 65%;
  align-items: end;
  justify-content: center;
  grid-template-columns: 97%;
  overflow-x: hidden;
  width: 100%;
  align-content: space-between;
}
.helps2 {
  border-radius: 2rem;
  background: #8ac3bd;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  background-repeat: repeat;
  background-image: url(/images/moj2.svg);
  box-shadow: 0px 0px 30px 0px rgba(23, 159, 159, 0.75) inset;
  display: grid;
  grid-template-rows: 35% 65%;
  align-items: end;
  justify-content: center;
  grid-template-columns: 97%;
  overflow-x: hidden;
  width: 100%;
  align-content: space-between;
  background-color: #245A3E;
  background-position-x: -11px;
    background-position-y: -14px;

}
.helps::after {
  /* background-repeat: no-repeat; */
  content: url('/images/game/river.svg');
  position: absolute;
  height: max-content;
  width: 100%;
  top: 0px;
  padding: 16px;
  right: 0;
  z-index: 1;
}
.helps2::after {
  /* background-repeat: no-repeat; */
  content:' ';
  position: absolute;
  height:30vh;
  background-color: black;
  opacity: .5;
  width: 100%;
  top: 0;
  border-radius: 2rem 2rem 0 0;
  margin: auto;
  left: 0;
  padding: 16px;
  right: 0;
  z-index: 0;
}
.helps2 .divider{
  position:absolute;
  top:27.5vh;
  z-index:9999;
  font-size:2em;
  color:#8D8D8D;
  left:0;
  right:0;
  transform: skewX(35deg);
}
.helps .answer {
  z-index: 9;
  height: 100%;
  align-content: space-between;
  overflow: auto;
  font-family: DoranFn;
  font-weight: bold;
  word-spacing: 2px;
}
.helps .options {
  z-index: 9;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  align-content: space-between;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.helps2 .hint-text,.helps .hint-text{
  overflow: hidden;
}
.helps2 .hint-text div,.helps .hint-text div{
overflow: hidden;
}
.helps2 .answer {
  z-index: 9;
  height: 100%;
  align-content: center;
  overflow: auto;
  font-family: DoranFn;
  word-spacing: 2px;
  font-weight: bold;
  z-index: 100;

}
.helps2 .help-button,.helps .help-button {
  border-radius: 20px;
  border: 1px dashed #f3f1eb;
  background: transparent;
  /* background: rgba(243, 241, 235, 0.05); */
  margin-top: 10px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  font-family: DoranFn;
  word-spacing: 2px;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  overflow: hidden;
}
.helps2 .options {
  height: 85%;
  display: grid;
  grid-template-rows: 100px 50px 50px 50px 50px 50px;
}
.helps2 .help-button .point-tip,.helps .help-button .point-tip {
  font-family: iranyekan;
  font-weight: bold;
  color:#ff636c !important;
  font-size: 1.3rem;
}
.menu .menu-item {
  border-radius: 20px;
  border: 3px dashed #eae6db;
  color: #0f4643;
  margin: auto;
  background: #eae6db;
  margin-top: 10px;
  padding: 0.3rem;
  width: 95%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15)
}
.games {
  display: grid;
  overflow-y: auto;
}
.games .item {
  position: relative;
  padding: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #0f4643;
}
.games .item .bg-game {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  overflow-y: auto;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.games .item .bg-game:hover {
 border: 1px solid gray !important;
}
.games .item .text {
  z-index: 9;
  position: relative;
}

.open {
  height: 100dvh;
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-rows: 45% 12%;
  grid-template-columns: 100%;
  justify-items: center;
}
.open .body {
  z-index: 99;
}
.open::after {
  content: ' ';
  background-image: url('/images/game/bg-2.png');
  position: absolute;
  height: 100dvh;
  z-index: 1;
  right: 0;
  top: 0;
  background-size: 100% 100%;
  width: 100vw;
}
@media screen and (min-width: 479px) {
  .open::after {
    max-width: 480px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    border-radius: 5rem;
  }
}
.open .datetime {
  z-index: 999;
  position: relative;
}
.open .date {
  color: #fff;

  text-align: center;
  font-family: Cairo;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
  z-index: 99;
}
.open .time {
  color: #fff;

  text-align: center;
  font-family: Cairo;
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
  z-index: 99;
}
.open .box {
  width: 300px;
  height: 51.511px;
  position: relative;
  flex-shrink: 0;
  border-radius: 15px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  z-index: 99;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.open .move {
  width: 45.807px;
  height: 45.807px;
  flex-shrink: 0;
  border-radius: 50px;
  fill: #c30000;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.25));
}

.open-lock {
  background: radial-gradient(
    700.7% 195.75% at -39.2% -37.62%,
    #6f7a82 0%,
    #5d727e 24.65%,
    #112b4a 63.64%,
    #0d2445 87.35%
  );
  width: 100dvw;
  font-family: sf arabic;
  font-weight: 100;
  height: 100dvh;
  display: grid;
  align-content: space-between;
  justify-items: center;
  justify-content: space-between;
  grid-template-columns: 100%;
  
}
.open-lock input:focus{
  border: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
}
@media screen and (min-width: 479px) {
  .open-lock {
    max-width: 480px;
    padding: 50px !important;
    border-radius: 5rem;
  }
}
.open-lock button {
  position: relative;
  z-index: 9;
}
.open-lock input::placeholder {
  text-align: right;
}
.open-lock input {
  /* background: var(
    --System-Background-Dark-Elevated-Primary,
    #1c1c1e
  ) !important;
  border: 0 !important;
  color: white !important;
  letter-spacing: 10px !important;
  text-transform: uppercase;
  text-align: left; */
  border-color: white;
}
.open-lock .pin-pos {
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(5, 20%);
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 200px;
}
.open-lock .pin-pos .active {
  border: 1px solid white;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: white;
}
.open-lock .pin-pos .inactive {
  border: 1px solid white;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  background: transparent;
}
.contacts {
  align-items: start;
  grid-template-columns: 100%;
  height: 100dvh;
  width: 100%;
  grid-template-rows: 7% 85%;
  font-family: 'sf arabic' !important;
  padding: 50px;
}
@media screen and (max-width: 479px) {
  .contacts {
    padding: 20px !important;
  }
}
.contacts .header,
.contacts .waveform {
  position: relative;
  z-index: 9;
}
.contacts .contact {
  display: grid;
  grid-template-columns: 7% 76% 17%;
  width: 100%;
  direction: ltr;
}
.contacts .contact .time,
.contacts .contact .mobile {
  color: #8c8c8c;
}
.contacts footer {
  right: 0;
  z-index: 99999;
  width: 100%;
  max-width: 480px;
  margin: auto;
  text-align: center;
  left: 0;
}
@media screen and (min-width: 479px) {
  .contacts footer {
    padding-bottom: 35px !important;
    max-width: 435px;
    z-index: 1;
  }
}
.contacts .waveform {
  border: 1px solid #eee;
  border-radius: 30px;
}

.home {
  font-family: 'sf arabic' !important;
  height: 100dvh;
  max-width: 480px;
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-columns: 100%;
  justify-items: center;
  color: white;
  transition: 0.5s;
  grid-template-rows: 30% 57% 11%;
  align-items: center;
}
.home .body {
  z-index: 99;
  position: relative;
}

.home::after {
  content: ' ';
  background-image: url('/images/game/bg-2.png');
  position: absolute;
  height: 100dvh;
  z-index: 1;
  right: 0;
  top: 0;
  background-position: top;
  background-size: 100% 100%;
  width: 100%;
  max-width: 480px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}
@media screen and (max-width: 479px) {
  .home::after {
    border-radius: 0rem !important;
  }
  #frame {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .home::after {
    border-radius: 5rem !important;
  }
}
.home .calendar-box {
  background: linear-gradient(180deg, #000 0%, #2f2f2f 100%);
  border-radius: 2rem;
  height: 200px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  padding-top: 0px;
}
.home .calendar {
  overflow: hidden;

  color: white !important;
}

.home .calendar .MuiDateCalendar-root {
  width: 100% !important;
  text-align: left;
}
.home .calendar .MuiPickersArrowSwitcher-root {
  display: none;
}
.home .calendar .Mui-disabled,
.home .calendar .MuiTypography-caption {
  color: white !important;
  font-size: 0.7rem;
  height: 20px;
  width: 20px;
}
.home .calendar .MuiPickersDay-today {
  background-color: red !important;
  border-radius: 100px;
}
.home .calendar .MuiPickersCalendarHeader-label {
  color: #eb5545;
  text-align: left;
  width: 100%;
}

.home .buttons {
  z-index: 99;

  position: relative;
  width: 100%;
}
.home .buttons .weather {
  border-radius: 20px;
  display: grid;
  background: linear-gradient(180deg, #80b6dc 0%, #6192bb 48.44%, #6d94b6 100%);
}
.home .buttons .weather .degree {
  color: #fff;
  font-family: sf arabic;
  font-size: 2rem;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: -0.72px;
}
.home .nav {
  position: relative;
  z-index: 99;
  border-radius: 3rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);

  backdrop-filter: blur(40px);
}
/********packes*****/
.form-control {
  z-index: 999;
}
.row{
  height: max-content;
}