@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*{
  box-sizing: border-box;
}

/* Global style start */
html {
  --bg-color: #14151c;
  --text-color: white;
  --pragraph-color: rgb(201, 204, 217);
  --primary-color: #e0f014;
  --primary-font: "Instrument Sans", sans-serif;
  --secondary-font: "Inter", sans-serif;
  font-size: 10px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  font-size: 14px;
}

p {
  font-size: 1.8rem;
  color: var(--pragraph-color);
  font-weight: 400;
}

h1 {
  font-size: 5.2rem;
  font-weight: 500;
  margin: 20px 0;
}
h2 {
  font-size: 3.6rem;
  font-weight: 500;
}
h3 {
  font-size: 5.4rem;
  font-weight: 500;
  color: var(--primary-color);
}
h4 {
  font-size: 2rem;
  font-weight: 700;
}
h5 {
  font-size: 2rem;
  font-weight: 500;
}
h6 {
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
}

.btn-primary {
  border: 1px solid white;
  color: white;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-secondary {
  color: black;
  padding: 12px 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 2rem;
  background-color: var(--primary-color);
  display: inline-block;
  margin: 10px 0;
}

.btn-secondary:hover {
  background-color: var(--text-color);
}

.btn-primary:hover {
  background-color: white;
  color: rgba(0, 0, 0, 0.575);
}

body {
  font-family: var(--primary-font);
  background-color: var(--bg-color);
  color: var(--text-color);
}
/* Global style end */

/* Header-area start */
.topbar {
  background-color: var(--primary-color);
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease;
}

.topbar:hover {
  background-color: white;
}

.topbar a {
  color: black;
  font-family: var(--secondary-font);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}

nav.container.navbar.navbar-expand-lg {
  padding: 25px 0;
}

.container-fluid {
  margin-top: 40px;
}

.wize {
  width: 80px;
}

ul.navbar-nav {
  gap: 30px;
  margin-bottom: 30px;
}

a.nav-link {
  color: white;
}

a.nav-link:hover {
  color: var(--primary-color);
}

button.navbar-toggler {
  font-size: 20px;
}

div#navbarNav {
  margin-top: 30px;
  align-items: center;
  text-align: center;
}

.navbar-toggler-icon {
  background-image: url(images/hamburger-icon.png);
}

.collapse a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5rem;
}
hr {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.342);
  margin: 0;
}
/* Header-area end */

/* Hero-area start */
.hero-area {
  padding: 60px 0;
  text-align: center;
}
.hero-top {
  width: 590px;
  margin: 0 auto;
}

.hero-top p:first-child {
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: 2px solid white;
  display: inline-block;
  color: white;
}

.hero-bottom .image {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.hero-bottom .image img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  object-position: center;
  object-fit: cover;
}

.hero-bottom h5 {
  margin: 20px 0;
}

.hero-bottom span {
  color: var(--primary-color);
}

.hero-bottom p {
  font-size: 1.4rem;
}
/* Hero-area end */

/* Video-area start */
.video-area {
  text-align: center;
  padding: 0 30px;
}
.video-area h6 {
  margin-bottom: 20px;
}

.video {
  max-width: 1200px;
  margin: auto;
  aspect-ratio: 16/9;
}
iframe {
  width: 100%;
  height: 100%;
}

.video-area .btn-secondary {
  width: 100%;
  margin: -3px;
}

.video-grid {
  padding: 70px 0;
  display: flex;
  gap: 20px;
}

.video-grid .colum {
  background-color: #272933;
  padding: 44px 20px;
}
/* Video-area end */

/* Service-area start */
.service-area {
  padding: 100px 20px;
}

.service-area .container {
  max-width: 1200px;
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: flex-start;
  padding: 0;
}

.service-area .container > * {
  flex-basis: 100%;
}

.service-left h2 {
  margin: 20px 0;
}

.service-left .btn-secondary {
  margin-top: 40px;
}

.service-left h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin: 0;
}

.service-left img {
  margin-right: 10px;
}

.service-right .colum {
  background-color: #272933;
  padding: 20px 36px;
  margin-bottom: 20px;
}

.service-right h4 {
  margin: 15px 0;
}

.service-right svg {
  color: var(--primary-color);
  width: 40px;
  height: 40px;
}
/* Service-area end */

/* Slider-area start */
.slider-area{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.slider-bottom {
  height: 80vh;
  position: relative;
}
.slider-top{
  text-align: center;
}
.slider-top h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.1rem;
}

.slider-top h2 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #a11c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: white;
  position: absolute;
  left: 190%;
  font-size: 25px;
  bottom: 500%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: white;
  position: absolute;
  right: 190%;
  font-size: 25px;
  bottom: 500%;
}
/* Slider-area end */

