/* Defult */
@font-face {
  font-family: "Yekan_Bakh";
  src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-05-MEDIUM.TTF");
  src: url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-04-REGULAR.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-06-BOLD.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-03-LIGHT.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-08-FAT.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN-BAKH-EN-07-HEAVY.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 04\ REGULAR.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 05\ MEDIUM.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 06\ BOLD.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 03\ LIGHT.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 07\ HEAVY.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 02\ THIN.TTF") format("TTF"),
    url("../fonts/Yekan_Bakh/YEKAN\ BAKH\ FANUM\ 08\ FAT.TTF") format("TTF"),
    /* woff fonts */ url("../fonts/Yekan_Bakh/wotf/YekanBakh-Medium.woff")
      format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Regular.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Light.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Bold.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Heavy.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Fat.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Thin.woff") format("woff"),
    url("../fonts/Yekan_Bakh/wotf/YekanBakh-Hairline.woff") format("woff"),
    /* woff2 */ url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Medium.woff2")
      format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Regular.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Light.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Bold.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Heavy.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Fat.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Thin.woff2") format("woff2"),
    url("../fonts/Yekan_Bakh/wotf2/YekanBakh-Hairline.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  display: none !important;
}

* {
  font-family: "Yekan_Bakh";
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  direction: rtl !important;
  transition: 0.2s !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: right !important;
  text-align-last: right !important;
}

a {
  text-decoration: none !important;
}

::placeholder {
  color: #fff !important;
}

body {
  background-color: #ffffff;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

html {
  scroll-behavior: smooth !important;
}

/* For Size */
.mycon {
  padding-right: 130px !important;
  padding-left: 130px !important;
}

@media (max-width: 1100px) {
  .mycon {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

@media (max-width: 768px) {
  .mycon {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

/* Defult */

/* --------------------------------------- */

/* For All  */

.bgtext {
  background: #fafafa !important;
  border-radius: 10px !important;
  padding-right: 20px !important;
}

.bgtext h2 {
  color: #1a1a1a !important;
}

.w-60 {
  width: 60% !important;
}

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}
.w-20 {
  width: 20% !important;
}

@media (min-width: 1400px) {
  .conlg {
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
}
@media (max-width: 600px) {
  .conheight {
    height: fit-content !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 992px) {
  .w-md-100 {
    width: 100% !important;
  }

  .bgtext {
    padding: 0px !important;
    padding-right: 10px !important;
  }
  .w-md-90 {
    width: 90% !important;
  }

  .bgtext {
    border-radius: 7px !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

.carousel-indicators {
  bottom: -43px !important;
}

.carousel-indicators li {
  background-color: #d9d9d9 !important;
  border-radius: 200px !important;
  height: 7px !important;
  width: 7px !important;
}

.carousel-indicators .active {
  background-color: #b393ff !important;
  width: 15px !important;
}

/* For All  */

/* Header */
.title-head {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #2f2f2f !important;
}

.icon-head {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px !important;
  margin: 0 3px !important;
  padding: 11px !important;
  cursor: pointer;
}

.icon-head:hover {
  opacity: 0.8;
  transform: scale(0.95);
}

.icon-head:nth-child(1) {
  background: linear-gradient(#ff9bbc, #f15584);
}

.icon-head:nth-child(2) {
  background: linear-gradient(#ffd59f, #fcab40);
}

.icon-head:nth-child(3) {
  background: linear-gradient(#a99dff, #8675f6);
  padding: 9px !important;
  margin-left: 0px !important;
}

@media (max-width: 768px) {
  .title-head {
    font-size: 16px !important;
  }

  .icon-head {
    width: 8vw;
    height: 8vw;
    margin: 0 2px !important;
    border-radius: 7px !important;
    padding: 9px !important;
  }

  .title-column {
    margin: 0 2px !important;
    border-radius: 5px !important;
    padding: 9px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .bgtext {
    height: 8vw;
  }

  .icon-head:nth-child(3) {
    padding: 7px !important;
  }
}

/* Header */

/* Body */

/* Section _1 */
.item-row {
  width: 100% !important;
  cursor: pointer;
  transform: scale(1) !important;
  padding-left: 10px !important;
  border-radius: 15px !important;
}

@keyframes gradientAnimation {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

.item-row:nth-child(1) {
  background: linear-gradient(130deg, #fafafa, #fafafa, #ff99bb33);
  background-size: 200% 200%;
  animation: Animation 3s ease infinite;
}

.item-row:nth-child(2) {
  background: linear-gradient(130deg, #fafafa, #fafafa, #2fc0e433);
  background-size: 200% 200%;
  animation: Animation 3s ease infinite;
}

.item-row:nth-child(3) {
  background: linear-gradient(130deg, #fafafa, #fafafa, #8675f633);
  background-size: 200% 200%;
  animation: Animation 3s ease infinite;
}

.item-row-text {
  padding: 12px !important;
  margin-right: 20px !important;
}

.item-row h4 {
  font-size: 18px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  color: #3d3d3d !important;
  margin-top: 12px !important;
}

.item-row p {
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px !important;
  color: #868686 !important;
}

.item-row img:nth-child(1) {
  max-width: 100px !important;
  max-height: 100px !important;
  width: 70px !important;
  height: 70px !important;
}

.lefticon {
  background: url(../img/lefticon.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0px 10px !important;
  margin-right: 20px !important;
}

.item-row-selected .lefticon {
  background: url(../img/lefticon.png) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0px 10px !important;
  margin-right: 20px !important;
}

.border {
  width: 100% !important;
  height: 1.34px !important;
  background-color: #f0f0f0 !important;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .item-row:hover {
    transform: scale(1.01) !important;
  }
}

@media (max-width: 768px) {
  .item-row:hover {
    transform: scale(1.03) !important;
  }
  .item-row {
    margin: 7px 0px !important;
    border-radius: 10px !important;
    height: 45px !important;
  }

  .item-row img:nth-child(1) {
    max-width: 45px !important;
    max-height: 45px !important;
  }

  .item-row h4 {
    font-size: 4vw !important;
    margin-top: 1.2vw !important;
    margin-right: -5px !important;
  }

  .item-row p {
    font-size: 12px !important;
    margin-top: 7px !important;
  }

  .lefticon,
  .item-row-selected .lefticon {
    margin: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
  }

  .item-row-text {
    padding: 10px !important;
    margin-right: 10px !important;
  }
}

/* Section _1 */

/* Section _2 */
.title-column h2 {
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  color: #2f2f2f !important;
}

.title-column img {
  margin-right: 15px !important;
  margin-top: -10px !important;
  max-width: 17px !important;
}

.conitems {
  max-width: 100% !important;
}

.conitems::-webkit-scrollbar {
  display: none;
}

.items {
  background: linear-gradient(#fbb264, #fc8f38);
  border-radius: 15px !important;
  width: 19% !important;
  padding: 20px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden !important;
  margin: 0 10px !important;
  min-height: 170px !important;
  animation: fadeIn 1s alternate infinite;
}

.items::after {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  inset: 0px !important;
  background: linear-gradient(
    135deg,
    #fafafa00,
    #fafafa00,
    #fafafa00,
    #ffffff46,
    #fafafa00,
    #fafafa00,
    #ff99bb00
  );
  background-size: 200% 200%;
  animation: Animation1 3s ease infinite;
  z-index: 10 !important;
}

@keyframes Animation1 {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.item-row:nth-child(1) {
}

/* 
@keyframes fadeIn {
  from {
    opacity: 0.8;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
} */

.items:hover {
  opacity: 0.8 !important;
  transform: scale(0.95) !important;
}
.item1:hover,
.item2:hover,
.item3:hover,
.item4:hover,
.item5:hover {
  opacity: 0.8 !important;
  transform: scale(0.95) !important;
}

.items h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
  color: #3d3d3d !important;
  background-color: #ffffff !important;
  width: fit-content !important;
  padding: 5px 10px !important;
  border-radius: 7px !important;
  position: relative !important;
  z-index: 10 !important;
}

.items:first-child {
  margin-right: 0px !important;
}
.items:last-child {
  margin-left: 0px !important;
}

.item1 {
  background: linear-gradient(#96e4ff, #46c6e8) !important;
}

.item1::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background: url(../img/newitem1.png);
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  margin: 0px !important;
}

.item2 {
  background: linear-gradient(#6bf5d4, #44d2a8) !important;
}

.item2::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background: url(../img/newitem2.png);
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  margin: 0px !important;
}

.item3 {
  background: linear-gradient(#ffd59f, #fcab40) !important;
}

.item3::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background: url(../img/newitem3.png);
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  margin: 0px !important;
}
.item4 {
  background: linear-gradient(#a99dff, #8675f6) !important;
}

.item4::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background: url(../img/newitem4.png);
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  margin: 0px !important;
}
.item5 {
  background: linear-gradient(#ff9bbc, #f15584) !important;
}

.item5::before {
  content: "";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background: url(../img/newitem5.png);
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  margin: 0px !important;
}

@media (max-width: 992px) {
  .items {
    width: 100% !important;
    margin: 10px 0px !important;
    min-height: auto !important;
    height: 13vh !important;
    max-height: 110px !important;
  }
  .title-column h2 {
    font-size: 16px !important;
  }

  .title-column img {
    max-width: 13px !important;
    margin-right: 10px !important;
    margin-top: -12px !important;
  }

  .items h5 {
    font-size: 16px !important;
  }
  .items p {
    font-size: 14px !important;
  }

  .item1,
  .item2,
  .item3,
  .item4 {
    width: 48.8% !important;
    min-height: auto !important;
    height: 12vh !important;
    max-height: 100px !important;
    margin: 0px !important;
    padding: 3vw !important;
    border-radius: 10px !important;
  }
  .item1 h5,
  .item2 h5,
  .item3 h5,
  .item4 h5 {
    font-size: 14px !important;
  }

  .item5 {
    padding: 3vw !important;
    margin-top: 9px !important;
    border-radius: 10px !important;
  }

  .items h5 {
    font-size: 3vw !important;
    position: relative;
    z-index: 5 !important;
    border-radius: 5px !important;
  }

  .item5::before {
    content: "";
    width: 55% !important;
    height: 100% !important;
    position: absolute;
    left: 0px !important;
    right: auto !important;
    bottom: 0px !important;
    background: url(../img/newitem5.png);
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .item5 p {
    color: #fff !important;
    font-weight: 100 !important;
    font-size: 2.8vw !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    line-height: 170% !important;
    overflow: hidden !important;
    letter-spacing: 0.5px !important;
    margin-top: 10px !important;
  }
}

/* Section _2 */

/* Section _3 MENU */

.menu {
  width: 100% !important;
  background-color: #fafafa !important;
  position: fixed !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  cursor: pointer;
  padding-bottom: 5px !important;
  padding-top: 3px !important;
  z-index: 100 !important;
  height: 80px !important;
  max-height: 80px !important;
}

.menu-item {
  padding: 10px !important;
  width: 24% !important;
  border-radius: 10px !important;
  position: relative;
}

.menu-item::before {
  content: "";
  width: 60%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #5b7e9a !important;
  border-radius: 20px !important;
  margin: 0 auto !important;
  opacity: 0;
  transition: 0.2s !important;
}

.menu-item:hover {
  background-color: #5b7e9a15 !important;
}

.menu-item:hover::before {
  opacity: 1 !important;
}

.menu p {
  font-size: 12px !important;
  color: #000000 !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-top: 10px !important;
}

.menu img {
  max-width: 20px !important;
}

/* Section _3 MENU */

/* Section _4 Social_Icons */
.social-icons img {
  width: 34px !important;
  height: 34px !important;
  margin: 0 7px !important;
  cursor: pointer;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* Section _4 Social_Icons */

/* Media */

.mediaicon img {
  width: 60px !important;
  height: 60px !important;
  cursor: pointer;
  margin: 0 10px !important;
}
.mediaicon img:hover {
  transform: scale(0.95);
  opacity: 0.7;
}

@media (max-width: 992px) {
  .mediaicon img {
    margin: 0px 5px !important;
  }

  .mediaicon img {
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
  }
}

/* Media */

/* Body */

/* size titles  */

@media (max-width: 600px) {
  .title-head,
  .title-column h2 {
    padding-top: 0.5px !important;
    font-size: 3vw !important;
    letter-spacing: 0px !important;
  }

  .title-column h2 {
    padding-top: 10px !important;
  }
}

/* Section _4 Social_Icons */
.social-icons img {
  width: 34px !important;
  height: 34px !important;
  margin: 0 7px !important;
  cursor: pointer;
}

.social img {
  width: 27px !important;
  height: 27px !important;
  margin: 0 7px !important;
  cursor: pointer;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* Section _4 Social_Icons */

/* Media */

.social:nth-child(1) {
  background: linear-gradient(#6bf5d4, #44d2a8) !important;
  padding-top: 13px !important;
}
.social:nth-child(2) {
  background: linear-gradient(#96e4ff, #46c6e8) !important;
  padding-top: 13px !important;
}
.social:nth-child(3) {
  background: linear-gradient(#ff9bbc, #f15584) !important;
  padding-top: 13px !important;
}
.social:nth-child(4) {
  background: linear-gradient(#a99dff, #8675f6) !important;
  padding-top: 13px !important;
}
.social:nth-child(5) {
  background: linear-gradient(#ffd59f, #fcab40) !important;
  padding-top: 13px !important;
}
.social {
  border-radius: 7px !important;
}
@media (max-width: 992px) {
  .social img {
    width: 6vw !important;
    height: 6vw !important;
    margin: 0 7px !important;
    cursor: pointer;
  }

  .social {
    margin: 4px !important;
    border-radius: 7px !important;
  }
  .social:last-child {
    margin-left: 0px !important;
  }
}

/* Media */
