@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Thin.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-Thin.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-Thin.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-ExtraLight.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-ExtraLight.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-ExtraLight.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-Light.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-Light.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-Medium.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-Medium.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-SemiBold.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-SemiBold.ttf') format('ttf');
}

@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-ExtraBold.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-ExtraBold.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-ExtraBold.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Black.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-Black.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-Black.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-Bold.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-Bold.ttf') format('ttf');
}
@font-face {
	font-family: Peyda;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Peyda/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),
		 url('../fonts/Peyda/woff/PeydaWebFaNum-Regular.woff') format('woff'),
		 url('../fonts/Peyda/TTF/PeydaFaNum-Regular.ttf') format('ttf');
}


/* base  */


:root {
  --color1: #0F2673;
  --color2: #77B1D6;
  --back: #ebebeb;
  --font1: Peyda;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/* swiper */

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-pagination-bullet {
  border-radius: 20px;
  height: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
  width: 28px;
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color2);
}

.swiper-button-prev:hover {
  background: var(--color2);
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}


/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}





/* content */

.body {
  background-image: linear-gradient(to right, #e2e2e2 25%, #ebebeb 25%);
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.navbar {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 20px;
  flex-wrap: nowrap;
  z-index: 9;
}

.navbar-logo {
  flex-grow: 1;
}

.navbar-menu {
  flex-grow: 1;
  margin-bottom: 40px;
}

.navbar-menu-item {
  position: relative;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 15px 0;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}

.navbar-menu-item img {
  width: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}

.navbar-menu-item span {
  opacity: 0;
  right: 0;
  top: 0;
  position: absolute;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
  color: #fff;
  height: 100%;
  background: var(--color1);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  white-space: nowrap;
  z-index: -1;
}

.navbar-menu-item:hover {
  background: var(--color1);
}

.navbar-menu-item:hover span {
  opacity: 1;
  padding-right: 60px;
}

.navbar-menu-item:hover img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(500%);
}

.navbar-menu-item.active {
  background: var(--color1);
}


.navbar-menu-item.active img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(500%);
}


.content {
  /* background: red; */
  /* position: relative; */
  width: 100vw;
  height: 100vh;
  z-index: 0;
  padding: 50px;
}

.page {
  /* background: blue; */
  height: 100%;
  width: 100%;
  display: none;
}

.page.active {
  display: block;
}

.content.scroll {
  overflow: auto;
}

.content.scroll .footer {
  display: none;
}

.content.scroll .page {
  height: auto;
}

.content.scroll .page .row {
  height: auto;
}

.page .row {
  height: 100%;
}

.page .swiper-1 {
  height: 95%;
  overflow: unset;
}

.page .swiper-pagination {
  position: relative;
  bottom: -12px;
}

.home-banner {
  position: relative;
  width: 100%;
  height: 100%;
  width: 475px;
  overflow: hidden;
}

.home-banner::after {
  content: '';
  background: linear-gradient(36.62deg, #689CBD 7.36%, rgba(104, 156, 189, 0) 92.64%);
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  border-radius: 50px;
}

.home-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  position: absolute;
}

.home-info {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}

.home-title {
  font-size: 50px;
  font-weight: 300;
  text-align: left;
  color: #000;
  line-height: 70px;
}

.home-title strong {
  color: #0F2673;
  font-weight: 600;
}

.home-text {
  margin-top: 100px;
  text-align: end;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.home-text strong {
  font-weight: 800;
}

.home-more {
  margin-top: 25px;
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}

.home-more i {
  color: #689CBD;
  margin-top: 8px;
  margin-right: 5px;
}

.home-social a {
  background: #689CBD;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  margin-right: 15px;
  transition: 0.3s;
  padding-top: 2px;
}

.home-social {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 50px;
}

.home-social a:hover {
  background: var(--color1);
}


.footer {
  width: 100%;
  background: #689CBD;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  flex-wrap: wrap;
}

.footer a {
  color: #fff;
}

@media (max-width:991px) {
  .navbar {
    position: fixed;
    padding-left: 0;
    margin-right: -15px;
  }

  .content {
    padding: 35px;
  }

  .home-info {
    padding-left: 0;
  }

  .home-title {
    font-size: 24px;
    line-height: normal;
    line-height: 1.4;
  }

  .home-text {
    margin-top: 25px;
    font-size: 16px;
    line-height: normal;
  }

  .home-more {
    margin-top: 15px;
    font-size: 16px;
  }

  .home-social {
    margin-top: 25px;
  }

  .home-social {
    margin-top: 15px;
  }

  .home-social a {
    margin-right: 10px;
  }

  .navbar-logo img {
    width: 75px;
    height: auto;
  }

  .navbar-menu {
    margin-bottom: 100px;
  }

  .navbar-menu-item {
    width: 42px;
    height: 42px;
  }

  .home-banner {
    width: 100%;
  }

  .home-banner-img {
    border-radius: 25px;
  }

  .home-banner::after {
    border-radius: 25px;
  }

  .page .swiper-1 {
    height: 190px;
    overflow: unset;
  }

  .home-banner {
    width: 50%;
    float: left;
  }

  .page .swiper-pagination {
    bottom: -8px;
    text-align: left;
  }

  .navbar-menu-item span {
    font-size: 14px;
    display: none;
  }

}





/* loader */
.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: rotate3d(0, 0, 1, 180deg);
  z-index: 9;
  display: none;
  transition: 0.5s;
}

