* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: "messi";
  src: url(../fonts/Far_AdvertisingMedium.ttf);
}
@font-face {
  font-family: "messii";
  src: url(../fonts/Lalezar-Regular.ttf);
}
@font-face {
  font-family: "messiii";
  src: url(../fonts/Far_Yekan.ttf);
}
header {
  margin: 20px;
}
.row9 {
  background-color: #cacdd879;
}
.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ulnew {
  list-style-type: none;
}
.ulnew li {
  position: relative;
  display: inline-block;
  padding: 8px;
  border-bottom: 2px solid rgba(0, 0, 255, 0.705);
}
.ded {
  transition: all 2s;
}

.ulnew li a {
  text-shadow: 0px 10px 8px rgba(38, 41, 58, 0.685);
  font-family: "messii";
  letter-spacing: px;
  color: rgba(0, 0, 255, 0.829);
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 6px;
  font-size: 16px;
}
.ulnew li ul.dropdown li {
  display: block;

  font-weight: bold;
  background-color: #bdc5ce;
  overflow: hidden;
}

.ulnew li ul.dropdown li a:hover {
  background-color: rgba(29, 26, 71, 0.37);
  padding: 20px;
  color: rgba(41, 0, 155, 0.678);
}

.ulnew li ul.dropdown li a {
  color: rgb(0, 0, 0);
  transition: 0.5s all;
}
.ulnew li ul.dropdown {
  width: 200px;
  background: #ffffffd7;
  box-shadow: 0px 0px 70px black;
  position: absolute;
  z-index: 999;
  display: none;
  border-radius: 10px;
}

.ulnew li:hover ul.dropdown {
  display: block;
}

.dad {
  animation: ani 3s alternate linear infinite;
  font-weight: bold;
}
@keyframes ani {
  100% {
    color: rgb(66, 66, 212);
    letter-spacing: 4px;
  }
}
.web3 {
  align-self: normal;
  padding: 30px;
  font-size: 19px;
}
.web3 > p {
  letter-spacing: 3px;
  font-family: TAHOMA;
  color: blue;
}
.web2 {
  height: 25px;
  width: 25px;

  display: none;
}
.web2 > i > div {
  height: 25px;
  width: 25px;
  border-top: 1px solid rgb(74, 107, 255);
  margin-top: 7px;
}
.web2 > i > div > div {
  height: 25px;
  width: 25px;
  border-top: 1px solid rgb(70, 141, 248);
  margin-top: 7px;
}
.web2:hover {
  animation-play-state: paused;
}
.web2 > div:hover {
  animation-play-state: paused;
}
@keyframes ami {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes amie {
  100% {
    transform: rotate(1turn);
  }
}
/* .web2 > div {
  animation: amie 2s linear infinite;
  height: 25px;
  width: 25px;
  border-top: 1px solid rgb(32, 32, 25);
  border-bottom: 1px solid rgb(70, 69, 61);
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* .web2 > div > div {
  height: 15px;
  width: 15px;
  border: 1px solid black;
  animation: amiet 2s alternate linear infinite;
} */
@keyframes amiet {
  60% {
    background-color: black;
  }
  100% {
    background-color: rgb(0, 38, 255);
  }
}
@media screen and (max-width: 964px) {
  .ulnew li ul.dropdown {
    margin-top: 50px;
  }
  .web1 {
    display: none;
  }
  .web2 {
    align-self: normal;
    transition: 1s all;
    margin: 50px;
    display: unset;
  }
  .web1 > ul > li {
    display: flex;
  }
  .web1 > ul {
    animation: gem 0.7s alternate linear infinite;
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .web3 {
    align-self: normal;
    padding: 20px;
  }
}

.text {
  text-align: center;
  margin-top: 13px;
  letter-spacing: 4px;
  font-family: "messiii";
  animation: you 3s alternate linear infinite;
  padding: 7px;
}
.aaa {
  text-decoration: none;
  color: white;
}
.aaaa {
  text-decoration: none;
  font-weight: bold;
}
.text2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "messiii";
}
@keyframes you {
  0% {
    background-color: rgb(0, 0, 255);
    color: white;
  }
  25% {
    background-color: rgb(44, 29, 255);
    color: rgb(255, 255, 255);
  }
  50% {
    background-color: rgb(76, 88, 255);
    color: white;
  }
  75% {
    background-color: rgba(58, 51, 155, 0.671);
    color: white;
  }
  100% {
    background-color: rgba(25, 20, 75, 0.705);
    color: white;
  }
}
.pic {
  height: 70px;
  width: 100%;
}

.had > div {
  border-top: 1px solid black;
  height: 20px;
  width: 20px;
  margin-top: 5px;
}
.had > div > div {
  border-top: 1px solid black;
  height: 20px;
  width: 20px;
  margin-top: 5px;
}
.sec {
  margin-top: 90px;
  font-family: "messi";
}
.line {
  font-family: "messiii";
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  color: rgba(44, 74, 139, 0.692);
  padding: 10px;
  text-align: justify;
}
.line2 {
  margin-top: 4px;
  font-family: "messiii";
  font-weight: bold;
  text-align: justify;
  font-size: 18px;
  color: rgba(42, 72, 138, 0.685);
  line-height: 38px;
  padding: 20px;
}
.header {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  background: #25394d;
  color: #f1f1f1;
}
.ces {
  font-family: "messii";
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  margin-top: 70px;
  color: rgb(60, 60, 192);
}

.con9 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.slider {
  width: 800px;
  height: 500px;
  border-radius: 10px;
}
.slides {
  width: 500%;
  height: 500px;
  display: flex;
}
.slides input {
  display: none;
}
.slide {
  width: 20%;
  transition: 2s;
}
.slide img {
  width: 800px;
  height: 500px;
}
.navigation-menual {
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.menual-btn {
  border: 2px solid rgb(255, 255, 255);
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}
.menual-btn:not(:last-child) {
  margin-left: 40px;
}
.menual-btn:hover {
  background: #ffffff;
}

#radio1:checked ~ .first {
  margin-left: 0;
}
#radio2:checked ~ .first {
  margin-left: -20%;
}
#radio3:checked ~ .first {
  margin-left: -40%;
}
#radio4:checked ~ .first {
  margin-left: -60%;
}