/* Portfolio-area start */
.portfolio-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.portfolio-colum {
  margin-bottom: 40px;
}

.portfolio-left {
  background-color: var(--primary-color);
  justify-content: center;
  display: flex;
  align-items: center;
  width: 45%;
}

.portfolio-left img {
  padding: 64px 0;
  width: 470px;
}

.image-2 img {
  height: 500px;
  object-fit: contain;
  object-position: center;
}

.portfolio-right {
  background-color: #272933;
  width: 55%;
  padding: 0px 60px;
}

.portfolio-right h5 {
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  display: inline-block;
  border-radius: 10px;
  padding: 8px 12px;
  margin-top: 70px;
}
.portfolio-right h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 20px 0;
}
.portfolio-right a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 1.6rem;
}

.portfolio-right a:hover {
  color: white;
  text-decoration: underline;
}

.portfolio-right h3 {
  font-size: 3.6rem;
  font-weight: 600;
}
.portfolio-right h6 {
  font-size: 1.6rem;
  font-weight: 400;
}
.followers {
  margin-top: 80px;
}

.portfolio-right .followers {
  display: flex;
  gap: 150px;
}
/* Portfolio-area end  */

/* Viral-area start */
.viral-area {
  padding: 100px 20px;
}

.viral-top {
  text-align: center;
}

.viral-top h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.1rem;
}

.viral-top h2 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
}

.viral-bottom .colum {
  background-color: #272933;
  padding: 36px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.viral-bottom h5 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
}

.viral-bottom h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: white;
  margin: 20px 0;
}

.viral-bottom p {
  margin-bottom: 30px;
}

.viral-bottom img {
  margin-right: 10px;
}

.viral-bottom h6 {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--pragraph-color);
}
/* Viral-area end */

/* Testimonial-area start */
.testimonial-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.testimonial-top h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.1rem;
}

.testimonial-top {
  text-align: center;
}

.testimonial-top h2 {
  font-size: 3.6rem;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 40px;
}

.testimonial-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.testimonial-bottom .colum {
  background-color: #272933;
  padding: 36px 32px;
}

.testimonial-bottom .icon {
  color: var(--primary-color);
  font-size: 20px;
}

.testimonial-bottom h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: white;
  margin: 20px 0;
}

.testimonial-bottom h6 {
  border-top: 1px solid #373a5c;
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 20px;
}

.testimonial-bottom h5 {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--pragraph-color);
}

