@font-face {
  font-family: poppinsThin;
  font-style: normal;
  /* font-weight: 300; */
  src: url("fonts/poppins/Poppins-Thin.ttf");
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  /* font-weight: 200;  */
  src: url("fonts/poppins/Poppins-ExtraLight.ttf");
}
@font-face {
  font-family: PoppinsBold;
  font-style: normal;
  /* font-weight: 200;  */
  src: url("fonts/poppins/Poppins-SemiBold.ttf");
}
.fontPlay {
  font-family: "poppinsThin" !important;
}
.PoppinsBold {
  font-family: "PoppinsBold" !important;
}
.w-100 {
  width: 100%;
}
.f-16 {
  font-size: 16px;
}
.cursor {
  cursor: pointer !important;
}
a {
  text-decoration: none !important;
}
body {
  line-height: 1.5;
  font-family: "Poppins";
  /*direction: rtl !important; */
  overflow-x: hidden;
}
.back {
  position: relative;
  right: 0;
  background-image: url(images/97eb7a2e6014b4d0560016a3542ad8fe3efb1a65.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 118% 180%;
  height: 800px;
}
.back2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(images/a4dc4999a69b69f8b9f8e013ab5647018909dc32.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  filter: grayscale(100%);
}
.stylep {
  position: absolute;

  left: 13%;
  top: 58%;
  font-size: 83.16px;
  line-height: 82px;
}
.border {
  position: absolute;
  width: 1894.67px;
  height: 1042.67px;
  left: calc(50% - 1894.67px / 2 + 0.67px);
  top: calc(50% - 1042.67px / 2 - 710.83px);
  background: #e2e2e2;
}
.plus {
  position: absolute;
  width: 1725.33px;
  height: 873.33px;
  left: 98.67px;
  top: 954.67px;
  border: 1.33333px solid #3f3f3f;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-right {
  justify-content: right;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .img-fluid {
    display: block;
  }
  .video-fluid {
    display: none;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control,
textarea {
  background: #f7f7f7;
  resize: none;
  border-radius: 0.2rem;
  border: 1px solid #949494;
  transition: all 0.3s ease-in-out;
}

.form-style .form-control:hover,
.form-style .form-select:hover,
.form-style textarea:hover {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.25);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95%;
    margin: auto;
  }
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(#fff, var(--bs-bg-opacity));
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.rounded-4 {
  border-radius: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.form-label {
  margin-bottom: 0.5rem;
}
label {
  display: inline-block;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select {
  margin-bottom: 1rem;

  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 2rem;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(1px * 2));
}
textarea {
  resize: none;
}
.img-fluid {
  max-width: 100%;
  height: 100%;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}
.w-5 {
  width: 5%;
}
.d-flex {
  display: flex;
  align-items: center;
}
.title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cotact {
  width: 29.9%;
}
.footer {
  font-size: 28.7px;
  font-weight: bold;
  width: 39%;
  padding-bottom: 7%;
}
@media (max-width: 768px) {
  .row {
    overflow-x: hidden !important;
    width: 103%;
  }
  .fot {
    font-size: 11px !important;
    padding-top: 7% !important;
    padding-bottom: 12% !important;
  }
  .f-28 {
    font-size: 13px !important;
  }
  .footer {
    font-size: 16px !important;
    width: 89% !important;
  }
  .cotact {
    width: 100% !important;
    padding-right: 7% !important;
    padding-left: 7% !important;
    padding-bottom: 10% !important;
  }
  .circle {
    width: 108% !important;
    height: 350px !important;
    position: relative;
    left: -5%;
  }
  .back2 {
    justify-content: right !important;
    align-items: end !important;
  }
  .sharp {
    height: 700px !important;
    left: -98% !important;
    position: relative !important;
  }
  .svgpo {
    top: 10% !important;
    width: 100% !important;
    padding: 0 0 0 4% !important;
  }
  .f-18 {
    font-size: 15px !important;
  }
  .back {
    width: 467px;
    height: 719px;
    left: 0;
    top: 0;
    background-position-x: 57% !important;
    background-size: 239% 100% !important;
    position: relative !important;
  }
  .stylep {
    left: 6% !important;
    top: 70% !important;
    font-size: 34.16px !important;
    line-height: 43px !important;
  }
  .logo {
    padding-left: 7% !important;
    padding-top: 4% !important;
    padding-bottom: 4% !important;
  }
  .gap-3 {
    gap: 0 !important;
  }
  .imgresponsive {
    position: absolute;
    z-index: 0;
    top: 0;
  }
  textarea.form-control {
    min-height: 15rem !important;
  }
  .titlecomment {
    color: #5b4f45 !important;
    margin-bottom: 3%;
  }
  .d-block {
    display: block !important;
  }

  .d-none {
    display: none !important;
  }
  .container {
    margin-top: 20% !important;
  }
  .w-5 {
    width: 20% !important;
  }
  .img-fluid {
    display: none;
  }
  .video-fluid {
    display: block;
  }
  .respons {
    position: absolute;
    left: 2%;
  }
  .cardcomment {
    padding: 8% !important;
    margin-top: 13%;
  }
}

/* .card {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
} */
.card-body {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.search-input {
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.option {
  padding: 0.375rem;
  border-radius: 3px;
  cursor: pointer;
}
.option:hover {
  background: #f0f0f0;
}

.search-input-city {
  padding: 0.375rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.option-city {
  padding: 0.375rem;
  border-radius: 3px;
  cursor: pointer;
}
.option-city:hover {
  background: #f0f0f0;
}
.btn {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
  color: #1f1f1f;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.875rem 1.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn-success {
  color: #fff;
  background-color: #57b657;
  border-color: #57b657;
}
.float-left {
  float: left !important;
}

input.error,
textarea.error,
select.error,
.selected.error {
  box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.5);
  border: 1px solid rgba(255, 0, 0, 0.5);
}

.my-toast {
  font-size: 18px !important;
  padding: 20px 30px !important;
  min-width: 400px !important;
  min-height: 100px !important;
}
.cardpic {
  width: 26%;
  top: 24%;
  text-align: end;
  padding: 2%;
  background: #5b4f45;
  height: 55%;
  position: absolute;
  right: 12%;
}
.imgstyle {
  position: absolute;
  right: -6%;
  top: 21%;
}
.card {
  border-radius: 10px;
}

.d-md-block {
  display: block;
}
.d-block {
  display: block;
}
.cardcomment {
  background: #d0ccc978;
  padding: 4rem 10rem 4rem 4rem;
}
.d-md-none {
  display: none;
}
.titlecomment {
  color: #dcc1a6;
  text-align: center;
}
.form-group {
  position: relative;
  margin-top: 30px;
}

.form-control {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

.form-label {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  color: #aaa;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
  top: -25px;
  right: 12px;
  font-size: 12px;
  color: #01060c;
  z-index: 999;
  font-weight: bold;
}

.form-control:focus {
  border-color: #007bff;
}
.gap-3 {
  gap: 3rem;
}
.btnsuccess {
  background: #5b4f45;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10%;
}
/* swal edit */
.swal2-popup.my-swal-edit {
  border-radius: 16px;
  border: none !important;
  box-shadow: 0 10px 25px rgb(193 139 0 / 18%);
  background-color: white !important;
  font-family: "IRANSans", sans-serif;
}

.swal2-title.my-swal-title {
  color: #000;
  margin-top: 5%;
  font-weight: bold;
  font-size: 1.4rem;
}

.swal2-icon.my-swal-icon-edit {
  border-color: #0070e0 !important;
  color: #0070e0 !important;
}

.swal2-confirm.my-swal-confirm {
  background-color: #57b657 !important;
  color: white !important;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  font-family: inherit;
}
.swal2-confirm.my-swal-confirm:hover {
  background-color: #c2ecb6 !important;
  color: #333 !important;
}
.swal2-cancel.my-swal-cancel {
  background-color: #dc3545 !important;
  color: white !important;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  font-family: inherit;
}
.swal2-cancel.my-swal-cancel:hover {
  background-color: #f7cece !important;
  color: #333 !important;
}
.swal2-popup.my-swal-edit:before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 6rem;
  /* --drop: radial-gradient(circle at 64% 51%, #e1b732 0.45rem, #fff0 calc(0.45rem + 1px)),
    radial-gradient(circle at 100% 100%, #fff0 0.9rem, #e1b732 calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
     radial-gradient(circle at 0% 0%, #fff0 0.9rem, #e1b732 calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
     radial-gradient(circle at 0% 120%, #e1b732 4rem, #fff0 calc(4rem + 1px)) /*big 1*/
  /* background: radial-gradient(circle at 22% 3.8rem, #e1b732 0.75rem, #fff0 calc(0.75rem + 1px)),
     radial-gradient(circle at 95% 1.9rem, #e1b732 0.07rem, #fff0 calc(0.07rem + 1px)),
     radial-gradient(circle at 80% 2.25rem, #e1b732 0.18rem, #fff0 calc(0.18rem + 1px)),
     radial-gradient(circle at 80% 75%, #e1b732 0.35rem, #fff0 calc(0.35rem + 1px)),
     radial-gradient(circle at 43% 2.3rem, #e1b732 0.07rem, #fff0 calc(0.07rem + 1px)),
     radial-gradient(circle at 40% 1rem, #e1b732 0.12rem, #fff0 calc(0.12rem + 1px)),
     radial-gradient(circle at 20% 1.5rem, #c29300 0.25rem, #fff0 calc(0.25rem + 1px)),  var(--drop), #f000;  */
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 1.625rem 1.625rem, 1.625rem 1.625rem, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, calc(100% - 1.75rem) 2.85rem, calc(100% - 1.75rem) 2.95rem, 0 0, 0 0;
  bottom: 0rem;
  left: 0rem;
  z-index: 0;
  border-radius: 0 0 0 14px;
}
.swal2-popup.my-swal-edit:after {
  color: white;
  content: "?";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: #e1b732;
  top: -1.75rem;
  left: 2rem;
  border-radius: 3rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  box-sizing: border-box;
}
/******************************************** swal save */
.swal2-popup.my-swal-save {
  border-radius: 16px;
  border: none !important;
  box-shadow: 0 10px 25px rgb(59 193 0 / 15%);
  background-color: white !important;
  font-family: "IRANSans", sans-serif;
}

.swal2-title.my-swal-title {
  color: #000;
  margin-top: 5%;
  font-weight: bold;
  font-size: 1.4rem;
}

.swal2-icon.my-swal-icon-save {
  border-color: rgb(167, 180, 158) !important;
  color: rgb(167, 180, 158) !important;
}

.swal2-popup.my-swal-save:before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 6rem;
  /* --drop: radial-gradient(circle at 64% 51%, #019101 0.45rem, #fff0 calc(0.45rem + 1px)),
     radial-gradient(circle at 100% 100%, #fff0 0.9rem, #019101 calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
     radial-gradient(circle at 0% 0%, #fff0 0.9rem, #019101 calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
     radial-gradient(circle at 0% 120%, #019101 4rem, #fff0 calc(4rem + 1px)) ;
  background: radial-gradient(circle at 22% 3.8rem, #019101 0.75rem, #fff0 calc(0.75rem + 1px)),
    radial-gradient(circle at 95% 1.9rem, #019101 0.07rem, #fff0 calc(0.07rem + 1px)),
  radial-gradient(circle at 80% 2.25rem, #019101 0.18rem, #fff0 calc(0.18rem + 1px)),
     radial-gradient(circle at 80% 75%, #019101 0.35rem, #fff0 calc(0.35rem + 1px)),
    radial-gradient(circle at 43% 2.3rem, #019101 0.07rem, #fff0 calc(0.07rem + 1px)),
     radial-gradient(circle at 40% 1rem, #019101 0.12rem, #fff0 calc(0.12rem + 1px)),
     radial-gradient(circle at 20% 1.5rem, #019101 0.25rem, #fff0 calc(0.25rem + 1px)), var(--drop), #f000; */
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 1.625rem 1.625rem, 1.625rem 1.625rem, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, calc(100% - 1.75rem) 2.85rem, calc(100% - 1.75rem) 2.95rem, 0 0, 0 0;
  bottom: 0rem;
  left: 0rem;
  z-index: 0;
  border-radius: 0 0 0 14px;
}
.swal2-popup.my-swal-save:after {
  color: white;
  content: "L";
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  transform: rotateY(180deg) rotate(-38deg);
  text-indent: 0.15rem;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: #019101;
  top: -1.75rem;
  left: 2rem;
  border-radius: 3rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  box-sizing: border-box;
}

/************************************* swal delet */
.swal2-popup.my-swal-delet {
  border-radius: 16px;
  border: none !important;
  box-shadow: 0 10px 25px rgb(193 0 0 / 12%);
  background-color: white !important;
  font-family: "IRANSans", sans-serif;
}

.swal2-title.my-swal-title {
  color: #000;
  margin-top: 5%;
  font-weight: bold;
  font-size: 1.4rem;
}

.swal2-icon.my-swal-icon-delet {
  border-color: rgb(167, 180, 158) !important;
  color: rgb(167, 180, 158) !important;
}

.swal2-popup.my-swal-delet:before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 6rem;
  /* --drop: radial-gradient(circle at 64% 51%, #db2e3f 0.45rem, #fff0 calc(0.45rem + 1px)),
     radial-gradient(circle at 100% 100%, #fff0 0.9rem, #db2e3f calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
     radial-gradient(circle at 0% 0%, #fff0 0.9rem, #db2e3f calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
     radial-gradient(circle at 0% 120%, #db2e3f 4rem, #fff0 calc(4rem + 1px)) ;
  background: radial-gradient(circle at 22% 3.8rem, #db2e3f 0.75rem, #fff0 calc(0.75rem + 1px)),
    radial-gradient(circle at 95% 1.9rem, #db2e3f 0.07rem, #fff0 calc(0.07rem + 1px)),
    radial-gradient(circle at 80% 2.25rem, #db2e3f 0.18rem, #fff0 calc(0.18rem + 1px)),
    radial-gradient(circle at 80% 75%, #db2e3f 0.35rem, #fff0 calc(0.35rem + 1px)),
    radial-gradient(circle at 43% 2.3rem, #db2e3f 0.07rem, #fff0 calc(0.07rem + 1px)),
    radial-gradient(circle at 40% 1rem, #db2e3f 0.12rem, #fff0 calc(0.12rem + 1px)),
    radial-gradient(circle at 20% 1.5rem, #db2e3f 0.25rem, #fff0 calc(0.25rem + 1px)), var(--drop), #f000; */
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 1.625rem 1.625rem, 1.625rem 1.625rem, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, calc(100% - 1.75rem) 2.85rem, calc(100% - 1.75rem) 2.95rem, 0 0, 0 0;
  bottom: 0rem;
  left: 0rem;
  z-index: 0;
  border-radius: 0 0 0 14px;
}
.swal2-popup.my-swal-delet:after {
  color: white;
  content: "+";
  font-size: 3rem;
  /* line-height: 1.2rem; */
  transform: rotate(45deg);
  /* text-indent: 0.15rem; */
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: #db2e3f;
  top: -1.75rem;
  left: 2rem;
  border-radius: 3rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  box-sizing: border-box;
}
.swal2-modal {
  min-height: 190px !important;
}
.pl-9 {
  padding-left: 9%;
}
.pt-1 {
  padding-top: 1%;
}
.pb-1 {
  padding-bottom: 1%;
}
.pb-4 {
  padding-bottom: 4%;
}
.text-white {
  color: #fff;
}
.f-33 {
  font-size: 33.96px;
}
.f-18 {
  font-size: 18.11px;
  font-weight: 600;
}
.f-60 {
  font-size: 60px;
}
input::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

input::-moz-placeholder {
  color: #888;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}
/* .styleinput{

  position: absolute;
  width: 576px;
  height: 210px;
  left: 672px;
  top: 2178px;
} */
.align-items-center {
  align-items: center;
}
.pb-7 {
  padding-bottom: 7%;
}
.mb-2 {
  margin-bottom: 1.5%;
}

/* .circle-wrapper {
  overflow: hidden;
  position: relative;
  height: 1116px;
  display: flex;
  justify-content: center;
  align-items: center;
background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 90.62%);
}

.circle {
  position: absolute;
  border-radius: 50%;
background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 90.62%);
}

.outer3 {
  width: 1458px;
  height: 1458px;

}
.outer2 {
  width: 1255px;
  height: 1255px;
  background: #ffffff;
box-shadow: 0px 169.088px 476.887px rgb(51 37 87 / 0%);
}
.outer {
  width: 1053px;
  height: 1053px;
background: #F7F8F8;
box-shadow: 0px 169.088px 476.887px rgba(51, 37, 87, 0.09), 0px 70.6407px 199.232px rgba(51, 37, 87, 0.0646969), 0px 37.7679px 106.519px rgba(51, 37, 87, 0.0536497), 0px 21.1724px 59.7137px rgba(51, 37, 87, 0.045), 0px 11.2445px 31.7135px rgba(51, 37, 87, 0.0363503), 0px 4.67908px 13.1967px rgba(51, 37, 87, 0.0253031);
}

.middle {
  width: 850px;
  height: 850px;
background: #F7F8F8;
box-shadow: 0px 169.088px 476.887px rgba(51, 37, 87, 0.09), 0px 70.6407px 199.232px rgba(51, 37, 87, 0.0646969), 0px 37.7679px 106.519px rgba(51, 37, 87, 0.0536497), 0px 21.1724px 59.7137px rgba(51, 37, 87, 0.045), 0px 11.2445px 31.7135px rgba(51, 37, 87, 0.0363503), 0px 4.67908px 13.1967px rgba(51, 37, 87, 0.0253031);}

.inner {
  width: 648px;
  height: 648px;
background: #F7F8F8;
box-shadow: 0px 169.088px 476.887px rgba(51, 37, 87, 0.09), 0px 70.6407px 199.232px rgba(51, 37, 87, 0.0646969), 0px 37.7679px 106.519px rgba(51, 37, 87, 0.0536497), 0px 21.1724px 59.7137px rgba(51, 37, 87, 0.045), 0px 11.2445px 31.7135px rgba(51, 37, 87, 0.0363503), 0px 4.67908px 13.1967px rgba(51, 37, 87, 0.0253031);}

.small {
  width: 478px;
  height: 478px;
background: linear-gradient(180deg, rgba(234, 234, 234, 0.3) 55.95%, rgba(234, 234, 234, 0.12) 100%);
border: 3.42685px solid #FFFFFF;
box-shadow: inset 0px 31.984px 45.6914px #FFFFFF;
backdrop-filter: blur(15.992px);
border-radius: 22843.4px;}

.blur-effect {
  position: absolute;
  width: 342px;
  height: 342px;
 background: linear-gradient(180deg, #FFFFFF 55.95%, rgba(234, 234, 234, 0.4) 100%);
border: 3.42685px solid #FFFFFF;
box-shadow: 0px 54.8297px 123.367px rgba(0, 0, 0, 0.08), inset 0px 31.984px 45.6914px #FFFFFF;
backdrop-filter: blur(15.992px);
border-radius: 22843.4px;
}

.circle-wrapper::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  filter: blur(2px);
} */
.svglogo {
  position: absolute;
  width: 134.32px;
  height: 134.32px;
  left: calc(50% - 134.32px / 2 + 0.16px);
  top: 26%;
}
.text-center {
  text-align: center;
}



.hr {
  width: 36px;
  color: #d9d9d9;
  margin-bottom: 3%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}
.f-28 {
  font-size: 28px;
  color: #0000004f;
}
.f-18 {
  font-size: 18px;
  padding-top: 2%;
  padding-bottom: 4%;
  color: #00000033;
}
.fot {
  font-size: 18px;
  padding-top: 2%;
  padding-bottom: 4%;
  color: #00000033;
}
/* .chessboard-background {
  position: relative;
  display: block;
  background-image: 
    url('images/chessboard.svg'), 
    url('images/plus.svg'), 
    radial-gradient(44.6% 62.38% at 50% 45.24%, #D9D9D9 0%, rgba(115, 115, 115, 0) 100%); 
  background-size: cover, cover; 
  background-position: center, top right; 
  background-repeat: no-repeat, no-repeat; 
  padding: 16% 11%;
} */
.svgpo {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 20%;
  padding: 1% 15%;
}
