* {
  font-family: "poppins", serif;
}
p{
  padding: 14px;
}

.service-hr {
  opacity: 1 !important;
  border-width: 3px;
  width: 40px;
  color: #F4C708 !important;
}

.service-section {
  background-color: #0f294b;
}

.service-section h6 {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.87);
  letter-spacing: 2px;
}

.service-section h2 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.service-section .left-side-para {
  line-height: 25px;
  padding-top: 60px;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-align: justify;
}

.img-sec i {
  font-size: 60px;
  padding: 13px 0px;
  color: #f4c908
}

.img-sec img {
  height: auto;
  width: 100%;
}

.img-text-box h5 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 37px;
  margin-left: 5px;
  color: white !important;
}

.img-text-box p {
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0.8px;
  margin-left: 5px;
  padding: 15.9px 5px;
  word-spacing: 2px;

  color: white !important;
}

.service-card {
  display: flex;
  gap: 30px;
  overflow: hidden;
  border: 0.5px solid rgba(255, 255, 255, 0.178);

}

.service-card .img-box img {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;


}

.service-card {
  display: flex;
  align-items: center;
}

.service-card a {
  color: #F4C708;
  font-size: 16px;
  text-decoration: none !important;
}

.service-card h5 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}

.service-card p {
  font-size: 15px;
  color: #F4C708;
  margin-bottom: 0px !important;
  letter-spacing: 0.8px;
}

.service-card-01 .img-box {
  background-image: url(/images/services-one-1-1.jpg);
}

.service-card-02 .img-box {
  background-image: url(/images/services-one-1-2.jpg);
}

.service-card-03 .img-box {
  background-image: url(/images/services-one-1-3.jpg);
}

.service-card-04 .img-box {
  background-image: url(/images/services-one-1-4.jpg);
}

