/* global css */
@font-face {
  font-family: futrabold;
  src: url(../../uploads/fonts/FuturaPTBold.otf);
}

@font-face {
  font-family: futralight;
  src: url(../../uploads/fonts/FuturaPTLight.otf);
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

:root {
  --Primarycolor: #fbb353;
  --Secondarycolor: #e28b19;
  --white: white;
  --grey: #f1f1f1;
  --fontcibl: CIBL;
  --fontopen: "Open Sans", sans-serif;
  --fontbold: futrabold;
  --fontlight: futralight;
}

nav {
  background: linear-gradient(19deg, var(--Primarycolor), var(--Secondarycolor));
  position: fixed;
  z-index: 999;
}

nav .navbar {
  height: 80px;
  padding: 0px 10px;
}

/* nav.sticky-top {
    z-index: 99999999;
    background: #000000;
    backdrop-filter: blur(5px);
    height: 60px;
} */
p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  font-weight: 400;
  color: var(--color);
  font-size: 1rem;
}

a {
  text-decoration: none;
}

/* nav */

button.btn.btn-primary.butn {
  border: 0;
  width: 205px;

  background: none;
  border: 2px solid #fff;
  height: 51px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 12px;
  font-family: var(--fontbold);
  border-radius: 0px !important;
}

button.btn.btn-primary.butn:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s linear;
}

button.btn.btn-primary.butn:focus {
  box-shadow: none;
  border: none;
  background-color: #fff;
  color: #000;
}

#masterhead {
  background: linear-gradient(103deg, var(--Primarycolor), var(--Secondarycolor));
  transition: opacity 0.4s ease-out;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  justify-content: center;
  opacity: 1;
}

#masterhead.back {
  /* background: #fff; */
  transition: background 1s linear, opacity 0.6s ease-out;
  opacity: 0;
}

#masterhead::after {
  background: url(../../uploads/hm-bg.png);
  width: 1120px;
  height: 100vh;
}

/*  */

.sidenav {
  display: none;
  height: 0;
  width: 100%;
  position: absolute;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: 0.5s;
}

.menu-mainmenu-container ul.menu {
  padding: 0px;
}

.menu-mainmenu-container .menu a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: block;
  font-family: var(--fontlight);
  font-weight: 300;
  font-size: 48px;
  line-height: 54px;
  position: relative;
  margin: 30px 0px;
}

.menu-mainmenu-container .menu a::before {
  content: "";
  width: 0px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -48px;
  position: absolute;
  background-color: #e5596e;
  float: left;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu-mainmenu-container .menu a:hover::before {
  content: "";
  width: 30px;
}

/* .menu-mainmenu-container  a::after {
  content: '';
  width: 0%;
    height: 2px;
    background: #fff;
    display: block;sss
   
    transition: 0.5s;
  }

  .menu-mainmenu-container a{
    font-size: 20px
  }

  .menu-mainmenu-container a:hover::after {
  width: 100%;
    }

    .menu-mainmenu-container a:hover {
    color: #f1f1f1;
  } */

.menu-content {
  padding: 40px 20px;
}

.sidenav .closebtn {
  /* position: absolute;
    top: 0;
    right: 0; */
  font-size: 36px;
  color: rgb(87, 87, 87);
}

#main {
  transition: 0.5s;
}

#mySidenav {
  /* display: none; */
  height: 100vh;
  /* transform: scale(.9); */
  transition: all 0.3s linear;
  z-index: 999;
}

#mySidenav.open-menu {
  /* display: flex ; */
  background: #e2eeee;
  z-index: 9999;
  /* opacity: 1; */
  /* transform: scale(1); */
}

.arrow {
  position: absolute;
  bottom: 10px;
}

/* hero banner */

.header-title {
  font-family: var(--fontbold);
  color: #fff;
  max-width: 990px;
  font-size: 42px;
  margin-bottom: 12px;
}

.hero-banner {
  background-color: var(--Primarycolor);
}

.header-content {
  top: 0;
  height: 100vh;
  background: var(--Primarycolor);
}

.header-tagline {
  color: #ffffff;
  max-width: 840px;
  font-size: 22px;
  margin-bottom: 12px;
  font-family: var(--fontlight);
}

.text-menu p {
  font-size: 19px;
  margin-right: 14px;
  font-weight: 700;
  font-family: var(--fontbold);
}

.scroll-down {
  position: absolute;
  bottom: 14px;
}