.loader.active {
  display: block;
}

.loader-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: 0.5s;
  top: 100%;
}


.loader-layer:nth-child(1) {
  background: var(--color2);
  animation-name: anim-effect;
  animation-delay: 1s;
}

.loader-layer:nth-child(2) {
  background: var(--color1);
  animation-name: anim-effect;
  animation-delay: 0.5s;
}

.loader-layer:nth-child(3) {
  background: var(--color2);
  animation-name: anim-effect;
  animation-delay: 0s;
}



@keyframes anim-effect {
  0% {
    transform: translateY(0);
    top: 100%;
  }
/* 
  50% {
    transform: translateY(-100%);
    top: 50%;
  } */

  100% {
    transform: translateY(-200%);
    top: 0%;
  }
}





/* user */

.user-banner {
  position: relative;
  width: 100%;
  height: 100%;
  width: 475px;
  overflow: hidden;
  height: 600px;
}

.user-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  position: absolute;
}

.user-banner::after {
  content: '';
  background: linear-gradient(36.62deg, #689CBD 7.36%, rgba(104, 156, 189, 0) 92.64%);
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  border-radius: 50px;
}

.row-head {
  font-size: 46px;
  font-weight: 300;
  color: #77B1D6;
  margin-right: 50px;
  position: relative;
}


.row-head span {
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: -1;
  font-size: 48px;
  right: -10px;
  margin-top: -9px;
}

.user-title {
  color: #000000;
  font-size: 50px;
  font-weight: 500;
  margin-top: 50px;
}

.user-text {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-top: 50px;
}

.user-row {
  position: relative;
}

.user-row-title::before {
  content: '';
  background: #77B1D6;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  align-items: center;
  margin-left: -50px;
}

.user-row-title {
  font-size: 30px;
  color: #0F2673;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.user-row-text {
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
}

.user-item::before {
  content: '';
  background: #E2E2E2;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 38px;
  z-index: -1;
}


.user-item {
  position: relative;
  display: flex;
  align-items: start;
  margin-top: 35px;
  margin-bottom: 10px;
}

.user-item-date {
  background: #E2E2E2;
  font-size: 24px;
  color: #0F2673;
  border-radius: 26px;
  padding: 10px 15px;
  margin-left: 20px;
}

.user-item-title {
  color: #77B1D6;
  font-size: 20px;
  font-weight: 800;
  margin-top: 10px;
}

.user-item-text {
  color: #0F2673;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}

.user-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}


.user-progress span {
  font-weight: 500;
  color: #6C6C6C;
  margin-top: 10px;
}

.user-ul {
  line-height: 36px;
  font-size: 18px;
  margin-top: 15px;
}


.user-box {
  border: 1px solid #6AA1C5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #E2E2E2;
}

.user-info-count {
  color: #6AA1C5;
  font-size: 30px;
  font-weight: 800;
  direction: ltr;
}

.user-box-title {
  color: #0F2673;
  margin-top: 5px;
}

.user-box-img {
  width: 500px;
  height: 300px;
  border-radius: 8px;
}

.user-box-info {
  width: 50%;
  text-align: center;
}


div[role="progressbar"] {
  --size: 8rem;
  --fg: #77B1D6;
  --bg: #D6D6D6;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #ebebeb 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}

@media (max-width:991px) {
  .row-head {
    font-size: 26px;
    text-align: left;
  }

  .row-head span {
    font-size: 26px;
    right: unset;
    margin-top: -8px;
    left: 0;
  }

  .user-title {
    font-size: 24px;
    margin-top: 35px;
    text-align: left;
  }

  .user-text {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
    padding-right: 40px;
  }


  .user-banner {
    width: 50%;
    height: 200px;
    float: left;
    margin-top: 25px;
  }

  .user-banner-img {
    border-radius: 25px;
  }

  .user-banner::after {
    border-radius: 25px;
  }

  .user-row {
    margin-right: 40px;
  }

  .user-row-title::before {
    width: 42px;
    height: 42px;
    margin-left: -25px;
  }

  .user-row-title {
    font-size: 18px;
  }

  .user-row-text {
    font-size: 15px;
    margin-top: 10px;
  }

  .user-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 40px;
  }

  .user-item-date {
    font-size: 18px;
    border-radius: 26px;
    padding: 10px;
    margin-left: 10px;
  }

  .user-item::before {
    right: 28px;
  }

  .user-item-title {
    font-size: 16px;
  }

  .user-item-text {
    font-size: 12px;
    margin-top: 10px;
  }

  div[role="progressbar"] {
    --size: 6rem;
  }

  .user-progress {
    margin-top: 25px;
  }

  .user-progress span {
    margin-top: 10px;
    font-size: 14px;
  }

  .user-ul {
    line-height: 32px;
    font-size: 16px;
    padding-right: 68px;
  }

  .user-box {
    padding: 25px;
    flex-direction: column;
  }

  .user-info-count {
    font-size: 26px;
    margin-top: 15px;
  }

  .user-box-title {
    margin-top: 5px;
    font-size: 14px;
  }

}

.project-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.project-img:last-child {
  margin-top: 20px;
}

@media (max-width:991px) {
  .project-img {
    width: 100%;
    height: 200px;
  }
}


/* video player plyr js  */
button.plyr__control.plyr__control--overlaid {
  background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
  display: none !important;
}

.plyr__controls [data-plyr="settings"] {
  display: none !important;
}

.plyr__controls [data-plyr="volume"] {
  display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
  border-radius: 30px;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__video-wrapper {
  border-radius: 30px;
}

.plyr--video {
  border-radius: 30px !important;
}

.plyr {
  height: 100%;
}

video {
  width: 100%;
}


#load_video {
  height: 400px;
  margin-top: 20px;
}

.video-list {
  margin-top: 10px;
}

.video-item-img {
  width: 170px;
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
}

.video-item {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
  color: #000;
  border-radius: 20px;
  cursor: pointer;
}

.video-item:hover {
  background: var(--color1);
  color: #fff;
}

.video-item-info {
  margin-right: 15px;
}

.video-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.video-title {
  color: #0F2673;
  font-size: 20px;
  font-weight: 600;
}

.video-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
}

