/*#region ----------------- General */
@import url(../css/fontface.css);
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Vazirmatn" !important;
  font-weight: 300;
  direction: rtl;
  margin: 0;
  background: linear-gradient(90deg, #0129af 0%, #011145 100%);
  text-align: right;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 800;
  line-height: normal;
}

input,
textarea,
strong,
span,
p {
  font-family: "Vazirmatn" !important;
}

h1 {
  font-size: 2.2rem;
  font-weight: 900 !important;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

h5 {
  font-size: 1.15rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
  font-size: 1rem;
  font-weight: 400;
}

b,
strong {
  font-weight: bolder;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav {
  display: block;
}

a {
  text-decoration: none !important;
}

img {
  vertical-align: middle;
  border-style: none;
  font-size: 13px;
  font-weight: 300;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background-color: #ffb800;
  color: white;
}

::selection {
  background-color: #ffb800;
  color: white;
}

.fi {
  display: inline-block !important;
  line-height: 0 !important;
}

/*#endregion -------------- General */
/*#region ----------------- Animation */
@keyframes Zoomin {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveupdown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotatebg {
  from {
    transform: translate(50%, -50%) rotate(0);
  }
  to {
    transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 97, 59, 0.7), 0 0 0 0 rgba(253, 97, 59, 0.7);
  }
  40% {
    box-shadow: 0 0 0 10px rgba(253, 97, 59, 0), 0 0 0 0 rgba(253, 97, 59, 0.7);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(253, 97, 59, 0), 0 0 0 10px rgba(253, 97, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 97, 59, 0), 0 0 0 10px rgba(253, 97, 59, 0);
  }
}
/*#endregion -------------- Animation */
/*#region ----------------- Buttons */
.btn {
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 80px;
  border: none;
  min-width: 120px;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus {
  box-shadow: none !important;
}
.btn .fi {
  position: relative;
  top: 5px;
  font-size: 24px;
  line-height: 0;
}

.icon-right {
  padding-right: 3.5rem;
}
.icon-right .fi {
  position: absolute;
  right: 20px;
  top: 15px;
}

.icon-left {
  padding-left: 3.5rem;
}
.icon-left .fi {
  position: absolute;
  left: 20px;
  top: 15px;
}

.btn-primary {
  background: #ffb800;
  color: #1e1e22;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #ffc329;
  color: #1e1e22;
}

.btn-secondary {
  background: #0129af;
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #364fd9;
}

.btn-primary-outline {
  background: transparent;
  color: #0129af;
  border: 2px solid #0129af;
  padding: 0.62rem 1.2rem;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  background-color: #0129af;
  color: white;
}

/*#endregion -------------- Buttons */
/*#region ----------------- Hero */
.hero-header-section {
  position: relative;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
}
.hero-header-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 327px;
  height: 100%;
  background-image: url(../images/book-pattern.svg);
  background-repeat: repeat-y;
  background-size: 100%;
  opacity: 0.2;
}
.hero-header-section.gift-background {
  background-image: url(../images/gift-bg.jpg);
  background-position: center center;
}
.hero-header-section.gift-background::before {
  display: none;
}
.hero-header-section .section-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-header-section .image-content {
  position: relative;
}
.hero-header-section .image-content .img-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-header-section .image-content.gift-image .img-inner {
  width: 80%;
  margin: 0 auto;
}
.hero-header-section .text-content {
  position: relative;
  padding-right: 110px;
}
.hero-header-section .text-content .number {
  font-size: 150px;
  font-weight: 900;
  color: white;
  position: absolute;
  top: -70px;
  right: 0;
}
.hero-header-section .text-content h1 {
  color: white;
}
.hero-header-section .text-content h1 span {
  color: #ffb800;
}
.hero-header-section .text-content p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}
.hero-header-section .text-content .btns-action {
  margin-top: 2rem;
}
.hero-header-section .book-shape {
  position: absolute;
  bottom: -150px;
  right: 100px;
  width: 260px;
  height: 234px;
  background-image: url(../images/shape-book-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}
.hero-header-section .gift-form-content h1 {
  text-align: center;
  color: #003f31;
}
.hero-header-section .gift-form-content .form-inner {
  background-color: white;
  border-radius: 40px;
  padding: 30px;
}
.hero-header-section .gift-form-content .btns-group {
  text-align: center;
}
.hero-header-section .gift-form-content .btns-group .btn {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding: 0.7rem 1rem;
}
.hero-header-section .video-content {
  background-color: white;
  border-radius: 40px;
  padding: 30px;
}
.hero-header-section .video-content .video-text .mini-image {
  margin-bottom: 1.5rem;
}
.hero-header-section .video-content .video-text .mini-image img {
  width: 100%;
  border-radius: 20px;
}
.hero-header-section .video-content .video-text h5 {
  color: #0129af;
}
.hero-header-section .video-content .video-text p {
  margin-bottom: 0;
  text-align: justify;
}
.hero-header-section .video-content .video-preview .video-inner video,
.hero-header-section .video-content .video-preview .video-inner iframe {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.hero-header-section .video-content .video-preview .btn-download {
  margin-top: 1.5rem;
}
.hero-header-section .video-content .video-preview .btn-download .btn {
  width: 100%;
}

@media (max-width: 992px) {
  .hero-header-section {
    height: 100%;
  }
  .hero-header-section .section-inner {
    padding: 80px 0 120px 0;
  }
  .hero-header-section .text-content {
    padding-right: 80px;
  }
  .hero-header-section .text-content .number {
    font-size: 110px;
    top: -55px;
  }
  .hero-header-section .text-content h1 {
    font-size: 2rem;
  }
  .hero-header-section .image-content .img-inner {
    width: 400px;
    margin: 0 auto;
  }
  .hero-header-section .image-content.gift-image {
    margin-bottom: 1rem;
  }
  .hero-header-section .image-content.gift-image .img-inner {
    width: 300px;
  }
  .hero-header-section .book-shape {
    bottom: -100px;
    right: 80px;
    width: 200px;
    height: 180px;
  }
  .hero-header-section .video-content .video-text {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hero-header-section .text-content {
    padding-right: 70px;
  }
  .hero-header-section .text-content .number {
    font-size: 90px;
    top: -45px;
  }
  .hero-header-section .text-content h1 {
    font-size: 1.8rem;
  }
  .hero-header-section .image-content .img-inner {
    width: 350px;
  }
  .hero-header-section .image-content.gift-image .img-inner {
    width: 200px;
  }
  .hero-header-section .gift-form-content .form-inner {
    padding: 25px;
  }
  .hero-header-section .gift-form-content h1 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .hero-header-section .video-content {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .hero-header-section .text-content {
    padding: 40px 0 0 0;
  }
  .hero-header-section .text-content .number {
    font-size: 70px;
    top: -60px;
    right: 50%;
    transform: translateX(50%);
  }
  .hero-header-section .text-content h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  .hero-header-section .text-content p {
    font-size: 14px;
  }
  .hero-header-section .text-content .btns-action .btn {
    width: 100%;
  }
  .hero-header-section .image-content .img-inner {
    width: 90%;
  }
  .hero-header-section .book-shape {
    bottom: -78px;
    right: 10px;
    width: 150px;
    height: 135px;
  }
  .hero-header-section .gift-form-content .form-inner {
    padding: 20px;
  }
  .hero-header-section .gift-form-content h1 {
    font-size: 2rem;
  }
  .hero-header-section .video-content {
    padding: 20px;
  }
}
/*#endregion -------------- Hero */
.about-package {
  position: relative;
  overflow: hidden;
}
.about-package .video-content {
  margin: 0 auto;
}
.about-package .video-content video,
.about-package .video-content iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
.about-package .section-inner {
  background-color: white;
  padding: 80px 0;
  background-image: url(../images/background-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.about-package .text-content {
  padding-left: 30px;
}
.about-package .text-content h3 {
  color: #1e1e22;
}
.about-package .text-content p {
  text-align: justify;
}
.about-package .img-curve-top {
  pointer-events: none;
  position: relative;
  z-index: 1;
  width: 100%;
  top: 1px;
}
.about-package .img-curve-top img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about-package .img-curve-bottom {
  pointer-events: none;
  width: 100%;
  position: relative;
  z-index: 1;
  bottom: 1px;
}
.about-package .img-curve-bottom img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 992px) {
  .about-package .text-content {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 575px) {
  .about-package .text-content .btns-action .btn {
    width: 100%;
  }
}
.books-list-section {
  padding: 100px 0;
  position: relative;
}
.books-list-section .section-inner {
  margin-top: 3rem;
  overflow: hidden;
}
.books-list-section .book-shape {
  position: absolute;
  top: -100px;
  left: 200px;
  width: 200px;
  height: 204px;
  background-image: url(../images/shape-book-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}

.card-book-row {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-book-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card-book-row .card-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.card-book-row .thumb {
  flex: 0 0 15%;
  width: 15%;
}
.card-book-row .thumb img {
  width: 100%;
}
.card-book-row .info {
  flex: 0 0 85%;
  width: 85%;
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 15px;
  position: relative;
}
.card-book-row .info h4 {
  color: white;
}
.card-book-row .info p {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
}
.card-book-row .number {
  font-size: 90px;
  font-weight: 900;
  color: #ffb800;
  line-height: normal;
  position: absolute;
  left: 20px;
  top: -40px;
}
.card-book-row.left .thumb {
  order: 2;
}
.card-book-row.left .info {
  order: 1;
  padding-left: 40px;
  padding-right: 100px;
}
.card-book-row.left .number {
  right: unset;
  right: 20px;
}

@media (max-width: 992px) {
  .books-list-section .book-shape {
    top: -80px;
    left: 100px;
    width: 150px;
    height: 157px;
  }
  .card-book-row .thumb {
    flex: 0 0 20%;
    width: 20%;
  }
  .card-book-row .info {
    flex: 0 0 80%;
    width: 80%;
    padding-right: 25px;
    padding-left: 80px;
  }
  .card-book-row .number {
    font-size: 70px;
    top: -30px;
  }
  .card-book-row.left .info {
    padding-right: 80px;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .card-book-row .thumb {
    flex: 0 0 20%;
    width: 20%;
  }
  .card-book-row .info {
    flex: 0 0 80%;
    width: 80%;
    padding-left: 50px;
    padding-right: 25px;
  }
  .card-book-row .info h4 {
    font-size: 1.1rem;
  }
  .card-book-row .info p {
    font-size: 14px;
  }
  .card-book-row .number {
    font-size: 55px;
    left: 0;
    top: -15px;
  }
  .card-book-row.left .info {
    padding-left: 25px;
    padding-right: 50px;
  }
  .card-book-row.left .number {
    right: 0;
  }
}
@media (max-width: 575px) {
  .books-list-section {
    padding: 60px 0;
  }
  .books-list-section .book-shape {
    top: -60px;
    left: 50px;
    width: 100px;
    height: 107px;
  }
  .card-book-row .card-inner {
    position: relative;
  }
  .card-book-row .thumb {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 50px;
  }
  .card-book-row .thumb img {
    width: 120px;
  }
  .card-book-row .info {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    position: unset;
  }
  .card-book-row .info h4 {
    font-size: 1.1rem;
  }
  .card-book-row .info p {
    font-size: 14px;
  }
  .card-book-row .number {
    font-size: 55px;
    right: unset;
    top: -15px;
    left: unset;
    right: 0;
  }
  .card-book-row.left .thumb {
    order: 1;
  }
  .card-book-row.left .info {
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }
  .card-book-row.left .number {
    left: unset;
    right: 0;
  }
}
.package-information-section {
  padding-bottom: 60px;
}
.package-information-section .section-inner {
  overflow: hidden;
}
.package-information-section .image-content .img-inner {
  width: 400px;
  margin: 0 auto;
}
.package-information-section .image-content .img-inner img {
  width: 100%;
}
.package-information-section .table-content {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px;
}
.package-information-section .table-content h3 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}
.package-information-section .table-content ul li {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  margin: 12px 0;
}
.package-information-section .table-content ul li .icon {
  width: 40px;
  height: 40px;
  background-color: #ffb800;
  color: #1e1e22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.package-information-section .table-content ul li h5 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 0;
}
.package-information-section .table-content ul li h5 span {
  font-weight: 600;
  color: white;
  margin-right: 10px;
}
.package-information-section .table-content ul li h5 span.color-red {
  color: #ff5353;
  font-size: 26px;
  -webkit-text-decoration: line-through 1px solid #ff5353;
          text-decoration: line-through 1px solid #ff5353;
}
.package-information-section .table-content ul li h5 span.color-green {
  font-size: 32px;
  color: chartreuse;
}
.package-information-section .table-content ul li h5 small {
  font-size: 16px;
  margin-right: 5px;
}
.package-information-section .buy-package {
  background-color: white;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-information-section .buy-package h3 {
  margin-bottom: 0;
  color: #1e1e22;
}
.package-information-section .buy-package h3 span {
  color: #e43206;
}

@media (max-width: 1199px) {
  .package-information-section .image-content .img-inner {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .package-information-section .image-content {
    margin-top: 2rem;
  }
  .package-information-section .image-content .img-inner {
    width: 250px;
  }
  .package-information-section .table-content ul li .icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .package-information-section .table-content ul li h5 {
    font-size: 1rem;
  }
  .package-information-section .table-content ul li h5 span.color-red {
    font-size: 22px;
  }
  .package-information-section .table-content ul li h5 span.color-green {
    font-size: 28px;
  }
  .package-information-section .buy-package {
    flex-direction: column;
  }
  .package-information-section .buy-package h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .package-information-section .image-content .img-inner {
    width: 70%;
  }
}
/*#region ----------------- Forms */
.inputgroup {
  margin-bottom: 16px;
}
.inputgroup label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #1e1e22;
}
.inputgroup .input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background-color: #fff !important;
  padding: 5px 20px;
  color: #1e1e22;
  transition: all 0.3s ease-in-out;
}
.inputgroup .input:hover, .inputgroup .input:focus {
  box-shadow: none;
  border-color: #0129af;
  background-color: white;
}

.select-group {
  position: relative;
  margin-bottom: 1.2rem;
}
.select-group label {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e22;
  display: block;
  margin-bottom: 8px;
}
.select-group .form-select {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  border-color: #ddd;
}
.select-group .form-select:hover {
  box-shadow: none;
  border-color: #8f8f93;
}
.select-group .form-select:focus {
  box-shadow: none;
  border-color: #0129af;
}

.textarea-group .textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #1e1e22;
  transition: all 0.2s ease-in-out;
}
.textarea-group .textarea:hover {
  border-color: #8f8f93;
}
.textarea-group .textarea:focus {
  border-color: #0129af;
}

.radio-group {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.radio-group h6 {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e22;
  margin-bottom: 0;
  white-space: nowrap;
}
.radio-group .radio-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 10px;
}
.radio-group .form-check {
  margin: 0 0 0 30px;
  cursor: pointer;
}
.radio-group .form-check .form-check-input,
.radio-group .form-check .form-check-label {
  cursor: pointer;
}
.radio-group .form-check .form-check-input:checked {
  background-color: #ffb800;
  border-color: #ffb800;
}
.radio-group .form-check .form-check-input:focus {
  box-shadow: none;
}

/*#endregion -------------- Forms */