.f-r-c-c {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.f-c-c-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#body {
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #f4f5f6;
}
#body .section-total {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@keyframes sf-fly-by-1 {
  from {
    transform: translateZ(-600px);
    opacity: 0.5;
  }
  to {
    transform: translateZ(0);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-2 {
  from {
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
  to {
    transform: translateZ(-600px);
    opacity: 0.5;
  }
}
@keyframes sf-fly-by-3 {
  from {
    transform: translateZ(-1800px);
    opacity: 0.5;
  }
  to {
    transform: translateZ(-1200px);
    opacity: 0.5;
  }
}
#body .section-total .star-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 600px;
  -webkit-perspective: 600px;
  z-index: -1;
}
#body .section-total .star-field .layer {
  box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
#body .section-total .star-field .layer:nth-child(1) {
  animation: sf-fly-by-1 5s linear infinite;
}
#body .section-total .star-field .layer:nth-child(2) {
  animation: sf-fly-by-2 5s linear infinite;
}
#body .section-total .star-field .layer:nth-child(3) {
  animation: sf-fly-by-3 5s linear infinite;
}

#navbarSpace {
  position: fixed;
  top: 0;
  width: 100%;
  height: 15vh;
  z-index: 5;
}
#navbarSpace #navbar {
  justify-content: space-around;
  width: 85%;
  height: 80%;
  background: black;
  border-radius: 15px;
}
#navbarSpace #navbar .navbar-sides {
  height: 95%;
}
#navbarSpace #navbar #navbar-right---register-but {
  justify-content: flex-start;
  width: 20%;
}
#navbarSpace #navbar #navbar-right---register-but .navbar-registerBtn {
  width: 60%;
  aspect-ratio: 3/1;
  background: red;
  border-radius: 10px;
  margin-right: 25px;
  transition: all 0.1s linear;
}
#navbarSpace #navbar #navbar-right---register-but .navbar-registerBtn img {
  height: 70%;
  width: auto;
  margin-left: 5px;
}
#navbarSpace #navbar #navbar-right---register-but .navbar-registerBtn p {
  font-size: 1vw;
  font-weight: 700;
  color: white;
}
#navbarSpace #navbar #navbar-right---register-but .navbar-registerBtn:hover {
  transform: scale(1.05);
  border: solid 2px white;
}
#navbarSpace #navbar #navbar-middle---links {
  width: 59%;
}
#navbarSpace #navbar #navbar-middle---links a {
  display: inline-block;
  position: relative;
  color: white;
  font-size: 1.2vw;
  font-weight: 700;
  margin: 0 2%;
  box-sizing: border-box;
  padding-bottom: 8px;
  margin-bottom: 10px;
  transition: filter 0.5s ease;
}
#navbarSpace #navbar #navbar-middle---links a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease;
}
#navbarSpace #navbar #navbar-middle---links a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom right;
  box-shadow: 0 0 5px white;
}
#navbarSpace #navbar #navbar-middle---links a:hover {
  filter: drop-shadow(0 0 7px white);
}
#navbarSpace #navbar #navbar-left---logo {
  justify-content: flex-end;
  width: 20%;
}
#navbarSpace #navbar #navbar-left---logo a {
  height: 90%;
  width: auto;
  margin-left: 25px;
}
#navbarSpace #navbar #navbar-left---logo img {
  height: 100%;
  width: auto;
}

#section1 {
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  background: black;
}
#section1 #section1-right {
  align-items: flex-start;
  width: 40%;
  height: calc(100% - 15vh);
}
#section1 #section1-right h2 {
  font-size: 3.5vw;
  font-weight: 900;
  color: white;
  margin-bottom: 15px;
}
#section1 #section1-right h2 span {
  color: red;
}
#section1 #section1-right #typing {
  margin-bottom: 15px;
}
#section1 #section1-right #typing .header-sub-title {
  color: white;
  font-family: "VAZIRmatn";
  font-size: 1.2vw;
  font-weight: 800;
}
#section1 #section1-right #typing #fixed {
  margin-left: 5px;
  color: red;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
