/* index page css */

/* banner section */

.banner-image {
    position: relative;
}
.banner-image img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.banner-image::after {
    content: '';
    display: block;
    background: #00000061;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-section .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f74780;
    font-size: 0;
    border: 0;
    padding: 8px 16px;
}
.banner-section .slick-next {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.banner-section .slick-prev  {
  left: 0;
  z-index: 1;
  border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.banner-section .slick-arrow::after {
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.banner-section .slick-prev::after {
    transform: rotate(180deg);
}
.banner-title {
    font-size: 62px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 16px;
    transform: translateY(34px);
    opacity: 0;
    max-width: 22ch;
    margin-inline: auto;
}
.banner-section .banner-slide.slick-current .banner-title {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s ease-in-out 0.3s;
}
.banner-text {
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    max-width: 56ch;
    margin: 0 auto;
    transform: translateY(30px);
    opacity: 0;
}
.banner-section .banner-slide.slick-current .banner-text {
    transform: translateY(0);
    opacity: 1;
    transition: all .8s ease-in-out 0.3s;
}
.banner-btn_wrapper .btn {
    opacity: 0;
}
.banner-btn_wrapper .btn:first-child {
    transform: translateX(-30px);
}
.banner-btn_wrapper .btn:last-child {
    transform: translateX(30px);
}
.banner-section .banner-slide.slick-current .banner-btn_wrapper .btn {
    opacity: 1;
    transform: translateX(0);
    transition: all .6s ease-in-out 0.3s;
}
.section-main-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.highlights-wrapper .service-content h4 {
    max-width: 16ch;
    margin-inline: auto;
}
.service-col {
    border-radius: 16px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.service-col:hover {
    background-color: rgba(102, 16, 242, 0.09);
}
.footer-contact-link{
    display: flex;
    align-items: baseline;
}
.custom-testimonial-slider .testimonial-inner {
    display: grid;
    grid-template-columns: .2fr 1fr;
    gap: 30px;
    align-items: center;
}
.testimonial-slider-content p {
    max-width:66ch;
}
.testimonial-inner-img  img {
    height: 100%;
    object-fit: cover;
}
.testimonial-inner-img img {
    height: 200px;
    width: 200px !important;
    object-fit: cover;
    object-position: top;
}
.our-clients-wrapper .slick-slide {
    margin-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-clients-wrapper .slick-slide img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
/* about-us page */
.about-page-nav .navbar-nav .nav-link.nav-item {
    color: rgba(0, 0, 0, .55);
}
.vision-box svg {
    width: 80px;
    height: 80px;
}
.vision-main::after {
    content: '';
    display: block;
    width: 2px;
    height: 70%;
    background: #0000005c;
    position: absolute;
    top: 18%;
    left: auto;
    right: -22px;
}
.vision-box h4 {
    letter-spacing: 2px;
}
.vision-box h4::after {
    content: '';
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #f74780;
    height: 1.5px;
    max-width: 210px;
    margin-top: 22px;
}
.vision-box h4::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background: #f74780;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -6px;
    transform: translateX(-50%);
}
.vision-box p{
    max-width: 46ch;
    margin: 0 auto;
}
.service-wrapper h4 {
    font-size: 36px;
}
.service-wrapper p {
    font-size: 20px;
    color: #353f4f;
}
.about-us-section .section-main-heading {
    max-width: 24ch;
}
.value-container {
    box-shadow: 0 2px 10px #0000003d;
    border-radius: 12px;
    min-height: 278px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-bottom: 6px solid #f7478066;
    transform: translateY(0);
    transition: transform .5s ease-in-out;
}
.feature-content h4 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.value-container:hover  {
    transform: translateY(-10px);
    border-color: #f74780;
}
.section-md-heading {
    font-size: 24px;
    line-height: 1.2;
}
.section-md-heading {
    font-size: 18px;
    line-height: 1.2;
}
.left-txt-withimg-list li::marker , .custom-tablists li::marker {
    font-size: 18px;
    font-weight: 500;
    color: #f74780;
}
/* services-page */
.services-heading {
    font-size: 22px;
    line-height: 1.2;
}
.services-subheading {
    font-size: 16px;
}
.develop-wrapper img {
    object-fit: cover;
}

.custom-tabs .nav-link {
    border-radius: 10px;
    box-shadow: 0 2px 10px #00000029;
    min-width: 160px;
    font-size: 18px;
    line-height: 1.5;
}
.custom-tabs .nav-link.active {
    background: #f74780;
    border-color: #f74780 !important ;
    color: #ffffff;
}
.custom-tabs .nav-tabs .nav-link:hover, .custom-tabs .nav-tabs .nav-link:focus {
    border-color: transparent  !important;
}
.custom-tabcontent-wrapper img {
    max-height: 520px;
    max-width: 600px;
    object-fit: cover;
}
.certificate-img img {
    max-height: 560px;
    object-fit: cover;
}
.font-gray , .font-gray:hover {
    color: #757575;
}

@keyframes accordion-up-content {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media  screen and (max-width:1200px) {
    .banner-title {
        font-size: 56px;
    }
    .banner-text {
        font-size: 18px;
    }
    .custom-testimonial-slider .testimonial-inner {
        grid-template-columns: .3fr 1fr;
    }
}
@media  screen and (max-width:992px) {
    .banner-title {
        font-size: 48px;
        max-width: 20ch;
    }
    .banner-text {
        max-width:46ch
    }
    .banner-content {
        padding-inline: 20px;
    }
    .banner-section .slick-arrow {
        padding: 8px 10px;
    }
    .banner-image img {
        height: auto;
        min-height: 70vh;
    }
    .section-main-heading {
        font-size: 28px;
    }
    .testimonial-inner {
        padding: 0 !important;
    }
    .custom-testimonial-slider .testimonial-inner {
        grid-template-columns: 1fr ;
    }
    .testimonial-inner-img img {
        max-height: 346px;
    }
    .testimonial-inner-img  {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:767px){
    .vision-main::after {
        display: none;
    }
    .service-wrapper h4 {
        font-size: 34px;
    }
    .service-wrapper p {
        font-size: 18px;
    }
}
@media  screen and (max-width:576px) {
    .banner-section .slick-next {
        top: auto;
        bottom: 10px;
        left: 22%;
        right: auto;
        border-radius: 6px;
        padding-inline:12px;
    }
    .banner-section .slick-prev {
        top: auto;
        bottom: 10px;
        left: 26px;
        border-radius: 6px;
        padding-inline:12px;
    }
    .banner-content {
        padding-inline: 12px;
    }
    .banner-title {
        font-size: 38px;
    }
    .banner-section  .banner-btn_wrapper .btn {
        padding-inline: 10px !important;
        width: 100%;
    }
    .section-main-heading {
        font-size: 22px;
    }
}