/* serice0 */

.service {
  margin-top: 100vh;
  background-color: #fff;
  position: relative;
}

.ios {
  overflow: hidden;
  background-color: #0c2b4b;
  background-image: url(../../uploads/denebunu-bg-header.png);
  background-position: 0 0;
  background-size: 100%;
  padding: 108px 96px;
  min-height: 860px;
  position: relative;
}

.section-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.section-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 90%;
  font-family: var(--fontlight);
}

.testimonial-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 70%;
}

.testimonial-title {
  color: #fff;
}

a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  color: #fff;
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
}

a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:hover {
  border: 0px solid #000;
  color: #fff;
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 1px;
  margin-top: 10px;
}

a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:focus-visible {
  color: #fff;
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
  border: 0px solid #000;
}

.stopScroll {
  height: 100vh;
  overflow: hidden;
}

/*  */
.menu-socialbar {
  background-color: #e2eeee;
  display: flex;
  width: 100px;
  height: 100vh;
  border-left: 1px solid #fff;
}

.line {
  width: 2px;
  height: 96px;
  background-color: #ddd;
}

.menu-socialbar .social-container {
  padding: 48px 0;
  width: auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.social-container .title {
  font-size: 16px;
  line-height: 24px;
  color: #69a1ac;
  font-weight: 500;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: scale(1, 1);
}

.icon-s {
  color: #222222;
  font-size: 20px;
}

/* form */
body.modal-open {
  overflow: visible !important;
  padding-right: 0px !important;
}

.modal {
  padding-right: 0px !important;
}

.modal.show .modal-dialog {
  padding: 0px;
  margin: auto !important;

  margin-left: 0;
  margin-right: 0;
}

.modal-body {
  padding: 0px 20px 0px 10px;
  width: 100%;
}

.image-conslt {
  height: 100%;
}

.modal-content {
  border-radius: 0px;
}

.common_popup_lt {
  /* background: #f2f9ff; */

  height: 100%;
  padding: 20px;
  background: url(../../uploads/Lp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

.over-color {
  background: #00000083;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.project-quote {
  position: relative;
  padding-top: 45px;
}

.project-quote h1 {
  font-family: var(--fontbold);
  font-size: 30px;
  text-align: center;
}

.project-quote p {
  font-family: var(--fontlight);
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.form-control:focus {
  color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;

  border-bottom: solid 1px #e8e8e8;
}

.form-control::placeholder {
  color: rgb(153, 153, 153);
  font-weight: 400;
  font-size: 16px;
}

.hero-form form {
  margin-top: 50px;
}

select#budget {
  color: rgb(153, 153, 153);
  font-size: 16px;
  font-weight: 400;
}

.form-control {
  height: 60px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  border: 0;
  background-clip: padding-box;
  border-bottom: solid 1px #e8e8e8 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: none;
}

.btn-close {
  padding: 0px 30px;
  z-index: 999;
}

.btn-close:focus {
  box-shadow: none;
}

button.btn.btn-primary.butn1 {
  border: 0;
  width: 100%;
  color: #00b89a;
  background: none;
  border: 3px solid #00b89a;
  height: 71px;
  border-radius: 3px;
  font-weight: 700;
  margin-top: 50px !important;
  font-family: var(--fontbold);
  border-radius: 0px !important;
  font-size: 20px;
  letter-spacing: 2px;
}

button.btn.btn-primary.butn1:hover {
  background-color: #00b89a;
  color: #fff;
  transition: all 0.3s linear;
}

button.btn.btn-primary.butn1:focus {
  box-shadow: none;
  border: none;
  background-color: #00b89a;
  color: rgb(255, 255, 255);
}

h2.cont {
  font-family: var(--fontbold);
  font-size: 44px;
}

/* coont */

h1.header-text {
  font-size: 72px;
  font-weight: 900;
  max-width: 1024px;
  text-align: center;
  color: #fff;
}

.cont-img {
  min-width: 400px;
  width: 474px;
  margin-top: 40px;
}

/* SERIVEC */

.home .ios::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 520px;
  height: 360px;
  z-index: 0;
  background-image: url(../../uploads/3.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* Services-type  */

.Services-type {
  background-color: #000;
  overflow: hidden;

  background-size: 100%;
  padding: 108px 30px 0px 196px;
  min-height: 830px;
  position: relative;
}

.indus {
  height: 100%;
}

.service-image-slide {
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 360px;
}

/* About */

.about-us {
  overflow: hidden;
  background-color: #0c2b4b;
  background-image: url(../../uploads/line-bg.svg);
  background-size: auto 90%;
  background-position: left top;
  padding: 108px 96px;
  min-height: 860px;
  position: relative;
  background-repeat: no-repeat;
}

.about-title {
  font-size: 56px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.about-subtitle {
  font-size: 25px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.about-text {
  margin-bottom: 22px;
  color: #ffffff;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #ffffff;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 70%;
}

.about-us::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 520px;
  height: 360px;
  z-index: 0;
  background-image: url(../../uploads/3d-about.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* work */

/* About */

.work-project-title {
  font-size: 56px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

.work-project-subtitle {
  font-size: 25px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  font-family: var(--fontlight);
}

.work-project-type {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 0px 0px 20px 8px #d1d1d178;
  background-size: 100%;
  padding: 108px 30px 0px 96px;
  min-height: 755px;
  background: url(../../uploads/line-bg.svg);
  position: relative;
  background-repeat: no-repeat;
}

.design-inner {
  height: 100%;
}

/* .image-tile{
  margin-top: -110px;
} */
button.carousel-control-prev {
  width: 88px;
}

button.carousel-control-next {
  width: 88px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

button.carousel-control-next {
  opacity: 1;
}

button.carousel-control-prev {
  opacity: 1;
}

a.free-conslt.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  width: 250px;
  height: 59px;
  border: 2px solid #fff;
  padding: 13px;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  border-radius: 0px;
  margin-top: 0px;
}

a.free-conslt.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:hover {
  margin-top: 0px;
  font-size: 20px;
  letter-spacing: 0px;
  background-color: #fff;
  color: #000;
}

.box {
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
  border: 0px !important;
  color: rgb(223 223 223) !important;
  background-color: #858585 !important;
}

.box:hover {
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
  border: 0px !important;
  color: rgb(223 223 223) !important;
  background-color: #000000 !important;
  opacity: 1;
}

.visually-hidden {
  color: #000 !important;
}

.work-project-text {
  margin-bottom: 22px;
  color: #000000;
  max-width: 90%;
  padding: 0 0 0 16px;
  border-left: 2px solid #000000;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.4px;
  max-width: 70%;
}

.work-project-image-slide {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 432px;
}

.work-project-type a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  color: rgb(0, 0, 0);
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
}

.work-project-type a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:hover {
  border: 0px solid #000;
  color: rgb(0, 0, 0);
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 1px;
  margin-top: 10px;
}

.work-project-type a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:active {
  border-color: transparent;
}

.work-project-type a.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right:focus-visible {
  color: rgb(0, 0, 0);
  font-family: var(--fontbold);
  letter-spacing: 2px;
  font-size: 20px;
  padding: 0px;
  margin-top: 10px;
  border: 0px solid #000;
}

/* Link work */

.link-work {
  height: 327px;
  background-color: var(--Primarycolor);
  width: 100%;
}

.link-subtitle {
  color: #fff;
  font-size: 30px;
}

.link-title {
  color: #fff;
  font-size: 72px;
  font-family: var(--fontbold);
}

.link-title img {
  margin-left: 0px;
  transition: margin-left 0.2s linear;
}

.link-title:hover img {
  margin-left: 20px;
  transition: margin-left 0.2s linear;
}

/* .link-title::after{
  font-size: 42px;
  left: 16px;
  top: 4px;
  transition: all 0.3s linear;
} */
.client-name {
  font-family: var(--fontbold);
  font-size: 20px;
}

/* Footer */

footer.site-footer {
  background-color: #1b1d20;

  position: relative;
  z-index: 1;
}

.copyright-content {
  height: 100px;
  align-items: center;
}

p.site {
  margin-bottom: 22px;
}

.footer-text {
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
}

.footer-menu-item {
  color: #9da3ac;
  font-size: 20px;
  margin-left: 30px;
}

.footer-menu-item:hover {
  color: #e6e6e6;
}

.footer-pol-item {
  color: #9da3ac;
  font-size: 16px;
  margin-left: 30px;
}

.footer-pol-item:hover {
  color: #e6e6e6;
}

.address {
  padding: 0px 62px 0px 0px;
  margin-top: 22px;
}

.address h1 {
  font-family: var(--fontbold);
  margin-bottom: 34px;
}

.ofc-address {
  overflow: hidden;
  background-color: #ffffff;

  background-size: 100%;
  padding: 108px 96px;
  min-height: 860px;
  position: relative;
}

.ofc-address::after {
  content: "";
  position: absolute;
  right: 140px;
  bottom: 0;
  width: 230px;
  height: 490px;
  z-index: 0;
  background-image: url(../../uploads/3d-office.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.address-menu-item {
  color: rgb(0, 0, 0);
  font-size: 20px;
  margin: 15px 0px;
}

.addre-text {
  gap: 20px;
}

.addre-text p {
  font-size: 20px;

  font-family: var(--fontlight);
}

.butn2 {
  border: 0;
  width: 100%;
  color: #d36bff;
  background: none;
  border: 3px solid #d36bff;
  height: 71px;
  border-radius: 3px;
  font-weight: 700;
  margin-top: 50px !important;
  font-family: var(--fontbold);
  border-radius: 0px !important;
  font-size: 20px;
  letter-spacing: 2px;
}

.butn2:hover {
  background-color: #d36bff;
  color: #fff;
  border: 0px;
  transition: all 0.3s linear;
}

/* client-says */

.service-nav-ul {
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 9;
  bottom: 67px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: top 30px;
  font-family: var(--fontbold);
}

.service-nav-ul li {
  list-style: none;
}

.service-nav-ul li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.service-nav-ul li.active a::before {
  width: 60px;
  height: 4px;
  opacity: 1;
}

.service-nav-ul li a span {
  display: block;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  padding-top: 5px;
  font-size: 20px;
  width: 119px;
}

.service-nav-ul li.active a span {
  display: block;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  padding-top: 5px;
  font-size: 20px;
  width: 119px;
}

.service-nav-ul li a:hover::before {
  width: 60px;
  height: 4px;
  padding-top: 5px;
  opacity: 1;
}

.service-nav-ul li a span:hover {
  display: block;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  padding-top: 5px;
  font-size: 20px;
  width: 119px;
}

/* About */

.client-says {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 58px 58px 100px 96px;
  min-height: 579px;
  position: relative;
}

.client {
  margin-top: 60px;
}

.client-heading {
  font-size: 46px;
  color: #000000;
  margin-bottom: 44px;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--fontbold);
}

/* .client-img{
  margin: 67px 0px;
 } */
.client-title {
  font-size: 56px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 44px;
  max-width: 80%;
  margin: auto;
  font-weight: 700;
  font-family: var(--fontbold);
}

.client-title-says {
  font-size: 56px;
  color: #000000;
  margin-left: 0;
  margin-bottom: 0px;
  max-width: 80%;
  margin-top: 60px;
  font-weight: 700;
  font-family: var(--fontbold);
}

span.company-name {
  font-weight: var(--fontlight);
}

.client-subtitle {
  font-size: 25px;
  color: #000000;
  margin-top: 35px;
  margin-left: 0;
  margin-bottom: 24px;
  max-width: 95%;
  font-family: var(--fontlight);
  border-left: 2px solid #000000;
  padding: 0px 0px 0px 16px;
}

.client-type {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  box-shadow: 0px 0px 20px 8px #d1d1d178;
  background-size: 100%;
  padding: 108px 30px 0px 96px;
  min-height: 755px;
  position: relative;
}

.comp-name {
  font-family: var(--fontlight);
  font-size: 14px;
}

/* cilent-multiple images */
a.free-conslt-1.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  width: 226px;
  height: 59px;
  border: 2px solid #000;
  padding: 13px;
  color: rgb(255 255 255);
  letter-spacing: 0px;
  border-radius: 0px;
  margin: 30px 0px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

a.free-conslt-1.btn.btn-textlink.btn-textlink--white.icon.icon--after.icon-arrow-right {
  color: #fff;
}

.client-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

/* 06-01-2022 */
.client-says .carousel-indicators {
  position: unset;
  margin: auto;
}

.box {
  width: unset !important;
  height: unset !important;
}

.carousel-indicators [data-bs-target] {
  width: 140px;
  height: 140px;
}

.line-differ {
  width: 1px;
  height: 160px;
  background-color: #c6c6c6;
  margin-top: 20px;
}

.email-txt {
  font-size: 20px;
  font-family: var(--fontlight);
  text-decoration: none;
  color: #000;
}

/* 404 errosr page */
