@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&display=swap");
@import url("../css/variable.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--primary-color);
  font-family: "DM Sans", sans-serif;
}

p {
  font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Syne", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding-left: 16px;
  /* list-style-type:none; */
  color: #fff;
}
/* HEADER SECTION STYLE START */
.headerSection {
  position: sticky;
  top: 0px;
  z-index: 12;
  background: rgba(19, 19, 19, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  /* border-radius: 50px; */
  border: 1px solid rgb(44 43 43);
}
.headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.logoContainer h3 a {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

.ctaButton {
  background: rgba(19, 19, 19, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 50px;
  border: 1px solid rgb(44 43 43);
  padding: 16px 32px;
}

.ctaButton {
  color: rgb(204, 204, 204);
  text-decoration: none;
  padding: 12px 24px;
  transition: all 0.5s linear;
  white-space: nowrap;
}

.ctaButton i {
  margin-left: 10px;
  transform: rotate(-45deg);
  transition: all 0.5s linear;
}

.ctaButton:hover {
  border-color: #fff;
}

.ctaButton:hover i {
  transform: rotate(0deg);
}

.menuContainer a {
  color: rgb(204, 204, 204);
  text-decoration: none;
  padding: 12px;
  transition: all 0.5s linear;
}

.menuContainer a:hover {
  color: #fff;
}

.ctaButton {
  font-weight: 500;
}

.ctaButton.solid {
  background-color: var(--highlight-color);
  color: #fff;
}

.info-list {
  margin: 12px 0px;
}

/* END HEADER SECTION STYLE  */

/* start hero section style */
.heroSection {
  /* background-color:#EAECEC; */
}
.heroInfoContainer h1 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
}

.heroInfoContainer h1 span {
  color: var(--highlight-color);
}

.heroInfoContainer p {
  color: #fff;
  font-size: 20px;
}

.heroSectionCta {
  margin: 32px 0px;
  /* margin-top: 32px; */
}

.heroImgContainer {
  display: flex;
  align-items: center;
  justify-content: end;
}

.heroImgContainer img {
  width: 80%;
  display: inline-block;
  margin-left: auto;
}

.sliderContainer {
  width: 100%;
  margin: 5px auto;
  text-align: center;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

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

.uspContainer {
  display: block;
  width: 300px !important;
  padding: 8px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  margin: 0px 12px;
  color: #fff;
}

/* end hero section style */

/* vertical scroll */

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* end vertical scroll */

/* styling services section start */
.labelTitle {
  color: var(--highlight-color);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.setionTiltle {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
}

.circle-shape {
  position: relative;
}

.circle-shape::before {
  position: absolute;
  top: 0px;
  left: 0;
  /* transform: translateY(-50%); */
  z-index: -1;
  content: "";
  display: block;
  background-color: #2b2b2b;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.service-card {
  padding: 28px 24px;
  background-color: #2b2b2b;
  border-radius: 8px;
  transition: all 0.3s;
  border: 1px solid #ffffff45;
}

.service-icon {
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  border-radius: 100%;
  transition: all 0.3s;
}

.service-icon img {
  width: 100%;
  height: 100%;
}

.service-card-link {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.paragraph {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.service-card:hover {
  background-color: var(--primary-color);
  box-shadow: 0px 26px 100px 0px rgba(255, 255, 255, 0.095);
}

.service-card:hover a {
  color: #ff9330;
}

.animate-arrow-up {
  display: inline-block;
  margin-left: 12px;
}

.service-card:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
  animation: moveUp 0.8s linear;
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}

.service-contact-card {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  max-width: 416px;
  height: 100%;
  position: relative;
  border-radius: 8px;
  background-color: #2b2b2b;
}
.service-contact-card:hover .animate-arrow-up {
  -webkit-animation: moveUp 0.8s linear;
  animation: moveUp 0.8s linear;
}

.say-hello-email {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Syne", sans-serif;
}

.hello-img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
/* end services section */

/* start what makes me diffrents section */
.differContainer {
  background-color: #2b2b2b;
  border-radius: 10px;
  padding: 24px 36px;
  border: 1px solid #ffffff45;
}
.differIconContainer h4 {
  color: #fff;
  margin-bottom: 0;
}
.differIconContainer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.differInfoContainer p {
  color: #fff;
  text-align: justify;
  margin-bottom: 0;
  font-size: 14px;
  display: none;
}

.ctaButton.wider {
  display: block;
  font-size: 32px;
  text-align: center;
}
/* end what makes me diffrents section */

/* start corner video style */
.rbt-intro-video-card-wrapper {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: 208px;
  transition: all 0.25s ease-in-out;
  border-radius: 16px;
  opacity: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.rbt-video-inner {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
}

.rbt-video-progress-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.rbt-video-element {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
}
audio,
canvas,
video {
  display: inline-block;
}

.rbt-video-controls {
  opacity: 0;
  transition: 0.3s;
}

.play-button {
  right: 35px;
  top: 5px;
}

.play-button,
.sound-button,
.expand-icon {
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-radius: 100px;
  transition: 0.3s;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

.sound-button {
  right: 5px;
  top: 5px;
}

.expand-icon {
  right: 5px;
  bottom: 5px;
}

.rbt-iv-top-wrapper {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
  display: none;
}

.rbt-iv-progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 8px 8px;
}

.card-greeting {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: auto;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  width: max-content;
  min-height: 36px;
  -webkit-animation: bounce-fade 0.4s;
  animation: bounce-fade 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  border-radius: 20px 20px 5px;
  opacity: 1;
  background: var(--highlight-color);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  animation-fill-mode: forwards;
  display: flex;
  padding: 5px 10px;
  right: calc(100% - 32px);
}

.card-greeting p {
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
}

.rbt-intro-video-card-wrapper:hover .rbt-iv-close-button {
  opacity: 1;
}

.rbt-iv-close-button {
  position: absolute;
  right: -10px;
  top: -10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  box-shadow: var(--shadow-1);
  display: inline-block;
  width: 30px;
  height: 30px;
  color: var(--highlight-color);
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.3s;
  transform: scale(0.8);
}

.rbt-intro-video-card-wrapper:hover .rbt-video-controls {
  opacity: 1;
}

.rbt-intro-video-card-wrapper.is-expanded {
  width: 260px;
  height: 466px;
}

/* end corner video style */

/* start styling work section */
.fz-portfolio-card {
  padding: 15px;
  background-color: #2b2b2b;
  border-radius: 10px;
  border: 1px solid #ffffff45;
  position: relative;
}
.fz-portfolio-card .content {
  padding-top: 18px;
}
.fz-portfolio-card .title a {
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  display: block;
  color: #fff;
}

.fz-portfolio-card .category-list a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  display: inline-block;
  padding: 5px;
  color: var(--highlight-color);
}

.preview-type {
  position: absolute;
  top: 18px;
  right: 25px;
  z-index: 12;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: none;
}

.preview-type i {
  color: #fff;
}

.portfolio-modal {
  background-color: #16181c;
}
.portfolio-modal .modal-dialog {
  width: 98% !important;
  max-width: unset;
}

.portfolio-modal .modal-content {
  background-color: #2b2b2b !important;
}

.portfolio-modal .modal-header {
  border: none;
}
.portfolio-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  color: var(--highlight-color);
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
}
.portfolio-modal .modal-body {
  padding: 30px !important;
}
.portfolio-modal .text-content h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.portfolio-modal .text-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  width: 93%;
}
.carousel-item img {
  border-radius: 12px;
}
/* end styling work section */

/* FAQ STYLE START  */
.wrapper {
  width: 80%;
}

.faqContainer {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.faqCta {
  font-size: 18px;
  color: #fff;
}
.faqCta span {
  color: var(--highlight-color);
  text-decoration: underline;
  font-style: oblique;
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    width: 80%;
  }
}
/* FAQ STYLE END */

/* start styling footer section */
.footerSection {
  border-top: 1px solid #ffffff45;
  padding: 20px;
  padding-bottom: 0;
}

.socialIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.socialIcons li {
  list-style: none;
}

.socialIcons li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.socialIcons li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

.socialIcons li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.socialIcons li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.socialIcons li a:hover:before {
  top: 0;
}

.socialIcons li:nth-child(1) a:before {
  background: #3b5999;
}

.socialIcons li:nth-child(2) a:before {
  background: #c12380;
}

.socialIcons li:nth-child(3) a:before {
  background: #0077b5;
}

.socialIcons li:nth-child(4) a:before {
  background: #dd4b39;
}

.footerSection .setionTiltle {
  font-size: 28px;
}

.footerSection .circle-shape::before {
  width: 30px;
  height: 30px;
}

.footerCopyright {
  color: #fff;
  margin-bottom: 0;
}

.footerMenu {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.footerMenu li a {
  color: #fff;
}

/* end styling footer section */

/* form style start */
.formContainer {
  width: 100%;
  margin: auto;
  background-color: #2b2b2b;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #ffffff45;
}

.formContainer input,
.formContainer textarea {
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff45;
  outline: none;
  margin-top: 8px;
  color: #fff;
}

.formContainer input:focus,
.formContainer textarea:focus {
  border-width: 2px;
  border-color: var(--highlight-color);
}

.formContainer label {
  color: #fff;
}

.thanksForSubmission .card {
  background: #2b2b2b;
  padding: 60px;
  border-radius: 4px;
  display: block;
  border: 1px solid #ffffff45;
  margin: 0 auto;
}

.thanksForSubmission h1 {
  color: #88b04b;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-stretch: unset !important;
}
.thanksForSubmission p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.checkCircle {
  border-radius: 200px;
  height: 150px;
  width: 150px;
  background: #f8faf5;
  margin: 0 auto;
}

.thanksForSubmission i {
  color: #9abc66;
  font-size: 80px;
  line-height: 200px;
  margin-left: -15px;
}

/* end form style */

@media (max-width: 1199px) {
  .service-contact-card {
    margin-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .heroImgContainer img {
    width: 100%;
    display: inline-block;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
  .footerMenu {
    justify-content: center;
    padding-left: 0;
  }
  .footerCopyright {
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .headerContainer {
    padding: 30px;
  }

  .heroInfoContainer h1 {
    font-size: 32px;
    margin: 12px 0px;
  }
  .heroInfoContainer p {
    font-size: 16px;
  }
  .sliderContainer {
    width: 100%;
  }
  section {
    padding: 0px 15px;
  }
  .setionTiltle {
    font-size: 32px;
  }

  .formContainer {
    padding: 30px;
  }
  .circle-shape::before {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 425px) {
  .logoContainer h1 {
    font-size: 18px;
  }
  .ctaButton {
    padding: 10px 12px;
  }

  .headerContainer {
    padding: 20px;
  }
}

@media (max-width: 407px) {
  .thanksForSubmission .card {
    background: #2b2b2b;
    padding: 60px 16px;
  }
  .ctaButton.wider {
    font-size: 25px;
  }
}
