@import url("../fonts/yekanBakh/stylesheet.css");
@import url("../fonts/FontAwesome.Pro.6.4.2/css/all.css");

:root {
  --color1: #a67b5b;
  --color2: #0c1830;
  --color3: #0f2167;
  --space-section: 100px;
}

html {
  scroll-behavior: smooth;
}

*:not(.video-js *) {
  font-family: "YekanBakh" !important;
}

/* For chromium browsers(Chrome, Edge, Opera) */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #0c1830, #0f2167);
  border-radius: 10px;
  transition: background 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  background: linear-gradient(45deg, #0c1830, #0f2167);
}

/* For Firefox*/
* {
  scrollbar-width: thin;
  scrollbar-color: #0f2167 #f1f1f1;
}

/* For Internet Explorer and Safari*/
body {
  -ms-overflow-style: none; /* IE */
  scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {
  display: none; /* To hide the scroll load on safari*/
}

body {
  /* overflow-x: hidden; */
}

#menu-molile {
  display: none !important;
}

h1:not(.font-medium),
h2:not(.font-medium),
h3:not(.font-medium),
h4:not(.font-medium),
h5:not(.font-medium),
h6:not(.font-medium) {
  font-weight: 700 !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  padding-inline: 40px;
}

.bg-primary {
  background-color: var(--color1);
}

.btn {
  border-radius: 20px 0px;
  padding-block: 8px;
  padding-inline: 18px;
  font-size: 15px;
  font-weight: bold;
}

.card {
  padding: 10px;
}

.card-nav {
  border-radius: 50px 0;
  padding-block: 15px;
  padding-inline: 30px !important;
}

.btn-link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  color: var(--color2);
}

.btn-primary {
  background-color: var(--color2);
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: var(--color2);
}

.btn-action {
  background-color: var(--color1);
  color: #fff;
}

.btn-link::after {
  transition: 0.2s ease;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 400);
  content: "\f053";
  font-size: 13px;
}

.btn-link::before {
  text-decoration: underline;
}

.btn-link:hover::after {
  margin-right: 4px;
}

#main-header {
  transition: 0.5s ease;
  z-index: 1000;
}

#main-header ul li a {
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

#main-header ul li a.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
}

#main-header ul li a:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background-color: #fff8;
}

.main-h1 .text-row-1 {
  font-size: 36px;
  font-weight: 700;
}

.main-h1 .text-row-2 {
  font-size: 48px;
  font-weight: 900;
}

.main-h1 .text-row-3 {
  font-size: 48px;
  font-weight: 900;
}

.main-h1.in-group {
  .text-row-1 {
    color: #fff !important;
    color: var(--color1) !important;
    font-size: 52px !important;
    font-weight: bold;
  }
  .text-row-2 {
    color: #fff !important;
  }
  .text-row-3 {
    color: #fff !important;
  }
}

.timeline-h1 {
  margin-top: 22px;
}

.timeline-h1 li {
  padding-bottom: 32px;
  padding-right: 22px;
  position: relative;
  padding-left: 15%;
}

.timeline-h1 li::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background-color: var(--color1);
  transform: translateX(40%);
}

.timeline-h1 li:not(.timeline-h1 li:last-child):before {
  content: "";
  position: absolute;
  right: 0%;
  top: 5%;
  width: 2px;
  height: 100%;
  border-right: 1px dashed var(--color1);
  transform: translateX(-50%);
}

.timeline-h1 li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #353535;
}

.timeline-h1 li p {
  font-size: 16px;
  color: #535353;
  line-height: 32px;
  &.text-white {
    color: #fff !important;
    width: 75%;
    font-size: 18px !important;
  }
}

.left-hero {
  position: relative;
}

.hexagon {
  display: inline-block;
  background: url("../Images/Star\ 2.svg") 0 / contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hexagon.size-70 {
  width: 70px;
  height: 70px;
}

.hexagon-text {
  color: #fff;
  font-size: 32px;
  height: 50%;
}

#list-of-hero {
  position: absolute;
  right: 4vw;
  top: 32vh;
}

#list-of-hero h4 {
  font-size: 16px;
  color: #fff;
  width: 50%;
  font-weight: 500;
  padding: 10px 10px;
}

#list-of-hero li {
  padding-bottom: 20px;
  display: flex;
}

#list-of-hero .line-list-hero {
  width: 100%;
  height: 2px;
  border-top: 0.5px dashed var(--color1);
}

.cta-btn-hero {
  position: absolute !important;
  bottom: 14vh !important;
  z-index: 20 !important;
  background-color: var(--color1) !important;
  color: #fff !important;
  padding-block: 20px !important;
  padding-right: 20px !important;
  padding-left: 10vw !important;
  left: 0 !important;
  font-size: 20px !important;
  border-radius: 0 0 30px 0 !important;
}

.soial-icon-hero {
  position: absolute !important;
  left: 4vw !important;
  bottom: 6vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 15px !important;
}

.soial-icon-hero-static {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 5px !important;
  width: 80%;
  margin: auto;
}