.navigation-auto {
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
}
.navigation-auto div {
  border: 2px solid;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}
.navigation-auto div:not(:last-child) {
  margin-left: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1 {
  background: rgb(0, 0, 0);
}
#radio2:checked ~ .navigation-auto .auto-btn2 {
  background: rgb(0, 0, 0);
}
#radio3:checked ~ .navigation-auto .auto-bt3 {
  background: rgb(0, 0, 0);
}
#radio4:checked ~ .navigation-auto .auto-btn4 {
  background: rgb(0, 0, 0);
}

.sec1 {
  text-align: center;
  color: rgb(76, 76, 219);

  text-shadow: 20px 0px 7px black;
  letter-spacing: 5px;
  font-family: "messi";
}
.pic1 {
  padding: 5px;
}

.tex3 {
  text-align: center;
  font-family: "messiii";
  color: rgb(36, 83, 85);
}

.div1 {
  background-color: rgba(255, 255, 255, 0.788);
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  margin: 20px;
  box-shadow: rgba(9, 9, 219, 0.25) 0px 50px 100px -20px,
    rgba(236, 130, 130, 0.3) 0px 30px 60px -30px,
    rgba(25, 122, 219, 0.35) 0px -2px 6px 0px inset;
  font-family: "messiii";
}
.tex4 {
  margin-top: 15px;
  line-height: 30px;
  font-size: 19px;
  color: #25394d;
  font-family: "messiii";
}
@media screen and (max-width: 750px) {
  .row4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec4 {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .con {
    margin-top: 30px;
  }
}
@media screen and (max-width: 738px) {
  /* .web1 {
    border-top-left-radius: 40%;
    border-bottom-right-radius: 40%;
    border-left: 1px solid rgba(110, 169, 189, 0.596);
    border-right: 1px solid rgba(137, 189, 206, 0.596);
  } */
}
.line4 {
  font-weight: bold;
  font-family: "messiii";
  letter-spacing: 2px;
  margin-top: 100px;
  padding: 20px;
}
.line5 {
  margin-top: 30px;
  font-family: "messiii";
  font-size: 22px;
  color: rgba(108, 108, 177, 0.76);
  margin: 20px;
}
.line6 {
  margin-top: 10px;
  font-family: "messiii";
  font-size: 19px;
  margin: 20px;
}
.line7 {
  margin-top: 10px;
  font-family: "messiii";
  font-size: 18px;
  margin: 20px;
}
/* .secch {
  margin: 30px;
} */
.mg1 {
  border-radius: 20px;
  border: 1px solid rgb(98, 98, 136);
  box-shadow: 10px 10px 60px rgb(0, 0, 0);
}
.gm {
  width: 90px;
  filter: drop-shadow(2px 2px 20px rgb(0, 17, 255));
}

.sec4 {
  background-color: rgba(23, 141, 196, 0.596);
  width: 100%;
  border-radius: 20px;
}
.line8 {
  margin: 20px;
  padding: 10px;
  letter-spacing: 3px;
  text-align: center;
  font-family: "messi";
  background-color: #5593c562;
  border-radius: 20px;
  box-shadow: 0px 4px 70px rgb(27, 27, 54);
}
.sec2 {
  margin-top: 100px;
}
.line9 {
  all: unset;
  margin: 50px;
  padding: 15px;
  font-family: "messiii";
  letter-spacing: 2px;
  box-shadow: 0px 1px 50px rgb(255, 255, 255);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(51, 255, 0);
  animation: pop 4s alternate linear infinite;
  color: rgb(47, 0, 255);
}
@keyframes pop {
  100% {
    text-shadow: 5px 1px 60px rgb(255, 255, 255);
  }
}
.sec5 {
  margin-top: 150px;
  margin-bottom: 100px;
}
.row8 {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  background: rgb(255, 255, 255);
  padding: 2rem;

  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  text-align: center;
}
.wrapper > h3 {
  font-family: "messi";
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.5rem;
  font-size: 2rem;
  color: #ffbd13;
  margin-bottom: 2rem;
}
.rating .star {
  cursor: pointer;
}
.rating .star.active {
  opacity: 0;
  animation: animate 0.5s calc(var(--i) * 0.1s) ease-in-out forwards;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.rating .star:hover {
  transform: scale(1.1);
}
textarea {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  resize: none;
  margin-bottom: 0.5rem;
}
.btn-group {
  display: flex;
  grid-gap: 0.5rem;
  align-items: center;
}
.btn-group .btn {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn-group .btn.submit {
  font-family: "messi";
  background: rgb(89, 89, 179);
  color: white;
}
.btn-group .btn.submit:hover {
  background: rgb(40, 40, 145);
}

.btn-group .btn.cancel {
  font-family: "messiii";
  background: white;
  color: rgb(87, 87, 177);
}
.btn-group .btn.cancel:hover {
  background: rgb(185, 182, 182);
}
.con {
  background: #fff;
  padding: 20px;
  font-family: "messiii";

  box-shadow: 0 0 5px #777474;
  border-radius: 20px;
}
.head {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.texte {
  margin: 10px 0;
  font-family: "messiii";
  font-size: 0.9em;
}
.commentbox {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.commentbox > .imego {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
  object-position: center;
}
.content {
  width: 100%;
  font-family: "messiii";
}
.user {
  border: none;
  outline: none;
  margin: 5px 0;
  color: #808080;
  margin-left: 20px;
  padding: 10px;
}
.commentinput > input {
  border: none;
  padding: 10px;
  padding-left: 0;
  outline: none;
  border-bottom: 2px solid blue;
  margin-bottom: 10px;
  width: 95%;
}
.buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #808080;
}
.buttons button {
  padding: 5px 10px;
  background: lightgrey;
  color: #808080;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
}

.buttons button.abled {
  background: blue;
  color: #fff;
}

.policy {
  margin: 20px 0;
  font-size: 0.8rem;
  font-family: "messiii";
  color: #808080;
}
.policy a {
  text-decoration: none;
  color: blue;
}
.notify {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.notify > input {
  margin-right: 5px;
}
.parents {
  font-family: "messiii";
  display: flex;
  margin-bottom: 30px;
}
.parents h1 {
  font-size: 0.9em;
}
.parents p {
  margin: 10px 0;
  font-size: 0.9em;
}
.parents > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
  object-position: center;
}
.engagements {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.engagements img {
  width: 20px;
}
.engagements img:nth-child(1) {
  margin-right: 10px;
  width: 25px;
}
.date {
  color: #808080;
  font-size: 0.8em;
}
.foot {
  margin: 15px;
}
.fh {
  text-align: center;
  font-family: "messiii";
  text-shadow: -10px 30px 5px rgba(255, 255, 255, 0.473);
}
.fh2 {
  text-align: center;
  font-family: "messiii";
  text-shadow: -10px 30px 5px rgba(255, 255, 255, 0.473);
  color: #5e7ce0;
}
.fri {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px;
  padding: 20px;
  transition: 1s all;
}
.fri:hover {
  transform: rotateZ(17deg) rotateX(20deg) rotateY(-30deg);
}

.frip {
  font-family: "messiii";
  text-align: center;
  letter-spacing: 3px;
  font-size: 18px;
  color: #ffffff;
  border-right: 2px solid lightblue;
  border-top: 2px solid lightblue;
  padding: 8px;
}
.fri1 {
  margin-top: 30px;
}
.fhn {
  border-bottom: 2px solid rgba(95, 84, 89, 0.555);
  border-radius: 10px;
  font-family: "messiii";
  font-size: 17px;
  margin: 12px;
  padding: 6px;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 10px 10px white;
  animation: fhn 2s alternate infinite;
  background-color: #2b170cb0;
}
@keyframes fhn {
  100% {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    
    color: white;
    transform: translateX(10px) scale(0.7);
  }
}
.fle {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px;
  padding: 50px;
  transition: 1s all;
}
.fle:hover {
  transform: rotateZ(17deg) rotateX(20deg) rotateY(-30deg);
}
@keyframes flei {
  100% {
    transform: translateX(-200px) translateX(100px);
  }
}
.flep {
  font-family: "messiii";
  text-align: center;
  letter-spacing: 3px;
  font-size: 18px;
  color: #ffffff;
  border-left: 2px solid lightblue;
  border-bottom: 2px solid lightblue;
  padding: 8px;
}
.flei {
  height: 50px;
  width: 50px;
  margin: 10px;
}
.fle1 {
  margin-top: 40px;
}
.flep2 {
  margin-top: 15px;
  font-family: "messiii";
  font-weight: bold;
  color: white;
}
.row10 {
  margin-top: 20px;
  align-items: center;
  justify-content: space-around;
  background-color: #2b170cb0;
}
.texte {
  font-family: "messiii";
  text-align: center;
  margin: 8px;
}
.footh2 {
  font-family: "messiii";
  text-align: center;
  letter-spacing: 5px;
  font-size: 17px;
  margin: 4px;
  color: white;
}
.fixed-box {
  position: fixed; /* عنصر همیشه در یک موقعیت ثابت می‌ماند */
  bottom: 0; /* چسباندن به پایین صفحه */
  left: 0; /* چسباندن به سمت چپ (می‌توانید right: 0 بگذارید) */
  width: 100%; /* پهنای کامل صفحه */
  background-color: #ff0000;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: "messiii";
  animation: bar 1s alternate linear infinite;
}
@keyframes bar {
  100% {
    padding: 30px;
  }
}
.fixed-box1 {
  position: fixed; /* عنصر همیشه در یک موقعیت ثابت می‌ماند */
  bottom: 0; /* چسباندن به پایین صفحه */
  left: 0; /* چسباندن به سمت چپ (می‌توانید right: 0 بگذارید) */
  width: 150px; /* پهنای کامل صفحه */
  text-shadow: 0px 10px 10px #158000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px;
  height: 150px;
  font-size: 100px;
  animation: what 0.5s alternate infinite;
}
@keyframes what {
  100% {
    transform: scale(1.1) rotateZ(20deg) rotateZ(-50deg);
  }
}
.inew {
  color: #ffffff;

  background-color: #23d400;
  border-radius: 110px;
}