.img-box {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  padding: 20px;
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card i {
  font-size: 50px;
  background-color: rgba(255, 255, 255, 0.815);
  color: #000000 !important;
  padding: 30px;
  margin-left: -280px;
  opacity: 0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  transition: 1s;
}

.service-card:hover .img-box i {
  margin-left: 0px;
  opacity: 1;
}

.service-card:hover .img-box {
  transform: scale(1.1);
  transition: 1s;
}

/* About-section start */


.about-text h5 {
  margin-bottom: 20px;
}

.about-info-section p {
  font-size: 15px;
  letter-spacing: 0.8px;
  color: black;
  text-align: justify;
}

.about-info-section h2 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.About-section {
  margin-top: 100px;
  background-image: url(WhatsApp\ Image\ 2024-12-30\ at\ 1.06.02\ AM.jpeg);
  background-size: cover;
  background-repeat: no-repeat;


}

.about-info-section {
  position: relative;
  display: block;
  background-color: white;
  margin-left: -245px;
  margin-right: 85px;
  padding: 40px 70px;
  z-index: 2;

}

.about-info-section h6 {
  font-size: 17px;
  font-weight: 500;
  color: #0f294b;
  letter-spacing: 2px;
  margin: 10px 0px 20px 0px;
}

.digital-marketing-box,
.web-developement-box {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.About-section .info-box {
  margin-top: -18px;
}

.digital-marketing-box span,
.web-developement-box span {
  color: #0f294b;
  background-color: #F4C708;
  padding: 15px 18px;
  border-radius: 50%;
  margin-top: 70px !important;
}



/* About-section end */





.number-section {
  padding-top: 70px;
}

.number-icon i {
  font-size: 45px !important;
  margin-right: 30px;
  color: gold;

  margin-top: 40px;
}

.number {
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.number:hover .number-icon i {
  transform: scale(0.7);
  transition: 1s;
}

.number::after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: gold;
  position: absolute;
  left: 0;
  top: -4px;
  transition: 0.5s;
}

.number:hover::after {
  width: 100%;
  color: gold;

}

.number-text h2 {
  font-weight: 600 !important;
  font-size: 30px;
  color: #0f294b;
}

/* .number:hover{
    border-top: 10px solid gold;
} */
.number-div {
  background-color: #f6f6f6;
  font-size: 16px;
  padding: 5px;
  font-weight: 500;
  padding: 20px 15px 4px 15px;
  margin: 0px 40px;

}






.second-section-card {
  border: none;
  background-color: white;
  margin-top: 50px;
  cursor: pointer;
  margin-bottom: 50px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.second-section-card:hover {
  .second-section-icon {
    background-color:white;
    color: #F4C708 !important;
  }

  .second-section-heading {
    transition: 0.5s;
    color: #F4C708 !important;
  }
  .second-section-heading h5 {
    
    transition: 0.5s;
    color: #F4C708;
  }

  i {
    color: #F4C708;
    background-color: white;
    transition: 0.5s;
  }
}

.second-section-icon:hover i {
  color: white;

}

.second-section-icon i {
  padding: 60px 30px;
  font-size: 60px;
  background-color: #F4C708;
 color: white;
}

.second-section-heading span {
  font-size: 20px;
  color: F4C708;
}

.second-section-icon {
  position: relative;
  top: -70px;
  left: 30px;
  background-color: white;
  border: 1px solid rgba(186, 184, 184, 0.848);
}

.second-section-icon-heading {
  gap: 50px;
}

.second-section-heading h5 {
  font-size: 25px !important;
  margin-top: 20px;
  color: #0f294b;
}

.second-section-card-para {
  margin-top: -50px;
}

.card-button {
  border: none;
  background-color: white;
}

.second-section-bg {
  margin-top: 80px;
}

.call-section {
  background-image: url(bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 100px;
  border-radius: 30px;
}

.call-button {
  background-color: #F4C708;
  border-radius: 10px;
  padding: 10px;
  transition: 0.7s;
  font-weight: 600;
}

.call-button:hover {
  background-color: white;
  color: #0f294b;
}

.call-heading h2 {
  margin-bottom: 20px;
}

.call-heading h6 {
  margin-bottom: 30px;
}

/* slider-srction-strat */
/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/* Styling */
.slider {
  background: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  height: 200px;
  padding-top: 15px;
  margin: auto;
  overflow: hidden;
  position: relative;

}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide img {
  height: 167px;
  width: 167px;
  border-radius: 50%;
}

.slider .slide {
  height: 300px;

}

/* Faq-section and form section start */

.Faq-section h6 {
  font-size: 17px;
  font-weight: 500;
  color: #0f294b;
  letter-spacing: 2px;
}

.Faq-section h2 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.my-accordian-button:focus {
  box-shadow: none !important;
}

.my-accordian-header {
  background-color: #0f294b !important;
  padding: 10px 20px;
  color: #F4C708 !important;
  display: flex;
}

.accordion-item {
  color: #F4C708 !important;
  padding: 10px 10px !important;
  border: none !important;
  background-color: transparent !important;

}

.my-accordian-header img {
  height: 30px;
}

.accordion-button::after {
  background-image: url(circular.png) !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-body {
  background-color: #0f294b !important;
  color: white !important;
  border-bottom: 5px solid #F4C708 !important;

}

.accordion-button {
  background-color: #0f294b !important;
  color: #F4C708 !important;
  border: none !important;
  border-radius: none !important;
  outline: none !important;
  border-radius: 20px !important;
}

.accordion-header .accordion-button {
  border-radius: 0px !important;
  padding: 30px 20px 20px 20px !important;
  margin-top: -10px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.faq-container h3 {
  font-size: 28px;
  font-weight: 600;
}

.faq-and-form-section {
  background-image: url(Abstract-image-4.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
}

label {
  font-weight: 600;
  margin-bottom: 10px;
}

input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  background-color: #0f294b;
}

input:focus {
  outline: none;
}

textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  color: #F4C708;
  background-color: #0f294b;
}

input::placeholder {
  color: #F4C708;
}

textarea::placeholder {
  color: #F4C708;
}

textarea:focus {
  outline: none;
}

form {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid gray;
  background-size: cover;
  background-color: rgb(233, 233, 233);
}

.form-submit-btn {
  color: #F4C708 !important;
  background-color: #0f294b !important;
}

.form-submit-btn {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  color: #F4C708;
  background-color: #0f294b;

  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.form-submit-btn:hover {
  transition: 0.3s;
  color: #0f294b !important;
  background-color: #F4C708 !important;
}

/* Faq-section and form section end */


/* footer section start */

.footer-contact h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #F4C708;
}


.footer-services h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #F4C708;
}

.footer-pages h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #F4C708;
}

.footer-instagram h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #F4C708;
}

.footer-contact .fa-envelope {
  background-color: #f4c908da;
  padding: 10px;
  color: #0f294b;
  border-radius: 50%;
}

.footer-contact .fa-location-dot {
  background-color: #f4c908da;
  padding: 10px 12px;
  color: #0f294b;
  border-radius: 50%;
}

.footer-contact i {
  background-color: #f4c908da;
  padding: 10px;
  color: #0f294b;
  border-radius: 50%;
}

.footer-contact span {
  margin-right: 10px;
}
.footer-contact h4{
  font-size: 16px;
  font-weight: 600;
  color: #F4C708;
}
.footer-contact h3{
  font-size: 16px;
  font-weight: 600;
  color: #F4C708;
}

.footer-section p {
  font-size: 15px;
  letter-spacing: 0.8px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 25px;
}

.footer-contact h5 {
  margin-bottom: 20px;
}




.footer-instagram i {
  background-color: #f4c908da;
  padding: 10px;
  color: #0f294b;
  border-radius: 50%;
  margin: 20px 10px 0px 0px;
}

.footer-services h6 {
  margin-left: 30px;
}

.footer-services li {
  font-size: 15px;
  letter-spacing: 0.8px;
  list-style: none;
  margin-bottom: 20px;

}

.footer-pages ul {
  list-style: none;
  line-height: 40px;
}

.footer-pages ul li {
  border-bottom: 1px solid rgb(111, 109, 109);
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.footer-pages ul li:hover {
  color: white;
  border-bottom: 1px solid white;
}

.footer-pages-list {
  margin-left: -35px;
}

.footer-section {
  /* background-image: url(download\ \(1\).png); */
  background-color: #0f294be3;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  background-attachment: fixed;
}

.footer-copyright h4 {
  font-size: 16px;
  font-weight: 500;

  margin: 2px 4px;
}

.footer-copyright span {
  color: #F4C708;
}

.footer-copyright {
  background-color: #0f294b;
  padding-top: 20px;
  margin: 0px -12px 0px -12px;
}

.footer-instagram img:hover {
  border-radius: 50%;
  transition: 1s;
}

/* footer section end */

/* Media  Queries */

@media (max-width:992px) {
  .about-info-section {
    display: block;
    background-color: white;
    padding: 20px 30px;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 2;
  }

  .service-section h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .service-section .left-side-para {
    margin-top: -70px;

  }
  .second-section-heading h5 {
    font-size: 20px !important;
    margin-top: 10px;
    color: #0f294b;
  }
  .second-section-icon i {
    padding: 38px 20px;
    font-size: 60px;
    background-color: #F4C708;
   color: white;
  }

  .about-info-section h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .number-text h2 {
    font-size: 24px;
  }

  .Faq-section h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
  }

  .faq-container h3 {
    font-size: 25px;
    font-weight: 500;
  }

  .footer-services h6 {
    margin-left: 0px;
  }

  .footer-services ul {
    margin-left: -30px;
  }


}
@media (max-width:576px) {
 .our-client-section .img-1{
  margin: 37px auto;
 }
}

.main-col-client img {
  width: 50%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.client-col {
  border: 1px solid #0f294b1c;
  padding: 10px 0px;
}

.client-hr {
  opacity: 1 !important;
  border-width: 3px;
  width: 40px;
  color: #F4C708 !important;
}

.our-client-section h6 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #0f294b;
}
.contact-btn{
  z-index: 999;
}
.contact-btn .fa-square-whatsapp{
  background-color: #F4C708;
  padding: 10px 8.5px;
  color: #0f294b;
  font-size: 26px !important;
}
.contact-btn .fa-phone-volume{
  background-color: #F4C708;
  padding: 10px 9px;
  color: #0f294b;
  font-size: 22px !important;
}
body {
  position: relative;
}

.contact-btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
  position: fixed;
}

#hero {
  width: 100%;
  height: 88vh;
  background: #0f294b;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.scroll-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-element.show {
  opacity: 1;
  transform: translateY(0px);
}

/* Why Choose Us Section */
.why-choose-us {
  background-color: #0f294b;
  color: rgba(255, 255, 255, 0.87);
  text-align: center;
}

.why-choose-us .section-title h6 {
  color: #F4C708;
  font-size: 18px;
  font-weight: 600;
}

.why-choose-us .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-choose-us .choose-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s;
  margin-top: 20px;
}

.why-choose-us .choose-card:hover {
  background-color: #F4C708;
  color: #0f294b;
}

.why-choose-us .choose-card .icon {
  font-size: 40px;
  color: #F4C708;
  margin-bottom: 15px;
}

.why-choose-us .choose-card:hover .icon {
  color: #0f294b;
}
