@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Load Horizon Font */
@font-face {
  font-family: "Horizon";
  src: url("../font-awesome/Horizon-updated/NEW_UPDATED_VERSION/horizon.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* load mont font */
@font-face {
  font-family: "Mont";
  src: url("../font-awesome/fonts/mont/Mont-ExtraLightDEMO.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* Load Mont Font */
/*------------------COMMON-CSS----------------*/
* {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  /* max-height: 105px; */
}

body {
  background-color: #e8e8e8;
  font-family: "Mont", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 2.5rem;
  font-family: "Horizon";
  color:#bd581a;

}

/*46px regular*/
@media (max-width: 992px) {
  .h1 {
    font-size: 1.875rem;
  }
}

/*30px regular */
h2 {
  font-size: 2.5rem;
  font-family: "Horizon";
}

/*40px regulart*/
@media (max-width: 992px) {
  .h2 {
    font-size: 1.875rem;
  }
}

/*30px regular */
h3 {
  font-size: 1.5rem;
  font-family: "Horizon";
}

/*24px regular*/
h5 {
  font-size: 1.25rem;
  font-weight: 300;
}

/*20px regular*/
ol,
ul {
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 5px;
}

/* width */
::-webkit-scrollbar-thumb {
  background:#d17007;

}

/* Handle */
::-webkit-scrollbar-thumb:hover {
  background: #fcdac5;
}

/* Handle on hover */
/*-----------------COMMON-CLASSES-------------*/
hr {
  height: 4px;
  background-color: #424242;
  margin-bottom: 33px;
}

/*--------------------HEADER------------------*/
#header {
  /* position: absolute;
    z-index: 9999; */
  width: 100%;
}

#header .navbar-nav .nav-link {
  color: #333;
  transition: ease 0.5s;
  padding-left: 30px !important;
  padding: 0;
}

#header .dropdown-toggle::after {
  content: unset;
}

/* #header .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link , #header .navbar-nav .nav-link:hover{background: rgb(24,86,169);    background: linear-gradient(90deg, rgba(24,86,169,1) 36%, rgba(51,20,96,1) 100%);    -webkit-background-clip: text; -webkit-text-fill-color: transparent;} */
#header .navbar-brand {
  width: 9%;
}

@media (min-width: 992px) {
  .dropdown-menu[data-bs-popper] {
    left: 30px;
  }
}

@media (max-width: 1200px) {
  #header .navbar-nav .nav-link {
    padding-left: 15px !important;
  }

  .mt3 {
    margin-top: 1rem !important;
  }
}

@media (max-width: 992px) {
  #header .navbar-brand {
    width: 12%;
  }

  #header .navbar-nav {
    padding: 20px 0;
    border-radius: 25px;
    opacity: 0.8;
    background: #fcdac5;
    border: 5px solid #3333;
    width: 300px;
  }

  #header .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link,
  #header .navbar-nav .nav-link:hover {
    color: #000;
    background: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
  }

  #header .navbar-nav .nav-link {
    opacity: 1;
    padding-bottom: 5px;
  }
}

/*--------------------BANNER------------------*/
#banners img {
  max-width: 100%;
  height: 30%;
}

.hero-section {
  padding-bottom: 20px;
  color: #201b1b;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color:#bd581a;
}

.hero-section div .carousel-indicators {
  top: 100%;
}

.carousel-indicators [data-bs-target] {
  background-color: #ff5733;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color:#d17007;

}

.showcases {
  width: 100%;
  text-align: center;
}
.banner-img img {
  min-width: 100%;
}
.showcases .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50%;
  height: 100%;
}

.showcases a {
  color: white;
  text-decoration: none;
}

.showcases .btn {
  width: 100%;
  border-radius: 0px;
  background-color: #fefefe;
  color: #9f9fa0;
  border: none;
}

.mobile-image {
  display: none;
}
.desktop-image {
  display: block;
}
@media (max-width: 992px) {
  .hero-section h1 {
    font-size: 1.9rem;
  }
}

@media (min-width: 380px) and (max-width: 576px) {
  .hero-section h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.4rem;
  }
  .banner-img img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .banner-img img {
    max-width: 100%;
    /* width: auto; */
  }
  .mobile-image {
    display: block;
  }
  .desktop-image {
    display: none;
  }
}

@media (max-width: 480px) {
  #banners img {
    width: 100%;
    height: auto;
  }
}

/*-------------------SERVICES-----------------*/

.w-30 {
  width: 35%;
}

.w-20 {
  width: 25%;
}

.inner-services-list {
  height: 250px;
}

.sub-innerservice-list {
  height: 200px;
}