.testimonial-bottom .colum2 {
  margin-top: 80px;
}
/* Testimonial-area end */

  /* Accordion-area start */
  .accordion-area{
    padding: 130px 0;
  }

  .accordion-top {
    text-align: center;
    margin-bottom: 40px;
}
.accordion-top h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.1rem;
  }

  .accordion-top h2{
    margin: 15px 0;
  }

  .accordion-bottom{
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .accordion-bottom p{
    font-size: 1.8rem;
    font-weight: 500;
    color: white;
    margin: 0;
  }

  .accordion-bottom h6{
    font-size: 1.6rem;
    color: #272933;
  }

  .accordion{
    --bs-accordion-color:white;
    --bs-accordion-bg:#272933;
    --bs-accordion-btn-icon-width: 2.0rem;
    --bs-accordion-active-color:rgb(100, 92, 92);
    --bs-accordion-active-bg:white;
    --bs-accordion-active-color:#14151C;
  }


  .accordion-button {
    color: white;
    margin-top: 15px;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 500;
}

.accordion-item {
  border: none;
  border-radius: 0;
  color: #272933;
}

.accordion-body {
  background-color: white;
}

.accordion-button::after {
  background-image: url(images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/cross.png);
}
  /* Accordion-area end */

  /* Clendly-area start */
  .clendly-area{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    padding: 0 30px;
  }

  .clendly-area>*{
    flex-basis: 100%;
  }

  .clendly-left{
    margin-top: 20px;
  }

  .clendly-left h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.1rem;
  }
  
  .clendly-left h2 {
    font-size: 3.6rem;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .schedule{
    display: flex;
    gap: 15px;
  }

  .schedule .man{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    object-fit: cover;
  }

  .headerp img{
    margin-right: 10px;
  }

  .clendly-left .para-1{
    margin: 20px 0;
  }

  .clendly-left .this-call{
    margin: 20px 0;
    font-weight: 500;
  }

  .clendly-left .svg-para{
    display: flex;
  }

  p.para-2 {
    margin-bottom: 15px;
}

.svg-para svg{
    color: var(--primary-color);
  }
  /* Clendly-area end */

  /* Discovery-area start */
  .discovery-area{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .discovery-top{
    background-color: #272933;
    text-align: center;
  }

  .discovery-top img{
    margin: 50px 0;
  }

  .discovery-top h2{
    font-size: 6.0rem;
    font-weight: 600;
  }

  .discovery-top span{
    color: var(--primary-color);
  }

  .discovery-top p{
    padding-top: 20px;
    margin: 0;
    padding-bottom: 50px;
  }
  /* .discovery-bottom{
    background-color: var(--primary-color);
    text-align: center;
    padding: 40px 0;
  } */

  .discovery-btn{
    color: black;
    font-size: 2.4rem;
    font-weight: 600;
    background-color: var(--primary-color);
    text-align: center;
    padding: 40px 24px;
    display: block;
  }

  .discovery-btn:hover{
    background-color: white;
    color: black;
  }
  /* Discovery-area end */

        /* Footer-area start */
        .footer-area{
          max-width: 1200px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          padding: 60px 25px;
        }

        .footer-area .icon{
          display: flex;
          gap: 30px;
          margin-right: 6px;
        }

        .footer-area .icon a{
          color: white;
          font-size: 20px;
        }

        .footer-area img{
          margin-left: 6px;
        }
      /* Footer-area end */

/* Responsive srart */
@media (max-width: 1200px) {
  /* Services-area start */
  .service-area .container {
    flex-direction: column;
  }

  .service-left {
    text-align: center;
  }

  .service-right {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
    /* Services-area end */

      /* Clendly-area start */
      .clendly-area{
        flex-direction: column;
        gap: 20px;
      }

      .clendly-left{
        text-align: center;
      }

      .schedule {
        justify-content: center;
    }
      /* Clendly-area end */

        /* Footer-area start */
        .footer-area{
          flex-direction: column;
          text-align: center;
        }

        .footer-area .icon{
          justify-content: center;
        }

        .footer-area p{
          margin: 35px 0;
        }
        /* Footer-area end */
}

@media (max-width: 992px) {
  .container {
    max-width: 800px;
  }

  .slider-area{
    display: none;
  }
  /* Portfolio-area start */
  .portfolio-left,
  .portfolio-right {
    width: 100%;
  }

  .portfolio-left img {
    padding: 20px 20px;
  }

  .image-2 img {
    height: 350px;
  }

  .portfolio-right h2 {
    font-size: 2.6rem;
  }

  .portfolio-right h5 {
    margin-top: 0;
  }

  .portfolio-right {
    padding: 30px 60px;
  }

  .portfolio-right .followers {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
  }
  /* Portfolio-area end */

  /* Testimonial-area start */
  .testimonial-bottom {
    flex-direction: column;
  }
  /* Testimonial-area end */
}

@media (max-width: 768px) {
  html {
    font-size: 9px;
  }

  h1 {
    font-size: 4.2rem;
  }

  .container-fluid {
    padding: 25px;
  }

  /* Hero-area start */
  .hero-top {
    width: 100%;
    padding: 0 20px;
  }

  .hero-bottom {
    padding: 0 20px;
  }

  /* Hero-area end */

     /* Video-area start */
     .video-grid {
      flex-direction: column;
     }
  
     .video-grid h3{
      font-size: 3.6rem;
     }
  
     .video-grid h4{
      font-size: 1.6rem;
     }
    /* Video-area end */

  /* Service-area start */
  .service-area{
    padding: 50px 20px;
  }
  /* Service-area end */

  /* Portfolio-area start */
  .portfolio-area{
    padding-top: 30px;
  }
  /* Portfolio-area end */

  /* Viral-area start  */
  .viral-area{
    padding: 60px 20px;
  }
  .viral-top h2 {
    font-size: 3rem;
  }

  .viral-bottom .colum {
    padding: 24px;
  }
  /* Viral-area end  */

  /* Testimonial-area start */
  .testimonial-top h2 {
    font-size: 3rem;
  }

  .testimonial-bottom .colum2 {
    margin-top: 40px;
}
  /* Testimonial-area end */

  /* Accordion-area start */
  .accordion-area{
    padding: 80px 20px;
  }
  .accordion-top h2{
    font-size: 3.0rem;
  }
  /* Accordion-area end */

    /* Clendly-area start */
    .clendly-left h2{
      font-size: 3.0rem;
    }

    .schedule{
      flex-direction: column;
    }

    .schedule .man{
      margin: 0 auto;
    }
    /* Clendly-area end */

      /* Discovery-area start */
      .discovery-top img{
        width: 70px;
      }

      .discovery-top h2{
        font-size: 3.0rem;
      }

      .discovery-btn {
        font-size: 2.0rem;
    }
      /* Discovery-area end */
}
/* Responsive end */