#section1 #section1-right #typing .blink {
  animation: blink 0.5s infinite;
}
#section1 #section1-right #section1-right-btns {
  justify-content: flex-start;
  width: 100%;
  height: 15%;
}
#section1 #section1-right #section1-right-btns a {
  width: 30%;
  aspect-ratio: 3.5/1;
  border-radius: 10px;
  background: white;
  font-size: 1.2vw;
  font-weight: 700;
  color: black;
  margin-left: 15px;
  transition: all 0.1s linear;
  z-index: 2;
}
#section1 #section1-right #section1-right-btns a:hover {
  cursor: pointer;
  background: red;
  color: white;
  transform: scale(1.1);
}
#section1 #section1-left {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: calc(100% - 15vh);
}
#section1 #section1-left img#coach1 {
  width: 80%;
  height: auto;
  margin-bottom: 15px;
  z-index: 2;
  /*filter: drop-shadow(0 0 1px white);*/
}

#section2 {
  margin-top: 150px;
  width: 100%;
  height: auto;
  z-index: 2;
}
#section2 #section2-bot {
  width: 80%;
  height: 35vh;
  z-index: 2;
}
#section2 #section2-bot .section2-box {
  width: 19%;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 10px;
  margin: 0 10px;
  filter: drop-shadow(0 0 6px gray);
}
#section2 #section2-bot .section2-box img {
  width: 50%;
  height: auto;
  margin-bottom: 10px;
}
#section2 #section2-bot .section2-box p {
  font-size: 1.2vw;
  font-weight: 800;
}

#section3 {
  margin-top: 200px;
  width: 100%;
  height: auto;
}
#section3 #section3-top {
  align-items: flex-start;
  width: 80%;
  height: 55vh;
}
#section3 #section3-top h3 {
  width: 55%;
  font-size: 2.5vw;
  font-weight: 800;
  margin-bottom: 30px;
}
#section3 #section3-top h3 span {
  color: red;
  font-size: 2.6vw;
}
#section3 #section3-top .section3-top-row {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
#section3 #section3-top .section3-top-row img {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#section3 #section3-top .section3-top-row p {
  font-size: 1.2vw;
  font-weight: 600;
}
#section3 #section3-bot {
  width: 80%;
  height: 15vh;
}
#section3 #section3-bot #numbers {
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 90%;
  background: red;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: 2;
}
#section3 #section3-bot #numbers img#coach2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 25%;
  height: auto;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
}
#section3 #section3-bot #numbers .numbers-part {
  width: 16%;
  height: 95%;
  margin-right: 3%;
}
#section3 #section3-bot #numbers .numbers-part .numbers-part-top {
  width: 100%;
  height: 40%;
  border-bottom: solid 2px white;
}
#section3 #section3-bot #numbers .numbers-part .numbers-part-top img {
  width: 17%;
  height: auto;
  margin-left: 5px;
}
#section3 #section3-bot #numbers .numbers-part .numbers-part-top p {
  font-size: 1vw;
  font-weight: 500;
  color: white;
}
#section3 #section3-bot #numbers .numbers-part .numbers-part-bot {
  width: 100%;
  height: 60%;
}
#section3 #section3-bot #numbers .numbers-part .numbers-part-bot .number {
  font-family: "VAZIRmatn";
  font-size: 2.5vw;
  font-weight: 600;
  color: white;
}
#section3 #section3-bot #numbers .numbers-part .numbers-part-bot .plus {
  font-size: 2vw;
  font-weight: 400;
  color: white;
  margin-right: 5px;
}