@media (max-width: 992px) {
  .showcase img {
    width: 100%;
    height: 50%;
  }

  .showcase .overlay {
    width: 100%;
    position: absolute;
    height: 30vh;
    left: -0.5px;
    right: 2.5px;
  }

  h1 {
    font-size: 2rem;
  }
}

.showcase h2 {
  margin-top: 170px;
  font-size: 3em;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
}

.services-section h2 {
  margin-bottom: 40px;
  color:#d17007;

}

.service-box {
  border-radius: 10px;
  margin-bottom: 30px;
}

.service-box h3 {
  color: #fefefe;
}

.service-box a {
  font-weight: 900;
}


.get-started-brn a {
  font-weight: 900;
}

@media (max-width: 992px) {
  .showcase {
    height: 60%;
    min-width: 100%;
  }

  .production h3 a {
    font-weight: 900;
    font-size: 22px;
  }

  .showcases a {
    color: #fefefe;
    text-decoration: none;
    font-size: x-small;
  }

  .get-started-brn {
    margin-top: 10px;
  }

  .timeline-article .content-box h4 {
    font-size: 18px;
  }

  .timeline-article .content-box p {
    font-size: 15px;
  }
}

.production h3 a {
  font-weight: 900;
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .production hr {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .navbar-brand {
    width: 16%;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  h1 {
    font-size: 1.5rem;
    font-family: "Horizon";
    color: #c35c00;
  }

  #header .navbar-brand {
    width: 20%;
  }

  .showcase {
    height: 350px;
    margin-bottom: 50px;
  }

  .showcase img {
    height: 310px;
  }

  .showcase .overlay {
    height: 88%;
    margin-top: -5px;
  }

  .slider-container {
    display: none;
  }

  .showcases {
    height: 250px;
  }

  .showcases .overlay {
    height: 100%;
    width: 100%;
  }

  .showcases .left-box {
    display: none;
  }
}

@media (min-width: 375px) and (max-width: 576px) {
  .showcase {
    height: 350px;
    margin-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .hero-section h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .showcase {
    height: 270px;
    margin-bottom: 30px;
  }

  .showcase h3 {
    font-weight: 600;
    font-size: 0.95rem !important;
  }

  .production h3 a {
    font-weight: 900;
    font-size: 16px;
  }

  .showcases .left-box {
    display: none;
  }

  .showcases .overlay {
    height: 100%;
    max-width: 100%;
  }

  .showcases .overlay .get-started-brn {
    left: 10%;
  }
}

@media (max-width: 1200px) {
  #roadmap {
    margin-bottom: 28rem !important;
  }

  .think-big-text h1 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 992px) {
  .think-big-text h1 {
    font-size: 2.3rem !important;
  }
}

@media (max-width: 768px) {
  .think-big-text h1 {
    text-align: left;
    font-size: 1.5rem !important;
  }

  .think-big-sup-text {
    margin-top: -80px;
  }
}

@media (max-width: 576px) {
  .think-big-text h1 {
    font-size: 1rem !important;
  }

  .think-big-sup-text {
    margin-top: -50px;
  }
}

@media (max-width: 375px) {
  .think-big-text h1 {
    font-size: 0.8rem !important;
  }

  .think-big-sup-text {
    margin-top: -25px;
  }

  .showcase img {
    height: 100%;
  }

  .showcase .overlay {
    height: 100%;
  }
}

@media (min-width: 1400px) {
  .service-box {
    padding: 100px;
  }

  .showcase .overlay {
    height: 99%;
  }
}

/*-------------------ROADMAP-------------------*/
#roadmap {
  margin-bottom: 30%;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}

.main-timeline-section h4 {
  font-weight: 900;
  font-family: "Mont";
}

.main-timeline-section .conference-center-line {
  content: "";
  position: absolute;
  width: 100%;
  top: 66%;
  transform: translateY(-50%);
  background: #4d4d4d;
  z-index: 1;
  height: 4px;
  display: flex;
  align-items: center;
}

.main-timeline-section .conference-center-line::after {
  content: "";
  width: 100%;
  border-top: 2px dashed white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-timeline-section .timeline-end {
  right: 0px;
}

.main-timeline-section .conference-center-line {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 108%;
  transform: translateY(-50%);
  background: #4d4d4d;
  z-index: 1;
}

.timeline-article {
  width: 20%;
  position: relative;
  min-height: 300px;
  float: right;
  z-index: 2;
}

.timeline-article .content-date {
  position: absolute;
  top: 74%;
  left: 129px;
  font-size: 18px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 108%;
  left: 90px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #868686;
  border: 1px solid #f2635f;
}

.timeline-article .content-box {
  font-size: medium;
  box-shadow: 2px 2px 4px 0px #c1c1c1;
  border: 1px solid #e4dede;
  border-radius: 15px;
  background-color: #e4dede;
  width: 95%;
  position: absolute;
  top: 134%;
  left: 15px;
  padding: 8px 8px;
}

.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #e4dede;
}