.video-text {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width:991px) {

  #load_video {
    height: 200px;
    margin-top: 20px;
    margin-right: 40px;
  }

  .video-flex {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 40px;
  }

  .video-text {
    font-size: 14px;
    line-height: 30px;
    margin-right: 40px;
  }

  .video-item-img {
    width: 115px;
    height: 80px;
    border-radius: 15px;
  }

  .video-item-info {
    font-size: 14px;
  }

}


/* contact */
.contact-title {
  font-size: 26px;
  font-weight: 600;
  margin-top: 60px;
}

.contact-text {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
}

.contact-form input {
  padding: 10px 20px;
  background: #FFFFFF;
  height: 50px;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #00000033;
  outline-color: var(--color1);
}

.contact-form textarea {
  padding: 10px 20px;
  background: #FFFFFF;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #00000033;
  outline-color: var(--color1);
}


.contact-form button {
  height: 50px;
  border: 1px solid var(--color1);
  background: #fff;
  color: var(--color1);
  padding: 10px 20px;
  border-radius: 30px;
  float: left;
  transition: 0.3s;
}

.contact-form button:hover {
  background: var(--color1);
  color: #fff;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: end;
  direction: ltr;
  height: 44px;
  border: 1px solid var(--color1);
  border-radius: 40px;
  background: #fff;
  align-items: center;
  justify-content: start;
  display: flex;
  max-width: 260px;
  margin-bottom: 10px;
  width: 100%;
}

.contact-body {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contact-item i {
  background: #0F2673;
  color: #fff;
  height: 100%;
  width: 42px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.contact-item span {
  font-size: 20px;
  color: #000;
  margin-left: 15px;
}

.contact-social i {
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #689cbd;
}

.contact-social a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.contact-social a span{
  font-size: 11px;
  color: #000;
}

.contact-social {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  direction: ltr;
}

@media (max-width:991px) {
  .contact-title {
    font-size: 20px;
    margin-top: 25px;
    margin-right: 40px;
  }

  .contact-text {
    font-size: 15px;
    margin-right: 40px;
  }

  .contact-form {
    margin-right: 40px;
  }

  .contact-form input {
    border-radius: 16px;
  }

  .contact-form textarea {
    border-radius: 16px;
  }

  .contact-body {
    margin-top: 20px;
  }

  .contact-item span {
    font-size: 18px;
  }

}



/*aparat videos*/
.aparat-video-detail {
  padding: 20px 10px;
}

.aparat-video-detail p.title {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.aparat-video-detail p {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