#section4 {
  margin-top: 150px;
  width: 100%;
  height: auto;
}
#section4 #section4-bot {
  width: 80%;
  height: 40vh;
}
#section4 #section4-bot .section4-bot-box {
  position: relative;
  width: 20%;
  aspect-ratio: 1/1;
  z-index: 2;
  margin: 0 5px;
}
#section4 #section4-bot .section4-bot-box img.section4-arrow {
  position: absolute;
  right: 75%;
  width: 50%;
  height: auto;
}
#section4 #section4-bot .section4-bot-box .at {
  bottom: 95%;
}
#section4 #section4-bot .section4-bot-box .ab {
  top: 70%;
}
#section4 #section4-bot .section4-bot-box .section4-box-top {
  position: relative;
  height: 75%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: red;
  filter: drop-shadow(0 0 6px gray);
}
#section4 #section4-bot .section4-bot-box .section4-box-top .nnn {
  position: absolute;
  top: 0;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #00cc66;
  border-radius: 100%;
  font-family: "VAZIRmatn";
  font-size: 1.7vw;
  font-weight: 800;
  color: white;
}
#section4 #section4-bot .section4-bot-box .section4-box-top img {
  width: 50%;
  height: auto;
}
#section4 #section4-bot .section4-bot-box .section4-box-bot {
  margin-top: 15px;
  width: 100%;
  height: auto;
}
#section4 #section4-bot .section4-bot-box .section4-box-bot p {
  font-size: 1.3vw;
  font-weight: 800;
}
#section4 a {
  margin-top: 10px;
  width: 15%;
  aspect-ratio: 4/1;
  background: #00cc66;
  border-radius: 10px;
  font-size: 1.3vw;
  font-weight: 800;
  color: white;
  z-index: 2;
  animation: aa 1s infinite alternate-reverse linear;
}
@keyframes aa {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

#section5 {
  flex-wrap: wrap;
  margin-top: 150px;
  width: 100%;
  height: 60vh;
}

#section6 {
  flex-wrap: wrap;
  margin-top: 150px;
  width: 100%;
  height: 60vh;
}

.section56-side {
  width: 40%;
  height: 100%;
  z-index: 2;
}
.section56-side .section56-row {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
.section56-side .section56-row img {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.section56-side .section56-row p {
  font-size: 1.2vw;
  font-weight: 600;
}
.section56-side img {
  width: 75%;
  height: auto;
}

#section7 {
  margin-top: 150px;
  width: 100%;
  height: auto;
}
#section7 #section7-bot {
  margin-top: 50px;
  justify-content: space-around;
  width: 80%;
  height: auto;
}
#section7 #section7-bot .plan {
  position: relative;
  width: 25%;
  aspect-ratio: 1/1.5;
  background: white;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  filter: drop-shadow(0 0 6px gray);
  z-index: 2;
}
#section7 #section7-bot .plan img#crown {
  position: absolute;
  top: -15%;
  width: 70%;
  height: auto;
  filter: drop-shadow(0 0 6px #daa520);
}
#section7 #section7-bot .plan .plan-title {
  position: absolute;
  top: -5%;
  width: 60%;
  aspect-ratio: 3/1;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#section7 #section7-bot .plan .plan-title p {
  font-family: "VAZIRmatn";
  font-size: 2.5vw;
  font-weight: 800;
  color: white;
}
#section7 #section7-bot .plan .plan-caption {
  justify-content: space-between;
  width: 80%;
  height: 70%;
}
#section7 #section7-bot .plan .plan-caption h5 {
  font-size: 2vw;
  font-weight: 800;
}
#section7 #section7-bot .plan .plan-caption h6 {
  font-size: 1.8vw;
  font-weight: 800;
}
#section7 #section7-bot .plan .plan-caption .caption-middle {
  width: 100%;
  height: auto;
}
#section7 #section7-bot .plan .plan-caption .caption-middle .caption-middle-row {
  justify-content: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 5px;
}
#section7 #section7-bot .plan .plan-caption .caption-middle .caption-middle-row img {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
#section7 #section7-bot .plan .plan-caption .caption-middle .caption-middle-row p {
  font-size: 1vw;
  font-weight: 500;
}
#section7 #section7-bot .plan .plan-btn {
  position: absolute;
  bottom: 3%;
  width: 50%;
  aspect-ratio: 3.5/1;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "VAZIRmatn";
  font-size: 1.3vw;
  font-weight: 600;
  color: white;
  animation: planbtn 1s infinite linear alternate-reverse;
}
@keyframes planbtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#section7 #section7-bot #eco-plan .plan-title {
  background: green;
}
#section7 #section7-bot #eco-plan .plan-btn {
  background: green;
}
#section7 #section7-bot #eco-plan h5 {
  background-image: linear-gradient(45deg, green 45%, #FFF 50%, green 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}
#section7 #section7-bot #eco-plan h6 {
  background-image: linear-gradient(45deg, green 45%, #FFF 50%, green 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}
#section7 #section7-bot #vip-plan .plan-btn {
  background: #daa520;
}
#section7 #section7-bot #vip-plan h5 {
  color: #daa520;
  background-image: linear-gradient(45deg, #daa520 45%, #FFF 50%, #daa520 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}
#section7 #section7-bot #vip-plan h6 {
  background-image: linear-gradient(45deg, #daa520 45%, #FFF 50%, #daa520 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}
#section7 #section7-bot #pro-plan .plan-title {
  background: red;
}
#section7 #section7-bot #pro-plan .plan-btn {
  background: red;
}
#section7 #section7-bot #pro-plan h5 {
  background-image: linear-gradient(45deg, red 45%, #FFF 50%, red 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}
#section7 #section7-bot #pro-plan h6 {
  background-image: linear-gradient(45deg, red 45%, #FFF 50%, red 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}

#section7plus {
  margin-top: 300px;
  width: 100%;
  height: auto;
}
#section7plus #section7plus-div {
  position: relative;
  width: 75%;
  aspect-ratio: 4/1;
  background: white;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  filter: drop-shadow(0 0 6px gray);
  z-index: 2;
}
#section7plus #section7plus-div img#athlete1 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 25%;
  height: auto;
  filter: drop-shadow(0 0 10px gray);
}
#section7plus #section7plus-div #section7plus-div-caption {
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
}
#section7plus #section7plus-div #section7plus-div-caption h3 {
  font-size: 3vw;
  font-weight: 800;
  background-image: linear-gradient(45deg, red 45%, #FFF 50%, red 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}
#section7plus #section7plus-div #section7plus-div-caption h3 span {
  color: black;
  font-size: 1.1vw;
  font-weight: 600;
}
#section7plus #section7plus-div #section7plus-div-caption p {
  letter-spacing: 2px;
  color: gray;
  font-size: 1.1vw;
  font-weight: 800;
}
#section7plus #section7plus-div #section7plus-div-caption #section7plus-btns {
  margin: 30px 0;
  width: 100%;
  height: auto;
}
#section7plus #section7plus-div #section7plus-div-caption #section7plus-btns .mmnn {
  width: 15%;
  aspect-ratio: 3.5/1;
  background: #f4f5f6;
  border-radius: 10px;
  filter: drop-shadow(0 0 1px gray);
  margin: 0 15px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: gray;
  font-family: "IRANyekan";
  font-size: 1.2vw;
  font-weight: 700;
}
#section7plus #section7plus-div #section7plus-div-caption #section7plus-btns #mmnn3 {
  border: solid 2px red;
  color: red;
}
#section7plus #section7plus-div #section7plus-div-caption #section7plus-letsgo {
  width: 50%;
  height: 55px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  cursor: pointer;
  background: red;
  animation: planbtn 1s infinite linear alternate-reverse;
}
#section7plus #section7plus-div #section7plus-div-caption #section7plus-letsgo p {
  letter-spacing: 0;
  font-size: 1.4vw;
  font-weight: 800;
  color: white;
  margin: 0 2px;
}