.rounded-custom-hero {
  border-radius: 0 0 300px 0;
}

/* #main-header img {
  filter: grayscale(1) invert(1);
}

#main-header.sticky-header  img {
  filter: grayscale(0) invert(0);
} */

#main-header.sticky-header {
  max-width: 100%;
  top: 0px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  background: #fff;
}

#main-header.sticky-header nav {
  border-radius: 0px;
  background: #fff9;
  backdrop-filter: blur(12px);
}

#main-header.sticky-header ul li a {
  color: var(--color2);
}

#main-header.sticky-header ul li a.active::before {
  background-color: var(--color2);
}

.timeline-ckeck {
  margin-top: 22px;
}

.timeline-ckeck li {
  padding-bottom: 18px;
  padding-right: 32px;
  position: relative;
  padding-left: 15%;
  padding-top: 8px;
}

.timeline-ckeck li::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0px;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background: url("../Images/start-check.svg") 0 / contain no-repeat;
}

.timeline-ckeck.small li {
  padding-top: 2px;
}

.timeline-ckeck.small li::after {
  width: 28px !important;
  height: 28px !important;
  right: -8px;
}

.timeline-ckeck li:not(.timeline-ckeck li:last-child):before {
  content: "";
  position: absolute;
  right: 1%;
  top: 5%;
  width: 2px;
  height: 100%;
  border-right: 1px dashed var(--color1);
}



.timeline-ckeck li p {
  font-size: 16px;
  color: #535353;
}

.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  height: 2.63332em !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: translate(-50%, -50%) !important;
  background-color: transparent !important;
  border: none !important;
  background: url("/Images/play-start.svg") 50% / contain no-repeat !important;
  z-index: 2 !important;
}

.video-js.vjs-has-started .vjs-big-play-button {
  display: none !important;
}

#group-video > button > span.vjs-icon-placeholder::before {
  content: "\f101" !important;
  font-size: 47px !important;
  margin-top: 16px !important;
}

.group-video-dimensions {
  width: 100% !important;
  height: 100% !important;
}

.vjs-poster {
  background-size: cover !important;
}

#group-video {
  border-radius: 20px;
  overflow: hidden;
}

.line-section {
  border: 1px dashed var(--color1);
  transform: matrix(6, -0.2, 0.04, 1, 0, 0);
}

.rounded-custom-video {
  border-radius: 180px 0 0 5px;
}

.rounded-custom-comany {
  border-radius: 30px 0 30px 0;
}

.rounded-nav-footer {
  border-radius: 30px 0 30px 0;
}

.rounded-nav-h {
  border-radius: 20px 0 20px 0;
}

.rounded-hero-group {
  border-radius: 0 0 0 250px;
}

#blog-cards .card-blog .cover-card-blog {
  overflow: hidden;
}

#blog-cards .card-blog .cover-card-blog img {
  transform: scale(1);
  transition: 0.3s ease;
}

#blog-cards .card-blog:hover .cover-card-blog img {
  transform: scale(1.1);
  transition: 0.3s ease;
}

/* studio */
#pagination a.active {
  position: relative;
  color: var(--color1);
  font-size: 18px;
  &::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/Images/Star\ 4.svg");
    background-repeat: no-repeat !important;
    background-position: center;
    z-index: -1;
  }
}

.text-border-custom-hero {
  font-style: normal;
  font-weight: bolder;
  font-size: 52px;
  line-height: 81px;
  text-align: center;
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color1);
}

/* From Uiverse.io by Creatlydev */
.icon-menu {
  --gap: 6px;
  --height-bar: 2px;
  --pos-y-bar-one: 0;
  --pos-y-bar-three: 0;
  --scale-bar: 1;
  --rotate-bar-one: 0;
  --rotate-bar-three: 0;
  width: 28px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  cursor: pointer;
  position: relative;
}

[for="drawer-toggle"] .bar {
  background-color: #fff !important;
}

.sticky-header [for="drawer-toggle"] .bar {
  background-color: var(--color2) !important;
}

.bar {
  position: relative;
  height: var(--height-bar);
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
}

.bar--1 {
  top: var(--pos-y-bar-one);
  transform: rotate(var(--rotate-bar-one));
  transition: top 200ms 100ms, transform 100ms;
}

.bar--2 {
  transform: scaleX(var(--scale-bar));
  transition: transform 150ms 100ms;
}

.bar--3 {
  bottom: var(--pos-y-bar-three);
  transform: rotate(var(--rotate-bar-three));
  transition: bottom 200ms 100ms, transform 100ms;
}

.check-icon:checked + .icon-menu > .bar--1 {
  transition: top 200ms, transform 200ms 100ms;
}

.check-icon:checked + .icon-menu > .bar--3 {
  transition: bottom 200ms, transform 200ms 100ms;
}

.check-icon:checked + .icon-menu {
  --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
  --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
  --scale-bar: 0;
  --rotate-bar-one: 45deg;
  --rotate-bar-three: -45deg;
}
/* FIN ICON-MENU */