.timeline-article-bottom .content-date {
  top: 132%;
  left: 129px;
}

.timeline-article-bottom,
.timeline-article-top .content-date span {
  /* font-weight: bolder */
}

.timeline-article-bottom .content-box {
  top: -3%;
}

.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #e4dede;
}

.icon-img {
  width: 30vw;
  height: 30vh;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-90%);
}

.meta-date {
  position: absolute;
  top: 66%;
  left: 111px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #868686;
  border: 1px solid #f2635f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.meta-date img {
  max-width: 60%;
  max-height: 60%;
}

.timeline-article-bottom:nth-of-type(5) .meta-date {
  background-color: #fd741f;
  border-width: 10px;
  border-color: #e4dede;
}

.timeline-article-top:nth-of-type(4) .meta-date {
  background-color: #9f9fa0;
  border-width: 10px;
  border-color: #e4dede;
}

.timeline-article-bottom:nth-of-type(3) .meta-date {
  background-color: #b84905;
  border-width: 10px;
  border-color: #e4dede;
}

.timeline-article-top:nth-of-type(2) .meta-date {
  background-color: #c8c8c8;
  border-width: 10px;
  border-color: #e4dede;
}

.timeline-article-bottom:nth-of-type(1) .meta-date {
  background-color: #ffbc93;
  border-width: 10px;
  border-color: #e4dede;
}

.conference-timeline-content p {
  text-align: center;
}

/* .mob_view{
    display: none;
} */
.display_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-timeline-section {
    height: auto;
    padding: 20px 0;
  }

  .conference-timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .timeline-article {
    width: 100%;
    margin-bottom: 40px;
    min-height: auto;
    float: none;
    text-align: center;
  }

  .timeline-article .content-date {
    position: relative;
    left: -50px;
    top: 25px;
    margin-bottom: 10px;
  }

  .timeline-article .meta-date {
    position: relative;
    width: 70px;
    height: 70px;
    left: 217px;
  }

  .timeline-article .content-box {
    position: relative;
    left: 0;
    top: 0;
    width: 80%;
    height: 200px;
    margin: 0 auto;
    padding: 20px;
  }

  .timeline-article-top .content-box:before,
  .timeline-article-bottom .content-box:before {
    display: none;
  }

  .timeline-start,
  .timeline-end,
  .conference-center-line {
    display: none;
  }

  .timeline-article.order-5 {
    order: 5;
  }

  .timeline-article.order-4 {
    order: 4;
  }

  .timeline-article.order-3 {
    order: 3;
  }

  .timeline-article.order-2 {
    order: 2;
  }

  .timeline-article.order-1 {
    order: 1;
  }

  .main-timeline-section .conference-center-line {
    display: none;
  }

  #roadmap {
    margin-bottom: -5% !important;
  }
}

@media (max-width: 768px) {
  .conference-timeline-content {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .card-body {
    width: 360px;
  }

  .timeline-article {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation: slide 15s linear infinite;
  }

  @keyframes slide {
    0% {
      transform: translateX(10%);
      /* Start off-screen to the right */
    }

    100% {
      transform: translateX(-500%);
      /* Slide off-screen to the left */
    }
  }
}
@media (max-width: 576px) {
#roadmap{
  margin-top: 40px;
}
}

@media (max-width: 375px) {
  .timeline-article .content-box {
    height: 260px;
  }
}

/*-------------------ABOUT-US------------------*/
.about-us-section {
  background-color: #f6d4bf;
  border-radius: 0px 45px 45px 0px;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .about-us-section {
    border-radius: 0px 0px 45px 45px;
  }
}

.founder-image-container {
  padding: 0;
}

.founder-image {
  height: 100%;
  object-fit: cover;
}

.about-us-section h1 {
  color:#d17007;

  font-size: 2rem;
  font-weight: bold;
}

.about-us-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  color: #333333;
}

.about-us-section p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin-top: 10px;
}

/* .about-us-section .about-us-text {
    left: -10px
} */