#groupImg {
  margin-top: 150px;
  width: 100%;
  height: auto;
}
#groupImg #groupImg-div {
  width: 75%;
  height: auto;
  background: white;
  border-radius: 15px;
  filter: drop-shadow(0 0 6px gray);
  z-index: 2;
}
#groupImg #groupImg-div img {
  margin-top: 1%;
  width: 98%;
  height: auto;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  filter: drop-shadow(0 0 6px gray);
  z-index: 2;
}
#groupImg #groupImg-div #groupImg-caption {
  margin-top: 20px;
  width: auto;
  height: auto;
}
#groupImg #groupImg-div #groupImg-caption h5 {
  font-size: 2.7vw;
  font-weight: 800;
  color: red;
}
#groupImg #groupImg-div #groupImg-caption p {
  font-size: 1vw;
  font-weight: 700;
  color: gray;
  margin-bottom: 3%;
}

#section8 {
  justify-content: flex-end;
  margin-top: 300px;
  width: 100%;
  height: 40vh;
}
#section8 #callUs {
  position: relative;
  width: 60%;
  aspect-ratio: 4/1;
  border-radius: 15px;
  background-image: linear-gradient(-45deg, #333333, #dd1818);
}
#section8 #callUs img#coach3 {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 200%;
  width: auto;
  z-index: 2;
}
#section8 #callUs #callUs-right {
  position: absolute;
  right: 20px;
  width: 70%;
  height: 90%;
}
#section8 #callUs #callUs-right h5 {
  font-size: 2.5vw;
  font-weight: 800;
  color: white;
}
#section8 #callUs #callUs-right p.ggg {
  font-size: 1.3vw;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}
