@font-face {
  font-family: Sharp;
  src: url(../fonts/SharpGroteskLight15.woff);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp;
  src: url(../fonts/SharpGroteskBook15.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp;
  src: url(../fonts/SharpGroteskBook20.woff);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharp;
  src: url(../fonts/SharpGroteskBold15.woff);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: capitalize;
}

@font-face {
  font-family: Sharp;
  src: url(../fonts/SharpGroteskSmBold10.woff);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: capitalize;
}

*,
*::after,
*::before {
  outline: none;
  border: none;
  text-decoration: none;
  margin-block: 0;
  margin-inline: 0;
  list-style: none;
  box-sizing: border-box;
  /* transform: translateZ(0); */
}

html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  position: relative;

}

a {
  text-decoration: none;
}

:root {
  --primary-color: #b1a01a;
  --sharp: "Sharp";
}

ul {
  padding-inline-start: 0;
}

body {
  font-family: var(--sharp);
  margin: 0;
  background-color: #0a0a0a;
  overflow-x: hidden;
  overflow-y: scroll;
}



.container-x {
  padding-left: 168px;
  padding-right: 168px;
}

.title-con {
}

.title-con .title {
  position: relative;
  display: flex;
  align-items: center;
  height: fit-content;
  z-index: 1;
}

.title-con .title:before {
  content: "";
  height: 55%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  background-color: var(--primary-color);
  left: -10px;
  position: absolute;
}

.title-con .title h3 {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 700;
  margin-top: 12px;
  /* line-height: 1; */
  padding-left: 15px;
  color: #fff;
}

.hero-slider .title-con .title h3 {
  font-size: 120px;
  line-height: 1;
}

/* hero */

.hero-con {
  height: 100vh;
  min-height: -webkit-fill-available;
  width: 100%;
  position: relative;
}

.hero-con .hero {
  height: 100%;
  display: flex;
  position: relative;
}

.hero-con .hero .hero-video {
  width: 100%;
  object-fit: cover;
  position: relative;
}

.hero-con .hero .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0a0a0a7e;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 1;
}

.hero-con .hero .hero-logo {
  position: absolute;
  height: 100%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hero-con .hero .hero-logo img {
  width: 272px;
}

.hero-con .hero .hero-scroll {
  /* padding: 20px; */
}

.hero-con .hero-scroll .hero-scroll-icon {
  animation: scrollmove 3s infinite;
  position: absolute;
  right: 160px;
  width: 20px;
  z-index: 1;
  /* animation: scrollmovedown 3s infinite ; */
}

@keyframes scrollmove {
  0% {
    height: 102px;
    bottom: 66px;
  }

  50% {
    height: 118px;
    bottom: 50px;
  }

  100% {
    height: 102px;
    bottom: 66px;
  }
}

/* header */

.header-con {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-con .header-left > a {
  position: relative;
  z-index: 10;
}

.header-con .header-left > a > img {
  width: 100%;
}

.header-con .header-right {
  display: flex;
  gap: 20px;
}

.header-con .header-right .header-nav .nav-icon {
  height: 32px;
  width: 32px;
  cursor: pointer;
  display: flex;
  transition: all 0.3s;
  z-index: 20;
  position: relative;
  opacity: 1;
}

.header-con .header-nav.collapsible.collapsible--expanded .nav-icon {
  display: none;
}

.header-con .header-nav.collapsible.collapsible--expanded .nav-close-icon {
  display: flex;
  opacity: 1;
  position: relative;

  z-index: 20;
  cursor: pointer;
  transition: all 0.5s;
}

.header-con
  .header-nav.collapsible:not(.collapsible--expanded)
  .nav-close-icon {
  display: none;
}

.header-con .header-nav.collapsible .nav-close-icon:hover {
  rotate: 180deg;
}

.header-con .header-search.collapsible .nav-close-icon:hover {
  rotate: 180deg;
}

.header-con .header-search.collapsible.collapsible--expanded .nav-close-icon {
  display: flex;
  opacity: 1;
  position: relative;

  z-index: 20;
  cursor: pointer;
  transition: all 0.5s;
}

.header-con .header-search.collapsible.collapsible--expanded .search-icon {
  display: none;
}

.header-con
  .header-search.collapsible:not(.collapsible--expanded)
  .nav-close-icon {
  display: none;
}

.header-con .header-right .header-nav .nav-icon:hover {
  opacity: 0.8;
}

/* .header-con .header-nav.collapsible .nav-content {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding-left: 30%;
  padding-right: 30%;
  top: 0px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.9);
} */

.header-con .header-nav.collapsible .nav-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Use viewport height to make it cover the entire screen */
  padding-left: 30%;
  padding-right: 30%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.9);
}


.header-con .header-nav.collapsible.collapsible--expanded .nav-content {
  opacity: 1;
  visibility: visible;
}

