@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');


* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Gotham Black", sans-serif !important;
}

.services-montserrat {
  font-family: 'Montserrat', sans-serif !important;
}


/* CUSTOM CSS START */

.family-roboto {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}

.form-control:focus {
  border-color: #3b71ca;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}

.text-primary {
  color: #ffcd39 !important;
}

.text-secondary {
  color: #e6e6e6 !important;
}

.bg-primary {
  background: #ffcd39 !important;
}

.bg-secondary {
  background: #e6e6e6 !important;
}

.bg-danger {
  background: #fa4e56 !important;
}

.bg-team-zahid {
  background: #8ed7d1 !important;
}

.bg-team-samir {
  background: #ff9e4e !important;
}

.text-gradient {
  background: -webkit-linear-gradient(#4488c7, #e6e6e6) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.bg-gradient {
  background: linear-gradient(90deg, #4488c7 30%, #e6e6e6 100%) !important;
  color: #fff !important;
}

.fa-1em {
  font-size: 1.3em;
}

.text-primary {
  color: #ffcd39 !important;
}

.main-color {
  background-color: #ffcd39;
}

.index-about-heading-txt {
  font-size: 52px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pt-6em {
  padding-top: 10em;
}

.pb-6em {
  padding-bottom: 7em;
}

.italic-font {
  font-style: italic;
}

/* CUSTOM CSS END */


/* NAVBAR START */
.navbar {
  z-index: 2;
  height: 4.5em;
  padding: 0 3em 0 3em;
}

.nav-sec {
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-active {
  color: #ff9e39 !important;
  font-weight: 800;
}

.nav-logo {
  width: 208px !important;
  margin-left: 34px !important;
  padding: 16px 0 16px 0 !important;
}

.nav-link {
  width: 5em;
  font-size: 1.075em;
  transition: transform 0.2s ease;
}

.nav-link:hover {
  font-weight: 800;
  transform: scale(1.1);
}

.particular-home-nav {
  margin: 1px -2px 1px 1px;
}

.particular-about-nav {
  margin: 1px 1px 1px 1px;
}

.particular-work-nav {
  margin: 1px 1px 1px 1px;
}

.particular-service-nav {
  margin: 1px 1px 1px 1px;
}

.particular-team-nav {
  margin: 1px -2px 1px 15px;
}

.particular-clients-nav {
  margin: 1px 13px 1px 1px;
}

.particular-contacts-nav {
  margin: 1px 1px 1px 1px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--mdb-dropdown-state-color);
  /* background-color: var(--mdb-dropdown-state-background-color); */
  background: #ffcd39 !important;
}

/* NAVBAR END */


/* BREADCRUMB START */
.breadcrumb-section {
  background: #d7d7d7;
  padding: 2.8em;
}

.head-title .left h1 {
  font-size: 49px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f78409;
  margin-left: 5.4em !important;
}

.head-title .left .breadcrumb {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.head-title .left .breadcrumb li {
  color: #000;
  font-weight: 500;
}

.head-title .left .breadcrumb li a {
  color: #000;
  pointer-events: none;
}

/* BREADCRUMB END */


/* SCROLL BAR START */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #ffcd39;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffcd39c8;
}

/* SCROLL BAR END */

/* PRE LOADER START */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  position: relative;
  width: 70.4px;
  height: 70.4px;
  animation: spinner-y0fdc1 2s infinite ease;
  transform-style: preserve-3d;
}

.spinner>div {
  background-color: rgba(250, 184, 0, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  border: 3.5px solid rgba(250, 184, 0, 0.81);
}

.spinner div:nth-of-type(1) {
  transform: translateZ(-35.2px) rotateY(180deg);
}

.spinner div:nth-of-type(2) {
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

.spinner div:nth-of-type(3) {
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}

.spinner div:nth-of-type(4) {
  transform: rotateX(90deg) translateY(-50%);
  transform-origin: top center;
}

.spinner div:nth-of-type(5) {
  transform: rotateX(-90deg) translateY(50%);
  transform-origin: bottom center;
}

.spinner div:nth-of-type(6) {
  transform: translateZ(35.2px);
}

@keyframes spinner-y0fdc1 {
  0% {
    transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
  }

  50% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
  }

  100% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
  }
}

/* PRE LOADER END */

/* BOTTOM TO TOP START */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  background-color: #fa4e56;
  color: white !important;
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.scroll-top i {
  transition: all 0.2s;
  color: white !important;
}

.scroll-top:hover {
  background: #ffcd39;
}

.scroll-top:hover i {
  padding-bottom: 10px;
}

/* BOTTOM TO TOP END */

/* Swiper-js Start */

.swiper-main {
  height: 92.2vh;
  background: #000;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
}

/* .index-swiper {
  width: 100% !important;
} */

/* .mySwiper {
  height: 93vh;
} */

.slider-img-parent-div {
  height: 92.2vh;
}

.slider-img-parent-div img {
  height: 100%;
  width: 100%;
}

/* Swiper-js End */

/* HEADING ANIMATION START */
.home_heading .box {
  width: 250px;
  height: 100px;
}

.home_heading .box .title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}

.home_heading .box .title .block {
  width: 0%;
  height: inherit;
  background: sandybrown;
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.home_heading .box .title h1 {
  font-family: "Poppins";
  font-size: 32px;
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  color: tan;
}

.home_heading .box .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: -10px;
}

.home_heading .box .role .block {
  width: 0%;
  height: inherit;
  background: sandybrown;
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}

.home_heading .box .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  font-weight: bold;
  font-family: "Lato";
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #3399ff;
    border: 0px solid #ddd;
    opacity: 0;
  }

  50% {
    width: 10px;
    height: 10px;
    background: #d2e2ff;
    opacity: 1;
    bottom: 45px;
  }

  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }

  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
  }

  100% {
    width: 7px;
    height: 7px;
    background: #3399ff;
    border: 0px solid #222;
    bottom: 13px;
  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

/* HEADING ANIMATION END */

/*  About Us Who-Second-Section */

.about-slider {
  height: 50vh;
}

.about-main-sec {
  min-height: 93vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abt-img-sec {
  width: 38em;
}

.abt-txt-main {
  margin-left: 58px;
}

.abt-txt-two {
  margin-top: 6em;
}

.cust-img {
  width: 30em;
}

.about-section-text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.main-heading-txt {
  font-size: 1.25em;
}

.main-heading-txt2 p {
  text-align: justify;
}

.zohar-txt {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  color: #000 !important;
}

.zohar-cd {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.bs-text {
  color: #6e6d6d;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 49px;
  margin-bottom: 6px;
}

.bs-text-c {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  margin-bottom: 2em;
}

/*  About Us Who-Second-Section */

.roboto-thin {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 18px;
  color: #363636 !important;
}

/* .work-img-below-txt {
  line-height: 44px;
} */

.work-txt {
  padding: 65px 0px 25px 0px;
  font-weight: 800;
}

.work-img-sec {
  padding-bottom: 4em;
}

.work-btn {
  padding-bottom: 5em;
}

/*  work-Section */

/* Service-Accordion */

.services-main-sec {
  min-height: 592px;
}

.services-txt {
  margin-bottom: 3em;
  margin-top: 120px;
  font-weight: 800;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  /* border: 1px solid #d2b48c; */
  /* border-radius: 1em; */
  padding: 3px;
  text-transform: uppercase;
}

.set>a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 800;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  font-size: 18px;
}

.set>a i {
  float: right;
  margin-top: 2px;
  /* font-family: 'Montserrat', sans-serif !important; */
  font-size: 22px;
}

.set>a.active {
  background-color: #f96f00;
  color: #fff;
}

.set>a:hover {
  background-color: #f96f00;
  color: #fff;
}

.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
  padding-left: 15px;
}

.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.content ul li {
  letter-spacing: 1px;
}

.service-main-container {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*Service-Accordion */

/* Contact-us */

.contact {
  padding-bottom: 3em;
}

.contact-address {
  font-size: 22px;
  line-height: 20px;
}

.contact-bg {
  background: url(../images/contact-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact .info-box i {
  font-size: 32px;
  color: black;
  border-radius: 50%;
  padding: 8px;
}

.contact_map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact-div-2 {
  background-color: #fa4e56;
  padding: 18px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0 30px 0;
  background: #fff;
}

.main-contact-text {
  color: #000;
  font-weight: 600;
  line-height: 10px;
  font-size: 1.1em;
}

/* Contact-us */



/* MORE WORK START */
.p0 {
  padding: 0;
}

.portfolio__filter {
  /* border: 1px solid #f1f1f1; */
  /* border-radius: 20px; */
  width: 100%;
}

.portfolio__filter .filter-button {
  display: inline-block;
  padding: 10px 23px;
  background: transparent;
  border: none;
  color: #000;
  letter-spacing: 0;
  font-size: 22px;
  cursor: pointer;
  font-weight: 300;
}

.portfolio__filter .filter-button:hover,
.portfolio__filter .filter-button:focus,
.portfolio__filter .filter-button:active {
  /* background: #2e52c2; */
  /* border-radius: 20px; */
  color: #fa4e56;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
}

.portfolio__filter .filter-button:focus {
  outline: 0;
}

.portfolio__filter {
  display: inline-block;
  text-align: center;
  margin: 30px 0;
}

.portfolio__img .filter {
  margin: 1em;
}

.portfolio__img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  padding: 3px 3px;
}

.btn__load {
  display: inline-block;
  margin: 40px 0 0;
  width: 100%;
}

/* MORE WORK END */

/* CLIENT START */
.fix-height {
  height: 100px !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients-section {
  padding: 12em 0 12em 0 !important;
}

/* CLIENT END */

/* TEAM START */
.team-mem-img {
  margin-right: 5rem;
}

.team-mem-img img {
  width: 39em;
  margin-right: 7em;
}

.team-sec {
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-sec-mb {
  height: 110vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TEAM END */

/* FOOTER START */

footer {
  background: #e6e6e6;
  padding: 1em 0em 1em 0em;
}

.footer-logo {
  width: 55%;
}

/* FOOTER END */