#section8 #callUs #callUs-right #callUs-btns {
  width: 100%;
  height: auto;
  z-index: 2;
}
#section8 #callUs #callUs-right #callUs-btns a {
  width: 25%;
  aspect-ratio: 3/1;
  border-radius: 10px;
  margin: 0 10px;
  transition: all 0.1s linear;
}
#section8 #callUs #callUs-right #callUs-btns a img {
  width: 18%;
  height: auto;
  margin-left: 10px;
}
#section8 #callUs #callUs-right #callUs-btns a p {
  font-size: 1.2vw;
  font-weight: 700;
  color: white;
}
#section8 #callUs #callUs-right #callUs-btns a:hover {
  transform: scale(1.1);
}
#section8 #callUs #callUs-right #callUs-btns #telegram {
  background: #28a8e9;
}
#section8 #callUs #callUs-right #callUs-btns #whatsapp {
  background: #24cc63;
}

#section9 {
  margin-top: 150px;
  width: 100%;
  height: auto;
}
#section9 swiper-container {
  width: 75%;
  height: 50vh;
}
#section9 swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  border-radius: 15px;
}
#section9 swiper-slide .user-photo {
  width: 35%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-top: 10px;
  background-image: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}
#section9 swiper-slide .user-photo img {
  width: 95%;
  height: 95%;
  border-radius: 100%;
}
#section9 swiper-slide h5 {
  font-size: 1.3vw;
  font-weight: 800;
  margin: 5px 0;
}
#section9 swiper-slide h6 {
  font-size: 0.9vw;
  font-weight: 500;
  margin-bottom: 25px;
}
#section9 swiper-slide p.qq {
  text-align: center;
  width: 90%;
  height: auto;
  font-size: 0.9vw;
  font-weight: 500;
}
#section9 swiper-slide .star {
  justify-content: flex-start;
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 40px;
}
#section9 swiper-slide .star p {
  font-size: 0.8vw;
  font-weight: 800;
  margin: 0 10px;
}
#section9 swiper-slide .star img {
  height: 15px;
  width: auto;
}

#footer {
  margin-top: 150px;
  position: relative;
  align-items: flex-start;
  width: 100%;
  height: calc(30vh + 70px);
  background: red;
}
#footer .footer-side {
  width: 30%;
  height: 80%;
  margin: 0 20px;
}
#footer .footer-side h5 {
  font-size: 3vw;
  font-weight: 800;
  color: white;
  letter-spacing: 5px;
  margin-top: 10px;
}
#footer .footer-side p {
  font-size: 1.2vw;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#footer .footer-side #footer-icons {
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
#footer .footer-side #footer-icons a {
  width: 12%;
  aspect-ratio: 1/1;
  margin-left: 6px;
  z-index: 2;
}
#footer .footer-side #footer-icons a img {
  width: 90%;
  height: 90%;
}
#footer .footer-side a.namad {
  width: 20%;
  aspect-ratio: 1/1;
  margin: 0 20px;
  z-index: 2;
}
#footer .footer-side a.namad img {
  width: 80%;
  height: auto;
}
#footer .footer-side #enamad img {
  height: 100%;
  width: auto;
}
#footer #footer-bot {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: white;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  z-index: 1;
}

.section-title {
  width: 80%;
  height: auto;
  margin-bottom: 30px;
  z-index: 2;
}
.section-title h4 {
  font-size: 2.3vw;
  font-weight: 800;
  margin-bottom: 5px;
}
.section-title p {
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-title img.line {
  width: 100px;
  height: auto;
}

h2 {
  font-family: "VAZIRmatn";
  margin: 0;
}

h3 {
  font-family: "VAZIRmatn";
  margin: 0;
}

h4 {
  font-family: "VAZIRmatn";
  margin: 0;
}

h5 {
  font-family: "VAZIRmatn";
  margin: 0;
}

h6 {
  font-family: "VAZIRmatn";
  margin: 0;
}

a {
  text-decoration: none;
  font-family: "VAZIRmatn";
  margin: 0;
}

p {
  font-family: "VAZIRmatn";
  margin: 0;
}

/*# sourceMappingURL=home.css.map */