.text-class {
  width: 99%;
  position: relative;
  left: 0%;
  right: 10%;
}
.text-class br{
  display: none;
}
@media (max-width: 992px) {
  .founder-image {
    /* height: 70vh; */
    object-fit: cover;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .founder-image {
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    width: 97%;
  }

  .about-us-section h1 {
    font-size: 1.5rem;
  }

  .about-us-section h2 {
    font-size: 1.25rem;
  }

  .about-us-section p {
    font-size: 0.9rem;
    text-align: justify;
    padding-left: 10px;
  }

  .text-class {
    /* width: 85%;
        position: relative; */
    left: 1% !important;
  }
}

@media (max-width: 576px) {
  .founder-image {
    height: 400px;
    margin: 0 auto;
    width: 97%;
  }
  .about-us-section h2 {
    font-size: 1.05rem;
    text-align: justify;
  }
}

@media (max-width: 375px) {
  .founder-image {
    height: 250px;
    margin: 0 auto;
    width: 97%;
  }
  .text-class br{
    display: block;
  }
}

/*-------------------CLIENTS------------------*/
.marquee {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 0.4vw;
  padding: 5vh 0;
  will-change: transform;
}

.marquee-inner img {
  height: auto;
  transition: transform 0.5s;
  flex-shrink: 0;
  width: 20vw;
  border-radius: 2rem;
}

.marquee-inner img:hover {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .marquee-inner img {
    width: 30vw;
  }
}

@media (max-width: 768px) {
  .marquee-inner img {
    max-width: 40vw;
  }
}

@media (max-width: 480px) {
  .marquee-inner img {
    width: 45vw;
  }
}

/*---------------------CTA-------------------*/
.cta-section {
  background-color:#d17007;

  color: #fff;
  padding: 50px 0;
}

.cta-section h1 {
  color: white;
}

.cta-section h2 {
  margin-bottom: 20px;
}

.cta-section .btn {
  height: 60px;
}

.cta-section .btn {
  margin: 10px;
  padding: 15px 70px;
  color:#d17007;

  background-color: #fcdac5;
  border-radius: 0%;
  border-width: medium;
  border-color: #111;
  font-weight: bold;
  text-transform: uppercase;
}

/*-------------------FOOTER------------------*/
.think-section {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.think-big-image {
  width: 50%;
}

.think-big-sup-text-2 {
  width: 50%;
}


.think-big-section img {
  max-width: 100%;
  height: auto;
}

.think-big-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: #333;
  width: 100%;
  left: 0;
}

.think-big-text h1 {
  display: block;
  font-weight: bolder;
  font-size: 40px;
  color: #9e9ea0;
}

.think-big-text .scale-fast {
  color:#bd581a;

}

@media (max-width: 768px) {
  .think-big-text {
    font-size: 24px;
    text-align: center;
    right: 5%;
    top: 68%;
    transform: translateY(-80%);
    width: 100%;
  }
}

#footer .bottom-footer {
  background-color: #fcdac5;
}

.footer-icon {
  height: 25px;
}

/*---------------SERVICES----------------*/
/* cta-section */
.cta-services {
  background-color: #b8a86a;
  color: #fff;
  padding: 50px 0;
}

.cta-services h1 {
  color: white;
}

.cta-services .btn {
  margin: 10px;
  padding: 15px 70px;
  color: #b84905;
  background-color: #ffffff;
  border-radius: 0%;
  border-width: medium;
  border-color: #111;
  font-weight: bolder;
  text-transform: uppercase;
}

.contact {
  width: 100%;
}

.enquiry-form-super {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.enquiry-form {
  width: 50%;
  background-color: white;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid#d17007;

  border-radius: 10px;
}

.enquiry-form input {
  border: 1px solid#d17007;

  outline: none;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.enquiry-form button {
  background-color:#d17007;

  color: white;
}

.contact-footer {
  margin-top: 40px;
}

.social-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-social-logo {
  width: 70%;
}

.insta-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-insta-logo {
  width: 40%;
  text-align: center;
}

.insta-logo h4 {
  color:#d17007;

  font-weight: bold;
  padding-top: 10px;
}

.contct-footer-icon_insta {
  height: 40px;
}

.contct-footer-icon_email {
  height: 35px;
}

@media (max-width: 992px) {
  .enquiry-form {
    width: 70%;
  }

  .sub-social-logo p a {
    font-size: 0.85rem !important;
  }

  .insta-logo h4 {
    font-size: 18px;
  }

  .container-our-service picture img {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .enquiry-form {
    width: 85%;
  }

  .insta-logo {
    margin-top: 40px;
  }

  .sub-insta-logo img {
    width: 100%;
  }

  .insta-logo h4 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .enquiry-form {
    width: 90%;
  }

  .sub-insta-logo {
    width: 100%;
  }

  .sub-insta-logo img {
    width: 50%;
  }

  .insta-logo h4 {
    font-size: 1.2rem;
  }

  

  .container-our-service picture img {
    width: 60%;
  }

  .botton-container {
    display: flex;
    justify-content: center;
  }

  .inner-bottom {
    width: 80%;
  }
}

@media (max-width: 375px) {
  .enquiry-form {
    width: 100%;
  }

  .insta-logo h4 {
    font-size: 1rem;
  }

  .contct-footer-icon {
    height: 25px;
  }

  .container-our-service p {
    font-size: 14px;
    text-align: justify !important;
  }

  .container-our-service picture img {
    width: 85%;
  }
}