.header-con .header-nav .nav-content .nav-item {
  padding: 8px;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.header-con .header-nav .nav-content .nav-item > a {
  color: #fff;
  font-size: 34px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}

.header-con .header-nav .nav-content .nav-item > svg {
  margin-bottom: 6px;
/*height: 20px;*/
}

.single-product-video-slider {
    height: 700px;
    }

    .single-product-video-con {
    height: 702px;
    }

.header-con .header-nav .nav-content .nav-item > a:after {
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  border-radius: 5px;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  transition: all 0.3s;
}

.header-con .header-nav .nav-content .nav-item:hover a:after {
  width: 100%;
}

.header-con .header-nav .nav-content .sub-nav-con {
  position: absolute;
  left: 42%;
  height: 100%;
  background-color: #5151514d;
  margin-left: 0px;
  transform: translate(0%, 0);
  top: 0;
  margin-top: 0px;
  width: 300px;
  z-index: 3;
  transition: all 0.7s ease-in-out;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  opacity: 0;
  visibility: hidden;
}

.header-con .header-nav .nav-content .nav-item:hover .sub-nav-con {
  opacity: 1;
  visibility: visible;
}

.header-con .header-nav .nav-content .sub-nav-con .sub-nav-list {
  margin-top: -25px;
}

.header-con .header-nav .nav-content .sub-nav-con.jobs .sub-nav-list {
  margin-bottom: 135px;
  margin-top: 0;
}

.header-con .header-nav .nav-content .nav-item .sub-nav-con .sub-nav-item {
  padding: 8px;
  width: 100%;
  transition: all 0.7s ease-in-out;
  position: relative;
}

.header-con .header-nav .nav-content .nav-item .sub-nav-con .sub-nav-item > a {
  color: #fff;
  font-size: 24px;
  width: fit-content;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.header-con .header-nav .nav-content .nav-item .sub-nav-con .sub-nav-item > svg {
    margin-left:5px;
    height:20px;

}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-con
  .sub-nav-item
  > a:after {
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  border-radius: 5px;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  transition: all 0.3s;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-con
  .sub-nav-item:hover
  > a:after {
  width: 100%;
}

.header-con .header-nav .nav-content .nav-item .sub-nav-item .sub-sub-nav-con {
  position: absolute;
  left: -70px;
  transform: translate(100%, 0);
  top: -90%;
  display: flex;
  justify-content: center;
  width: 300px;
  column-gap: 20px;
  overflow: hidden;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-item
  .sub-sub-nav-con.education {
  left: -150px;
  width: 400px;

  /* transform: translate(90%, 0); */
  top: -300%;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-item:hover
  .sub-sub-nav-con {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-item
  .sub-sub-nav-con
  .sub-sub-nav-item {
  padding: 8px;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-item
  .sub-sub-nav-con
  .sub-sub-nav-item
  > a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-item
  .sub-sub-nav-con
  .sub-sub-nav-item
  > a:after {
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  border-radius: 5px;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  transition: all 0.3s;
}

.header-con
  .header-nav
  .nav-content
  .nav-item
  .sub-nav-item
  .sub-sub-nav-con
  .sub-sub-nav-item:hover
  > a:after {
  width: 100%;
}

.header-con .header-search .search-content {
  padding-left: 435px;
  padding-right: 435px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.9);
}

.header-con .header-search.collapsible--expanded .search-content {
  opacity: 1;
  visibility: visible;
}

.header-con .header-search .search-icon {
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.header-con .header-search .search-content .search-button {
  background-color: transparent;
  cursor: pointer;
}

.header-con .header-search .search-content .search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
}

.header-con .header-search .search-content .search-form input {
  background-color: transparent;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.header-con .header-search .search-content .search-form input::placeholder {
  text-transform: uppercase;
  color: #757575;
  font-size: 40px;
  font-weight: 400;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* what we do */

.services-con {
  padding-top: 70px;
  padding-bottom: 150px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.services-con .services-slider {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.services-slider .slick-list {
  padding-left: 0px !important;
  margin-right: 170px !important;
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible !important;
}

.services-slider {
  /* overflow: hidden; */
}

#lottie {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.services-item {
  display: flex !important;
  width: 96% !important;
  margin: 0px 0;
  border-radius: 24px;
  filter: drop-shadow(7.926px 10.303px 6.578px #000);
  overflow: hidden;
  position: relative;
  /* padding-top: 5px; */
}

.services-item .services-img-con {
  position: relative;
  /* -webkit-mask-image: url(../img/service-mask.svg); */
  /* mask-image: url(../img/service-mask.svg); */
  mask-image: url(../img/service-mask.png);
  -webkit-mask-image: url(../img/service-mask.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 100%;
}

.services-item .services-img-con > img {
  transition: all 0.5s;
  width: 100%;
}

.services-item .services-img-con > video {
  transition: all 0.5s;
  width: 100%;
}

.services-item-video::-webkit-media-controls {
  display: none !important;
}

.services-item .services-img-con .img-gradient {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #232323 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}

.services-item .services-img-con .img-gradient .services-item-context {
  width: 60%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
  height: 22%;
}

.services-item .services-img-con .img-gradient .services-item-context > h4 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;


  /* white-space: nowrap; */
}

.services-item .services-img-con .img-gradient .services-item-context > span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  /* line-height: 25px; */
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  transition: all 0.8s;

  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-item:hover
  .services-img-con
  .img-gradient
  .services-item-context
  > span {
  transition: all 0.8s;
  opacity: 1;
}

.services-item:hover .services-img-con .img-gradient .services-item-context {
  animation: showcontext ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.45, 1.01);
  animation-duration: 800ms;
}

.services-item:not(:hover)
  .services-img-con
  .img-gradient
  .services-item-context {
  animation: hidecontext forwards;
  animation-timing-function: cubic-bezier(1.01, 0.45, 0.01, 0.52);
  animation-duration: 800ms;
}

@keyframes showcontext {
  0% {
    height: 15%;
  }
  100% {
    height: 33%;
  }
}

@keyframes hidecontext {
  0% {
    height: 33%;
  }
  100% {
    height: 15%;
  }
}

.services-item:hover img {
  scale: 1.05;
}

.services-item .services-more-con {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 30px 15px 15px;
  gap: 10px;
  transition: all 0.3s;
}

.services-item .services-more-con > span {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}

.services-item:hover .services-more-con {
  padding: 15px 20px 15px 15px;
}

.services-item .services-more-con .services-more-icon {
  width: 10px;
  height: 17px;
  transition: all 0.3s;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 20px;
  margin-bottom: 3px;
}

.services-item:hover .services-more-con .services-more-icon {
  width: 20px;
}

.services-item .services-more-con .services-more-icon svg:not(.line) {
  height: 20px;
}

.services-item .services-more-con .services-more-icon .line {
  width: 0;
  margin-right: -4px;
  transition: all 0.3s;
  height: 2px;
}

.services-item:hover .services-more-con .services-more-icon .line {
  width: 12px;
}

.services-slider .slick-arrow {
  bottom: -48px;
}

.slick-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}

.services-slider .slick-next {
  right: calc(44% + 100px);
}

.slick-slider .slick-next {
  flex-direction: row-reverse;
  width: 30px;
}

.slick-slider .slick-next svg {
  width: 12px;
}

.slick-slider .slick-prev svg {
  width: 12px;
}

.slick-slider .slick-next .line {
  margin-right: -10px;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}

.slick-slider .slick-next:hover .line {
  width: 30px;
}

.services-slider .slick-next:hover {
  /* right: 44.6%; */
  right: calc(43.6% + 100px);
}

.services-slider .slick-prev {
  left: 40%;
  /* left: calc(45% - 100px); */
}

.slick-slider .slick-prev {
  width: 30px;
}

.slick-slider .slick-prev .line {
  margin-left: -10px;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}

.slick-slider .slick-prev:hover .line {
  width: 27px;
}

.services-slider .slick-prev:hover {
  left: 39.6%;
  /* left: calc(44.6% - 100px); */
}

.services-con .more-con {
  margin-right: 168px;
}

.more-con {
  width: fit-content;
  text-align: center;
  align-self: center;
  position: relative;
}

.more-con span {
  /* background-image: var(--primary-color);
  background-size: 0;
  transition: all 0.3s;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
color: #fff; */
}

.more-con:hover .p2 {
  width: fit-content;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p {
  position: absolute;
  font-size: 24px;
  top: 50%;
  font-weight: 300;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  transition: all 0.3s;
}

.p:after {
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  border-radius: 5px;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  transition: all 0.3s;
}

.p:hover:after {
  width: 100%;
}

.p1 {
  color: #fff;
}

/* .p2 {
  width: 0;
  color: var(--primary-color);
  clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
  animation: text-animation 1s ease-in-out forwards;
  transition: all 0.3s;
} */

/* latest */

.latest-con {
  margin-top: 100px;
  margin-bottom: 100px;
}

.latest-con .title-con {
  margin-bottom: -150px;
}

.latest-con .latest-slider {
  position: relative;
}

.latest-con .latest-main-slider .latest-main-item {
  position: relative;
  height: 993px;
}

.latest-con .latest-main-slider .latest-main-item .latest-main-img-con {
  /* -webkit-mask-image: url(../img/latest-mask.svg); */
  /* mask-image: url(../img/latest-mask.svg); */
  mask-image: url(../img/latest-mask.png);
  -webkit-mask-image: url(../img/latest-mask.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  height:100%;
}

.latest-con .latest-main-slider .latest-main-item .latest-main-img-con > img {
  width: 100%;
  opacity: 25%;
}

.latest-con .latest-main-slider .latest-main-item .latest-main-item-title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -70%);
  left: 152px;
  width: 400px;
  text-align: center;
}

.latest-main-item-title.breath {
  top: 60% !important;
}

.latest-con .latest-small-slider {
  position: absolute !important;
  width: 100%;
  right: 0;
  bottom: 50%;
  transform: translate(0, 50%);
  display: flex !important;
  justify-content: right;
  height: 465px;
}

.latest-con .latest-small-slider .slick-list {
  width: 60%;
}

.latest-con .latest-small-slider .latest-small-item {
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  filter: brightness(50%);
  scale: 1;
  position: relative;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.latest-con .latest-small-slider .slick-slide.slick-current .latest-small-item {
  z-index: 1;
}

.latest-con .latest-small-slider .latest-small-item img {
  width: 100%;
  border-radius: 16px;
}

.latest-con
  .latest-small-slider
  .slick-slide:not(.slick-current)
  .latest-small-item {
  margin-left: 20px;
  scale: 0.8;
}

.latest-con .latest-small-slider .slick-slide.slick-current .latest-small-item {
  filter: brightness(100%);
  transition: all 0.3s ease-in-out;
  scale: 1;
}

.latest-con .latest-small-slider .slick-arrow {
  position: absolute;
  bottom: 34.5%;
  cursor: pointer;
  font-size: 0;
  z-index: 3;
  transition: all 0.3s;
}

.latest-con .latest-small-slider .slick-next {
  left: 445px;
}

.latest-con .latest-small-slider .slick-next:hover {
  left: 460px;
}

.services-con.align-right {
margin-right: -168px;
}


.latest-con .latest-small-slider .slick-prev {
  left: 230px;
}

.latest-con .latest-small-slider .slick-prev:hover {
  left: 215px;
}

.latest-con .more-con {
  position: absolute;
  z-index: 1;
  bottom: 45.5%;
  left: 350px;
}

/* news */

.news-con {
  padding-right: 0;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
}

.news-con .news-slider {
  position: relative;
  margin-bottom: 17px;
}

.news-con .news-slider .news-item {
  width: 90% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.news-item {
  position: relative;
  overflow: hidden;
  height: 410px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-item:hover {
}

.news-item:hover .news-gradient {
}

.news-item .news-gradient {
  position: absolute;
  height: 100%;
  width: 110%;
  transition: all 0.1s;

  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(10, 10, 10, 0.88) 0%,
    rgba(10, 10, 10, 0) 100%
  );
  border-radius: 22px;
}

.news-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.news-item:hover > img {
  width: 110%;
  height: 110%;
  border-radius: 28px;
}

.news-item .news-context {
  position: absolute;

  width: 70%;
  left: 0;
  bottom: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  z-index: 3;
}

.news-item .news-context h4 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;

  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

.news-item:hover .news-context {
  /* height: 63%; */
  animation: shownewscontext ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.45, 1.01);
  animation-duration: 800ms;
}

.news-item:not(:hover) .news-context {
  animation: hidenewscontext forwards;
  animation-timing-function: cubic-bezier(1.01, 0.45, 0.01, 0.52);
  animation-duration: 800ms;
}

@keyframes shownewscontext {
  0% {
    height: 35%;
  }

  100% {
    height: 50%;
  }
}

@keyframes hidenewscontext {
  0% {
    height: 50%;
  }

  100% {
    height: 35%;
  }
}

.news-item .news-context .news-text {
  opacity: 0;
  transition: all 0.8s;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  transition: all 0.8s;
  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item:hover .news-context .news-text {
  opacity: 1;
}

.news-item .news-context .news-date {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
}

.news-item .news-more-con {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 3;
}

.news-item .news-more-con .news-more-icon {
  width: 10px;
  height: 20px;

  transition: all 0.3s;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 2px;
}

.news-item .news-more-con .news-more-icon svg:not(.line) {
  height: 20px;
}

.news-item .news-more-con .news-more-icon .line {
  width: 0;

  transition: all 0.3s;
  height: 2px;
}

.news-item:hover .news-more-con .news-more-icon {
  width: 20px;
}

.news-item:hover .news-more-con .news-more-icon .line {
  width: 17px;
  margin-right: -4px;
}

.news-item .news-more-con span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

.news-slider .slick-list {
  padding-left: 0px !important;
}

.news-slider .slick-arrow {
  bottom: -44px;
}

.news-slider .slick-next {
  right: calc(44% + 100px);
}

.news-slider .slick-next:hover {
  right: calc(43.6% + 100px);
}

.news-slider .slick-prev {
  left: calc(40%);
}

.news-slider .slick-prev:hover {
  left: 39.6%;
}

.news-con .more-con {
  margin-right: 168px;
}

/* footer */

.footer-con {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0 170px 0;
  position: relative;
  z-index: 10;
}

.footer-con .footer-globe {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 245px;
}

.footer-con .footer-globe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-slider .slick-list {
  /* direction: rtl; */
}

.footer-con .footer {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.footer-con .footer .footer-logo {
  width: 160px;
}

.footer-con .footer .footer-logo img {
  width: 100%;
  object-fit: contain;
}

.footer-con .footer .footer-context {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.footer-con .footer .footer-add {
  width: 50%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.footer-con .footer .footer-num {
  display: flex;
  gap: 10px;
}

.footer-con .footer .footer-num > a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-con .footer .footer-social {
  display: flex;
  gap: 10px;
}

.footer-con .footer .footer-nav {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.footer-con .footer .footer-nav > a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.footer-con .footer .footer-copyright {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.footer-con .footer .footer-copyright > a {
  color: #fff;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.footer-con .footer a {
  transition: all 0.3s;
}

.footer-con .footer a:hover {
  /* opacity: 0.8; */
  color: var(--primary-color);
}

/* single product page */

.hero-gradient {
  position: absolute;
  height: 101%;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: -1px;
  right: 0;
  background: linear-gradient(to bottom, #0a0a0a00, #0a0a0a);
}

.single-product .hero-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  /* right: 50%; */
  width: 100%;
  /* transform: translate(50%, 0); */
  bottom: 70px;
  z-index: 10;
  margin-top: -500px;
  gap: 20px;
}

.single-product .hero-content .hero-content-img {
  width: 20%;
  display: flex;
  justify-content: flex-start;
}

.hero-content .title-con .title:before {
  left: 0;
}

.single-product .hero-content .hero-content-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.single-product .hero-content .hero-content-text {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  /* background-color: #2424248a; */
  padding: 0 0px 0px 0px;
  gap: 20px;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-left
  .hero-content-title-con {
  width: fit-content;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-left
  .hero-content-title-con
  .hero-content-year {
  color: #fff;
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 300;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-left
  .hero-content-desc {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-left
  .hero-content-imdb
  a {
  color: var(--primary-color);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-left
  .hero-content-imdb
  a
  svg {
  height: 20px;
}

.single-product .hero-content .hero-content-text .hero-content-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.single-product .hero-content .hero-content-text .hero-content-right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 50px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #5c5c5c;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-right
  .hero-content-info-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-right
  .hero-content-info-section
  .hero-content-info-title {
  color: #fff;
  font-size: 21px;

  font-weight: 300;

  text-transform: capitalize;
}

.single-product
  .hero-content
  .hero-content-text
  .hero-content-right
  .hero-content-info-section
  > span {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 21px;

  font-weight: 400;
}

.single-product-container-x {
  padding-left: 300px;
  padding-right: 300px;
}

.single-product .story-con {
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-product .story-con p {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.single-product .single-product-video-con {
  position: relative;
  display: flex;
}

.single-product .single-product-video-con .single-product-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-product .single-product-video-con .single-product-video-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    #0a0a0a 0%,
    #0a0a0a00 30%,
    #0a0a0a00 70%,
    #0a0a0a 100%
  );
}

.single-product .single-product-video-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.single-product .single-product-video-slider .slick-arrow.slick-next {
  right: 30px;
}

.single-product .single-product-video-slider .slick-arrow.slick-prev {
  left: 30px;
}

.single-product .twentytwenty-before-label:before {
  content: "" !important;
}

.single-product .twentytwenty-after-label:before {
  content: "" !important;
}

.single-product .twentytwenty-overlay:hover {
  background: transparent !important;
}

.single-product .twentytwenty-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-product .twenty-item {
  width: 99.9% !important;
}

.single-product .twenty-item .twentytwenty-container {
  height: 578px !important;

  border-radius: 24px;
}

.twenty-slider .slick-dots,
.awards-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}

.awards-slider .slick-track {
  margin: 0;
  /* transform: translateX(0px) !important; */
}

.awards-slider:not(.slider-active) .slick-track {
  /* Default styles for when the slider is not active */

  transform: translateX(0px) !important;
}

.awards-slider.slider-active .slick-track {
  /* Styles for when the slider is active */
}

.awards-slider .slick-dots {
  padding-right: 300px;
}

.twenty-slider .slick-dots li button,
.awards-slider .slick-dots li button {
  font-size: 0;
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
}

.twenty-slider .slick-dots li.slick-active button,
.awards-slider .slick-dots li.slick-active button {
  background-color: var(--primary-color);
  width: 42px;
}
.twenty-slider .slick-arrow,
.awards-slider .slick-arrow {
  position: absolute;
  bottom: -10px;
}

.twenty-slider .slick-arrow.slick-next {
  right: 37%;
}

.awards-slider .slick-arrow.slick-next {
  right: calc(35% + 170px);
}

.twenty-slider .slick-arrow.slick-next:hover {
  right: 36.5%;
}

.awards-slider .slick-arrow.slick-next:hover {
  right: calc(34.5% + 170px);
}

.twenty-slider .slick-arrow.slick-prev {
  left: 37%;
}

.awards-slider .slick-arrow.slick-prev {
  left: calc(35% - 120px);
}

.twenty-slider .slick-arrow.slick-prev:hover {
  left: 36.5%;
}

.awards-slider .slick-arrow.slick-prev:hover {
  left: calc(34.5% - 120px);
}

.single-product .awards-con {
  padding-top: 100px;
  padding-bottom: 100px;
}

.awards-con .awards-slider {
  padding-top: 100px;

}

.awards-con .awards-slider .slick-list {
  padding-left: 0px !important;

}

#scroll-container {
  overflow: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.awards-con {
  padding-right: 0;
}

.awards-con .awards-slider .awards-item {
  display: flex !important;
  flex-direction: column;
  width: 90% !important;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.awards-con .awards-slider .awards-item .awards-img {
  height: 300px;
  width: 300px;
}

.awards-con .awards-slider .awards-item .awards-img img {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

.awards-con .awards-slider .awards-item .awards-title {
  color: #fff;
  font-size: 21px;
  font-weight: 300;

  letter-spacing: 0em;
  text-align: center;
}

/* about us page */

.hero-bread {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}

.hero-bread h2 {
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
}

.about .hero-con {
  height: 60vh;
}

.about.contact-page .contact-con{
padding-top: 0;
}

.about .who-con {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 150px;
  transform: translate(0, -17%);
  padding-bottom: 0px;
}

.about .who-con .who-img-con {
  border-radius: 24px;
  width: 50%;
}

.about .who-con .who-img-con img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about .who-con .who-content {
  width: 100%;
}

.about .who-con .who-content .title-con .title h3 {
  /* margin-top: 0px; */
}

.about .who-con .who-content .who-text p {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.about .what-context p {
  color: #fff;
  font-size: 21px;
  font-weight: 300;

  letter-spacing: 0em;
  text-align: left;
}

.about .about-video-con {
  margin-top: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 200px;
  height: fit-content;
  position: relative;
}

.about .about-video-con .about-video-gradient {
  position: absolute;
  height: 101%;
  width: 100%;
  right: 0;
  top: -1px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 62.01%,
    #0a0a0a 100%
  );
}

.about .about-video-con > video {
  object-fit: contain;
  object-position: bottom;
  width: 100%;
  /* height: 100%; */
}

.about .team-con {
  display: flex;
  flex-direction: column;
  margin-top: -200px;
}

.about .team-con .team-ceo {
  display: flex;
  width: 100%;
  gap: 50px;
  padding: 50px;
  /* height: 625px; */
  align-items: center;
  border-bottom: 1px solid var(--primary-color);
}

.about .team-con .team-ceo .team-ceo-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.about .team-section {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about .team-title {
  margin-bottom: 30px;
}

.about .team-title h4 {
  color: #fff;

  font-size: 32px;
  text-transform: capitalize;
  font-weight: 300;
}

.about .team-con .team-ceo .team-ceo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.about .team-con .team-ceo .team-ceo-content {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.about .team-con .team-ceo .team-ceo-content .team-ceo-title {
  display: flex;
  flex-direction: column;
}

.about .team-con .team-ceo .team-ceo-content .team-ceo-title span {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}

.about .team-con .team-ceo .team-ceo-content .team-ceo-title span:last-child {
  color: var(--primary-color);
  font-size: 18px;
}

.about .team-con .team-ceo .team-ceo-content .team-ceo-text p {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.about .team-con .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 50px;
  column-gap: 112px;
}

.about .team-con .team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 18%;
}

.about .team-con .team-item .team-item-img {
  height: 250px;
  width: 250px;
  overflow: hidden;
  border-radius: 50%;
}

.about .team-con .team-item .team-item-img img {
  width: 100%;
}

.about .team-con .team-item .team-item-text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.about .team-con .team-item .team-item-text span:nth-child(2) {
  color: var(--primary-color);
  font-size: 18px;
}

.about {
}

.about .awards-con {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-con {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-con .contact {
  display: flex;
}

.contact-con .contact .contact-left {
  position: relative;
  width: 60%;
  margin-top: 50px;
}

.contact-con .contact .contact-left .contact-add {
  height: fit-content;
  position: absolute;
  width: 115%;
  z-index: 1;
  background: rgba(36, 36, 36, 0.95);
  border-radius: 24px;
  display: flex;
  flex-direction: column;

  gap: 24px;
  padding: 56px 80px;
}

.contact-con .contact .contact-left .contact-add .contact-add-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-top
  .contact-add-section
  > svg {
  /* width: 6%; */
}

.contact-con .contact .contact-left .contact-add .contact-add-section > span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  width: calc(100% - 40px);
}

.contact-con .contact .contact-left .contact-add .contact-add-section a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-right: 10px;
}

.contact-con .contact .contact-left .contact-add .contact-add-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-con .contact .contact-left .contact-add .contact-add-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-bottom
  .contact-social-con {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-bottom
  .contact-social-con
  .social-title {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-bottom
  .contact-social-con
  .social-title
  .line {
  height: 1px;
  width: 100%;
  background-color: var(--primary-color);
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-bottom
  .contact-social-con
  .social-title
  h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-bottom
  .contact-social-con
  .contact-social {
  display: flex;
  gap: 10px;
}

.contact-con
  .contact
  .contact-left
  .contact-add
  .contact-add-bottom
  .contact-social-con
  .contact-social
  a {
  display: flex;
}

.contact-con .contact .contact-left .contact-form-con {
  height: 70%;
  margin-top: 40%;
}

.contact-con .contact .contact-left .contact-form-con .title-con .title > h3 {
  font-size: 48px;
  font-weight: 400;
}

.contact-con .contact .contact-left .contact-form-con .title-con .title:before {
  left: 0;
  top: 53%;
}

.about .contact-con .title-con {
  margin-bottom: -30px;
}

.contact-con .contact .contact-map {
  width: 40%;
  border-radius: 20px;
  filter: grayscale(100%);
}

.contact-con .contact .contact-map iframe {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.contact-form {
  padding: 40px 25px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form .form-row {
  width: 100%;
  display: flex;
  gap: 10px;
}

.contact-form .form-row input {
  color: #ababab;
  width: 50%;
  background-color: transparent;
  height: 80px;
  border-bottom: 1px solid var(--primary-color);
  padding: 15px;
}

.contact-form .form-row input::placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: var(--sharp);
}

.contact-form .form-row textarea {
  color: #ababab;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid var(--primary-color);
  padding: 15px;
}

.contact-form .form-row textarea::placeholder {
  color: #ababab;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: var(--sharp);
}

.form-button {
  background-color: var(--primary-color);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  gap: 8px;
  width: fit-content;
  transition: all 0.3s;
  text-transform: uppercase;
}

.form-button:hover {
  gap: 4px;
  padding: 16px 5px 16px 16px;
}

.form-button .button-more-icon {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  margin-bottom: 2px;
}

.form-button .button-more-icon .line {
  height: 2px;
  width: 0;
  transition: all 0.3s;
}

.form-button .button-more-icon svg:not(.line) {
  height: 17px;
}

.form-button:hover .button-more-icon .line {
  width: 27px;
  margin-right: -12px;
  /* margin-right: -14px; */
}

/* service page */

.service-hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  right: 0;
  top: 0;
padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: -500px;

}

.service-hero-content .service-hero-text {
  width: 100%;
}

.service-hero-content .service-hero-text p {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.service .services-items-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
  z-index: 1;
  /* transform: translate(0, -15%); */
}

.services-slider .slick-list .services-item {
  /* direction: ltr; */
  margin: 0 auto;
}

.services-item .services-img-con .img-gradient .services-item-context {
  padding: 10px 0px 10px 20px;
}

.service
  .services-items-con
  .services-item:hover
  .services-img-con
  .img-gradient
  .services-item-context {
  animation: serviceshowcontext ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.45, 1.01);
  animation-duration: 800ms;
}

.service
  .services-items-con
  .services-item:not(:hover)
  .services-img-con
  .img-gradient
  .services-item-context {
  animation: servicehidecontext ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.45, 1.01);
  animation-duration: 800ms;
}

@keyframes serviceshowcontext {
  0% {
    height: 19%;
  }

  100% {
    height: 35%;
  }
}

@keyframes servicehidecontext {
  100% {
    height: 19%;
  }

  0% {
    height: 35%;
  }
}

.service .services-items-con .services-item .services-more-con {
  padding: 15px 30px 15px 15px;
}

.service .services-items-con .services-item:hover .services-more-con {
  padding: 15px 20px 15px 15px;
}

.service .services-items-con .services-item {
  width: 32% !important;
}

/* vfx page */

.vfx-con {
  position: relative;
  z-index: 1;
  /* transform: translate(0, -100px); */
}

.vfx-con .group-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 50px;
}

.vfx-con .group-con a.active .line {
  width: 100%;
}

.all-news .hero-bread .news-col a.active {
  color: var(--primary-color);
}

.vfx-con .group-con a:hover .line {
  width: 100%;
}

.vfx-con .group-con a {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
  position: relative;
}

.vfx-con .group-con a .line {
  position: absolute;
  width: 0%;
  transition: all 0.3s;
  height: 1px;
  background-color: var(--primary-color);
}

.vfx-con .vfx-items-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 80px;
  padding-top: 80px;
}

.vfx-con .vfx-items-con .vfx-item {
  position: relative;
  display: flex;

  align-items: center;
  justify-content: center;
  width: 22.3%;
}

.vfx-con .vfx-items-con .vfx-item .vfx-bg {
  position: absolute;
  height: 160%;
  width: 160%;
  top: 50%;
  right: 50%;
  z-index: 0;
  transform: translate(50%, -50%);
  opacity: 0;
  transition: all 0.7s;
  mask-image: url(../img/poster-mask.png);
  -webkit-mask-image: url(../img/poster-mask.png);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-image: url(../img/world-war-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.vfx-con .vfx-items-con .vfx-item:hover .vfx-bg {
  opacity: 0.3;
}

.vfx-con .vfx-items-con .vfx-item .vfx-img {
  border-radius: 16px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.vfx-con .vfx-items-con .vfx-item:hover .vfx-img img {
  scale: 1.05;
}

.vfx-con .vfx-items-con .vfx-item .vfx-img > img {
  width: 90%;
  height: 100%;
  box-shadow: 10px 13px 8.3px 0px #000;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s;
}

.vfx-con .load-more-con {
  margin-top: 200px;
  margin-bottom: 10px;
  width: 100%;

  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vfx-con .load-more-con:hover {
  margin-bottom: 0px;
}

.vfx-con .load-more-con > span {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.vfx-con .load-more-con svg {
  transition: all 0.3s;
}

.vfx-con .load-more-con:hover svg {
  margin-top: 10px;
}

/* job page */

.job .hero-con {
  height: 60vh;
}

.positions-con {
  display: flex;
  flex-direction: column;
  /*transform: translate(0, -7%);*/
  position: relative;
  z-index: 1;
}

.positions-con .positions-heading {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 20px 50px;
}

.positions-con .positions-heading .positions-heading-right {
  width: 40%;
}

.positions-con .positions-heading h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
}

.positions-con .positions {
  display: flex;
  flex-direction: column;
}

.positions-con .positions .positions-row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  /* justify-content: space-between; */
  padding: 30px 50px;
  border-bottom: 1px solid #fff;
}

.positions-con .positions .positions-row .positions-right {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  height: fit-content;
}

.positions-con .positions .positions-row .position-department {
  width: 30%;
  margin-right: 30px;
  display: flex;
}

.positions-con .positions .positions-row .position-department span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.positions-con .positions .positions-row .positions-right .positions-link a {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  padding: 0 10px 0 0;
  transition: all 0.3s;
}

.positions-con
  .positions
  .positions-row:hover
  .positions-right
  .positions-link
  a {
  padding: 0;
}

.positions-con
  .positions
  .positions-row
  .positions-right
  .positions-link
  a
  .positions-more-icon {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 3px;
}

.positions-con
  .positions
  .positions-row
  .positions-right
  .positions-link
  a
  .positions-more-icon
  .line {
  width: 0;
  transition: all 0.3s;
  height: 2px;
}

.positions-con
  .positions
  .positions-row
  .positions-right
  .positions-link
  a
  .positions-more-icon
  svg:not(.line) {
  height: 20px;
}

.positions-con .positions .positions-row {
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.positions-con .positions-title-con {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-grow: 1;
  border-bottom: 1px solid #fff;
  padding: 30px 50px;
}

.positions-con .positions-title-con > div {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: capitalize;
}

.positions-con .positions-title-con .position-title-left {
  width: 30%;
  margin-right: 40px;
  display: flex;
}

.positions-con .positions .positions-row:hover {
  background: var(--bw-gray, rgba(36, 36, 36, 0.6));
}

.positions-con
  .positions
  .positions-row:hover
  .positions-right
  .positions-link
  a
  .positions-more-icon
  .line {
  width: 10px;
  /* margin-right: -10px; */
}

.positions-con .positions .positions-row .positions-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-grow: 1;
}

.positions-con .positions .positions-row .positions-left span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.positions-con .positions .positions-row .positions-left .position-situation {
  color: #000;
  background-color: var(--primary-color);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 2px 5px 0px 5px;
  margin-left: 10px;
}

.position-row-con .position-content {
  /* position: absolute; */
  max-height: 0px;

  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding-left: 50px;
  padding-right: 50px;
  background: var(--bw-gray, rgba(36, 36, 36, 0.6));

}


.position-row-con .position-content .form-button {
  margin-top: 15px;
}

.position-row-con .position-content .position-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
  width: fit-content;
}

.position-row-con .position-content .position-title h4 {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
}

.position-row-con {
  display: flex;
  flex-direction: column;
}



.position-row-con.collapsible--expanded .positions-row {
  background: var(--bw-gray, rgba(36, 36, 36, 0.6));
}

.position-row-con.collapsible--expanded .position-content {
  /* min-height: fit-content; */
  height: fit-content;
  max-height: 1000px;
  transition: all 0.3s;
  opacity: 1;
  padding: 30px 50px;
}

.position-row-con.open .position-content {
  height: fit-content;
  max-height: 1000px;
  transition: all 0.3s;
  opacity: 1;
  padding: 30px 50px;
}

.position-row-con .chevron {
  transition: all 0.3s;
}

.position-row-con.collapsible--expanded .chevron {
  rotate: 90deg;
}

.position-row-con .position-content .position-text {
  color: #fff;
  font-size: 20px;
}

.job .no-job-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  gap: 27px;
  margin-top: 200px;
  margin-bottom: 200px;
  position: relative;
  z-index: 99;
}

.job .no-job-con h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.job .no-job-con span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

/* all news page */

.all-news .hero-con {
  height: 60vh;
}

.all-news .all-news-hero-content {
  position: absolute;
  gap: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  bottom: -400px;
  right: 0;
}

.all-news .all-news-hero-content .hero-content-left {
  width: 35%;
  height: 430px;
}

.all-news .all-news-hero-content .hero-content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.all-news .all-news-hero-content .hero-content-right {
  display: flex;
  flex-direction: column;
  width: 65%;
}

.all-news .all-news-hero-content .hero-content-right h4 {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
  text-transform: uppercase;
}

.all-news .all-news-hero-content .hero-content-right .date {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

.all-news .all-news-hero-content .hero-content-right span {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.all-news .all-news-hero-content .hero-content-right .all-news-hero-read {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}

.all-news
  .all-news-hero-content
  .hero-content-right
  .all-news-hero-read
  > span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.all-news
  .all-news-hero-content
  .hero-content-right
  .all-news-hero-read
  .all-news-more-icon {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.all-news
  .all-news-hero-content
  .hero-content-right
  .all-news-hero-read
  .all-news-more-icon
  .line {
  width: 0;
  transition: all 0.3s;
}

.all-news
  .all-news-hero-content
  .hero-content-right
  .all-news-hero-read:hover
  .all-news-more-icon
  .line {
  width: 20px;
  margin-right: -10px;
}

.all-news .all-news-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding-top: 500px;
}

.all-news .all-news-con .news-item {
  width: 32.1%;
  height: 350px;
}

.all-news .all-news-con .news-item:hover .news-context {
  /* height: 63%; */
  animation: shownewscontext1 ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.45, 1.01);
  animation-duration: 800ms;
}

.all-news .all-news-con .news-item:not(:hover) .news-context {
  /* height: 63%; */
  animation: hidenewscontext1 ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.45, 1.01);
  animation-duration: 800ms;
}

@keyframes shownewscontext1 {
  0% {
    height: 41%;
  }
  100% {
    height: 58%;
  }
}

@keyframes hidenewscontext1 {
  0% {
    height: 58%;
  }

  100% {
    height: 41%;
  }
}

.all-news .load-more-con {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.all-news .load-more-con:hover {
  margin-bottom: 90px;
}

.all-news .load-more-con > span {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.all-news .load-more-con svg {
  transition: all 0.3s;
}

.all-news .load-more-con:hover svg {
  margin-top: 10px;
}

.all-news .hero-bread {
  display: flex;
  flex-direction: column;
}

.all-news .hero-bread .news-col {
  display: flex;
  gap: 70px;
}

.all-news .hero-bread .news-col a {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  transition: all 0.3s;
}
.but-cnt {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row-reverse;
  }

  .header-nav.collapsible:not(.collapsible--expanded) .lang {
    display: none;

    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
  }

  .header-nav.collapsible.collapsible--expanded .lang {
    opacity: 1;
    z-index: 20;
    position: relative;
    color:#fff;
    font-size: 20px;
  }
/* single news page */

.news .hero-con {
  height: 60vh;
}

.news .news-hero-title {
  position: absolute;
  height: fit-content;
  width: 100%;
  bottom: 0;
  z-index: 1;
  right: 0;
}

.news .news-hero-title .date {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.news .news-context {
  margin: 70px 0 200px 0;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.news .news-hero-title .title-con .title h3 {
  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* send resume page */

.resume .hero-con {
  height: 60vh;
}

.resume .contact-form {
  width: 50%;
  padding: 0;
  margin: 0 auto 200px auto;
}

.resume .contact-form .form-but-con {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.resume .contact-form .form-but-con .upload-button {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 16px;
  background: #242424;
}

/* job annoncement page */

.job-announcement .job-desc-con {
  position: relative;
  z-index: 1;
  transform: translate(0, -2%);
}

.job-announcement .job-desc-con .job-desc-title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.job-announcement .job-desc-con > span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.job-announcement .job-desc-con .form-button {
  margin-top: 30px;
}

.job-announcement .hero-con {
  height: 60vh;
}

/* in production */

.in-pro-con {
  margin-bottom: 200px;
}

 .in-pro-slide {
  display: flex !important;
  border-radius: 24px;
  overflow: hidden;
}

 .in-pro-slide .in-pro-img {
  width: 40%;
  border-radius: 24px 0px 0px 24px;
  overflow: hidden;
}

 .in-pro-slide .in-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .in-pro-slide .in-pro-right {
  width: 60%;
  background: rgba(36, 36, 36, 0.6);
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 0px 24px 24px 0px;
  overflow: hidden;
}

 .in-pro-slide .in-pro-right .in-pro-title h4 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

 .in-pro-slide .in-pro-right .in-pro-details {
  display: flex;
  gap: 24px;
}


  .in-pro-slide
  .in-pro-right
  .in-pro-details
  .details-col {
  display: flex;
  flex-direction: column;
}


  .in-pro-slide
  .in-pro-right
  .in-pro-details
  .details-col
  .detail-col-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}


  .in-pro-slide
  .in-pro-right
  .in-pro-details
  .details-col
  .detail-col-text {
  font-size: 19px;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--primary-color);
}

 .in-pro-slide .in-pro-right .in-pro-desc {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}

 .in-pro-slide .in-pro-right .in-pro-more-con {
  display: flex;
  gap: 10px;
}

 .in-pro-slide .in-pro-right .in-pro-more-con span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}


  .in-pro-slide
  .in-pro-right
  .in-pro-more-con
  .in-pro-more-icon {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}


  .in-pro-slide
  .in-pro-right
  .in-pro-more-con
  .in-pro-more-icon
  .line {
  width: 0px;
  transition: all 0.3s;
}


  .in-pro-slide:hover
  .in-pro-right
  .in-pro-more-con
  .in-pro-more-icon
  .line {
  width: 12px;
}

.in-pro-con .in-pro-slider .slick-arrow {
  position: absolute;
  bottom: -48px;
  cursor: pointer;
}

.in-pro-con .in-pro-slider .slick-arrow.slick-next {
  right: 42%;
}

.in-pro-con .in-pro-slider .slick-arrow.slick-next:hover {
  right: calc(42% - 10px);
}

.in-pro-con .in-pro-slider .slick-arrow.slick-prev {
  left: 42%;
}

.in-pro-con .in-pro-slider .slick-arrow.slick-prev:hover {
  left: calc(42% - 10px);
}

.in-pro-con .in-pro-slider {
  margin-bottom: 20px;
}

.in-pro-con .more-con {
  display: flex;
  width: 100%;
}

.in-pro-con .more-con .p {
}

/* in production page */

.in-pro .hero-content-details {
  display: flex;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.in-pro .hero-content-details .hero-content-details-col {
  display: flex;
  flex-direction: column;
}

.in-pro .hero-content-details .hero-content-details-col .detail-title {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.in-pro .hero-content-details .hero-content-details-col .detail-text {
  color: var(--primary-color);
  font-size: 23px;
  font-weight: 400;
}

.in-pro-img-slider {
  margin: 200px 0;
}

.in-pro-img-slider .in-pro-img-slide a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-pro-img-slider .in-pro-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-pro-img-slider .slick-slide > div {
  display: flex !important;
  justify-content: center;
}

.in-pro-img-slider .in-pro-img-slide {
  border-radius: 24px;
  overflow: hidden;
  height: 300px;
  width: 90% !important;
}

.in-pro-img-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
}

.in-pro-img-slider .slick-arrow.slick-next {
  right: -10px;
}

.in-pro-img-slider .slick-arrow.slick-prev {
  left: -10px;
}

.in-pro .single-product-video-slider {
  margin-bottom: 200px;
}



#preloader {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;

  height: 100%;
  width: 100%;
	background-color: #000;
	z-index:99; /* makes sure it stays on top */
}


.preloader .preloader-line {
  height: 2px;
  border-radius: 24px;
  background-color: #ababab;
  width: 300px;
  position: relative;
}

.preloader .preloader-top-line {
  position: absolute;
  height: 3px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  /* width: 0; */
  background-color: var(--primary-color);
  z-index: 1;
  width: 0%;
  animation:expandLine 2s linear forwards;
  border-radius: 24px;
}

.hero-slider .slick-arrow {
  position: absolute;
 bottom: 50px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s;
}

.hero-slider .slick-arrow:hover {
  opacity: 1;
}

.hero-slider .slick-arrow svg {
  height: 30px;
  width: auto;
}

.hero-slider .slick-arrow.slick-next {
 left: 220px;
}


.hero-slider .slick-arrow.slick-next:hover {
left: 235px;
}

.hero-slider .hero-context {
  position: absolute;
  z-index: 2;
  bottom: 120px;
  width: 50%;
}

.hero-slider .title-con .title:before {
  height: calc(100% - 40px);
  }

.hero-slider .hero-context .hero-desc p {
  font-size: 22px;
    font-weight: 300;
    color: #FFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-slider .hero-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.hero-slider .slick-arrow.slick-prev {
  left: 160px;
 }

 .hero-slider .slick-arrow.slick-prev:hover {
  left: 145px;
 }

 .hero-slider , .hero-slider .slick-list , .hero-slider .slick-track, .hero-slider .slick-list .slick-slide>div{
  height: 100%;
}

.hero-con .hero .hero-video {
  height: 100%;
}

@keyframes expandLine {
  0% {
    width: 0%;
  }
 100% {
    width: 100%;
}
}
@keyframes expandLine {
  0% {
    width: 0%;
  }
 100% {
    width: 100%;
}
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#forget_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.9;
    z-index: 99999999;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
}

.myloader,
.myloader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

.myloader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 0.8em solid var(--primary-color);;
    border-left: 0.8em solid rgba(204, 204, 204, 1);
    animation: spin 1.1s infinite linear;
}
.text-center{
    direction: rtl;
    display: flex;
    justify-content: center;
}
.border-red{
    border: 1px solid red !important;
}
.has-error  {
    border: 1px solid red !important;
}
input,
input::placeholder {
    font-size: 1.25rem!important ;
}
textarea::placeholder {
    font-size: 1.25rem!important ;
}
.img-fluid{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
