/* 1-7-2025 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h4{

    font-size: 20px;

    font-weight: 700;

}



h5{

    font-size: 16px;

    font-weight: 700;

}

p{

    line-height: 30px;

}

.mt-100{

    margin-top: 100px;

}

.mb-100{

    margin-bottom: 100px;

}

body.main-landing-page .navigation ul li a,
body.main-home-page .navigation ul li a{

    font-weight:700;

}

body.main-landing-page h2,
body.main-home-page h2 {

    font-size: 48px;

    font-weight: 800;

}



.main-landing-page .banner,
.main-home-page .banner {

    background: url('../images/banner-landing-page.webp');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: 100% 100%;

}



body.main-landing-page,
body.main-home-page {

    font-family: "Montserrat", sans-serif;

}  

body.main-landing-page .landing-page-banner h1,
body.main-home-page .landing-page-banner h1 {

    font-size: 48px;

    font-weight: 800;

}

body.main-landing-page .m-auto,
body.main-home-page .m-auto {

    max-width: 770px;

    text-align: center;

    margin-bottom: 30px !important;

}



body.main-landing-page .landing-page-banner p,
body.main-home-page .landing-page-banner p {
    margin: 12px 0 30px 0;
    color: #ffffff;

}

body.main-landing-page .cta-yellow,
body.main-home-page .cta-yellow  {

    text-transform: capitalize;

    font-weight: 800;

    padding: 17px 40px !important;

}

.our-service-sec {

    width: 100%;

    /* float: left; */

    text-align: center;

    display: inline-block;

}

.services-card h3 {

    font-size: 16px;

    font-weight: 700;

    color: #2d2d2d;

    margin: 20px 0 10px 0;

}



.services-card img {

    background-color: #F9D34A;

    width: 100px;

    height: 100px;

    padding: 5px;

    border-radius: 50%;

    object-fit: none;

}



#test-slider .item {
    margin: 15px;
    display: inline-block;
}

.our-service-sec .cta-yellow {
    margin-top: 30px;
}
#accordion .accordion-heading h3 {

    font-size: 18px;

    font-weight: 700;

}

.portfolio-info h3 {

    font-size: 20px;

    font-weight: 700;

}

.pricing_card h3 {

 font-size: 20px;

 font-weight: 700;

}
.website-benefits-sec .row {

    row-gap: 30px;

}
.testimonials {
    background-color: #f7f7f7;
    margin-bottom: 100px;
}

.services-card h3 a {

    color: #2d2d2d;

}

.services-card p a {

    color: #2d2d2d;

    text-decoration: underline;

    text-underline-offset: 3px;

}

.services-card h3:hover a {

    text-decoration: underline;

}



.web-techniques-sec {

    background: #F7F7F7;

    display: inline-block;

    width: 100%;

    padding: 80px  0;

}

.techniques-card {

    display: flex;

    gap: 30px;

    margin-top: 30px;

}

.techniques-card .number {

    font-size: 24px;

    font-weight: 700;

    background-color: #F9D34A;

    width: 100%;

    height: 70px;

    display: flex;

    align-items: center;

    border-radius: 50%;

    justify-content: center;

    max-width: 70px;

}

.techniques-card .content h3 {

    margin-bottom: 5px;

    font-size: 16px;

    font-weight: 700;

}



.choose-card .title_wraper h3 {

    font-size: 16px;

    font-weight: 700;

}

.choose-card .title_wraper {

    display: flex;

    align-items:center;

    gap: 15px;

    margin-bottom: 15px;

}

.choose-card {

    border: 1px solid #DDDDDD;

    padding: 30px;

    border-radius: 10px;

    height: 100%;

}

.title_wraper img {

    background-color: #F9D34A;

    height: 70px;

    padding: 5px;

    border-radius: 50%;

    object-fit: none;

    width: 100%;

    max-width: 70px;

}



body.main-landing-page .title,
body.main-home-page .title{

    text-align: center;

}

.choose-us-sec .row {

    row-gap: 30px;

}

.website-benefits-sec {
    padding: 100px 0;

}

.services-card {

    text-align: center;

    padding: 30px;

    border-radius: 10px;

    height: 100%;

    transition: 0.3s;

}

.services-card:hover img {

    background-color: #fff;

    transition: 0.3s;

}

.services-card:hover {

    box-shadow: 0 0 18px 2px rgba(249, 211, 74, .25);

    background-color: #f9d34a;

    transition: 0.3s;

}

body.main-landing-page .landing-page-banner,
body.main-home-page .landing-page-banner {

    padding-top: 140px;

    text-align: center;

    padding-bottom: 90px;

    max-width: 770px;

    text-align: start;

    padding-right: 90px;

}



.portfolio_title a i {

    font-size: 16px;

    color: #000000;

    background-color: #F9D34A;

    padding: 10px;

    width: 40px;

    height: 40px;

    align-items: center;

    display: flex;

    justify-content: center;

    border-radius: 5px;

}

.portfolio_title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 30px;

}



.our-portfolio-sec .row {

    row-gap: 30px;

}

.portfolio-info img {

    width: 100%;

    background-color: #F7F7F7;

    padding: 30px 30px 0 30px;

    height: 440px;

    object-fit: cover;

}



#contact-modal .required.v-error {

    border-color: red;

}

.pricing_card {

    border: 1px solid #DDDDDD;

    border-radius: 10px;

    padding: 50px 30px 30px;

    text-align: center;

    margin-top: 15px;

    transition: 0.3s;

}

.pricing_card:hover {

    box-shadow: 0px 0px 50px 0px rgba(255, 51, 51, 20%);

    transition: 0.3s;

    border: 1px solid #F9D34A;

}



.pricing_card .number {

    font-size: 48px;

    font-weight: 700;

    padding: 5px 0 20px 0;

    display: inline-block;

    line-height: normal;

}     



.pricing-sec {
    padding: 100px 0;

}

.pricing_card ul {

    padding: 0;

    list-style-type: none;

    text-align: start;

    margin-bottom: 30px;

}

.pricing_card ul li::before {

    content: "\f00c";

    font-family: 'Font Awesome 5 Free';

    font-weight: 700;

    color: #F9D34A;

    padding-right: 15px;

    margin-left: -30px;

}

.pricing_card ul li {

    margin-bottom: 0;

    line-height: 40px;

    padding-left: 30px;

}

.pricing_card .cta-yellow {

    width: 100%;

}



.pricing_card.most-popular-card {



    position: relative;

}



.pricing-sec .nav-tabs {

    border: 1px solid #DDDDDD;

    display: inline-flex;

    padding: 10px;

    border-radius: 30px;

}

.pricing-sec .nav-tabs .nav-item .nav-link {

    border: none;

    font-size: 20px;

    font-weight: 600;

    padding: 5px 20px;

    color: #2d2d2dab;

}

.pricing_card .number span {

    font-size: 16px;

    font-weight: 400;

    color: rgba(0, 0, 0, 0.7);

}

.pricing-sec .start-from {

    display: block;

    font-size: 14px;

    font-weight: 600;

    padding-top: 15px;

    text-align: start;

    margin-left: 18px;

}

#contact-modal .alert-success {

    font-size: 16px;

    text-align: center;

    margin: 20px  0;

}

.pricing-sec .nav-tabs .nav-item .nav-link.active {

    color: #2d2d2d;

    background-color: #F9D34A;

    border: none;

    border-radius: 30px;

    padding: 5px 20px;

}

.pricing-sec .nav-tabs .nav-item .nav-link:hover{

    border:none;

}

#contact-modal #inquiry_form label {

    font-size: 14px;

    margin-bottom: 5px;

}

#contact-modal .modal-content {

    padding: 25px 40px;

    border: none;

    border-radius: 10px;

    height: 95vh;

    overflow: auto;

}

body.main-landing-page.modal-open .modal {

    overflow: hidden;

    padding-right: 0 !important;

}

#contact-modal .modal-header .close i {

    font-size: 24px;

}

#contact-modal .modal-header .close {

    opacity: 1;

    position: absolute;

    right: 20px;

    top: 20px;

}

#contact-modal .modal-header {

    border-bottom: none;

}

.pracing-tab {

    width: 100%;

    text-align: center;

    margin-bottom: 30px;

}

.most-popular-text {

    color: #2D2D2D;

    background-color: #F9D34A;

    display: inline-block;

    border-radius: 15px;

    padding: 5px 21px;

    line-height: normal;

    position: absolute;

    top: 0;

    transform: translate(-50%, -50%);

}



body.main-landing-page .sm-container,
body.main-home-page .sm-container  {

    max-width: 920px;

    margin: 0 auto;

    padding-left: 15px;

    padding-right: 15px;

}

.accordion-title-wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background-color: #F7F7F7;

    padding: 23px 30px;

    border-radius: 5px;

    width: 100%;

    border: unset;

}

.accordion-title-wrapper .dropdown {

    font-size: 16px;

}

.faq-sec #accordion {

    max-width: 770px;

    margin: 0 auto;

    margin-top: 30px;

}

.faq-sec .accordion-body {

    background-color: #F7F7F7;

    padding: 0 30px 30px;

    border-radius: 0 0 5px 5px;

}

.faq-sec .accordion_card:last-child {

    margin-bottom: 0;

}

.faq-sec .accordion_card {

    margin-bottom: 20px;

}



.faq-sec .description {

    margin-top: 80px;

    font-size: 24px !important;

    text-align: center;

    line-height: 42px;

}



.accordion-title-wrapper[aria-expanded="true"] .dropdown i {

  transform: rotate(180deg);

  transition: transform 0.3s ease;

}



.accordion-title-wrapper .dropdown i {

  transition: transform 0.3s ease;

}



.conversion-sec .container {

    background-color: #F9D34A;

    border-radius: 5px;

}



.conversion-sec .conversion-content {

    max-width: 770px;

    margin: 0 auto;

    text-align: center;

    padding: 100px 0;

}

.conversion-sec .conversion-content .cta-black {

    margin-top: 20px;

    color: #fff;

    border: 2px solid #2d2d2d;

}

.conversion-sec .conversion-content .cta-black:hover{

    border: 2px solid #2d2d2d;

}

.conversion-sec .conversion-content h2 {

    margin-bottom: 15px;

}

.cta-black {

    background: -webkit-linear-gradient(to right,#2d2d2d  50%,#f9d34a 50%);

    background: -o-linear-gradient(to right,#2d2d2d 50%,#f9d34a 50%);

    background: linear-gradient(to right,#2d2d2d 50%,#f9d34a 50%);

    background-size: 207% 100%;

}

.faq-sec h2{

    text-align: center;

}















@media (max-width: 991px) {

    body.main-landing-page h2,
    body.main-home-page h2 {

        font-size: 32px;

    }

    .techniques-card {

        gap: 15px;

        flex-direction: column;

    }

    .pricing_card {

      margin-top: 30px;

  }

  .pracing-tab {



    margin-bottom: 15px;

}

}







@media (max-width: 767px) {

    .mt-100{

        margin-top: 50px;

    }

    .mb-100{

        margin-bottom: 50px;

    }

    body.main-landing-page .landing-page-banner,
    body.main-home-page .landing-page-banner{

        padding-top: 100px;

        padding-bottom: 60px;

    }

    .website-benefits-sec {

        padding: 50px 0;

    }

    .conversion-sec .conversion-content {



        padding: 50px 0;

    }

    .accordion-title-wrapper {

        align-items: baseline;

        text-align:start;

    }

    .faq-sec .description {

        margin-top: 50px;

        font-size: 18px !important;

    }

    .pricing_card {



        margin-top: 0px;

    }

    .pricing-sec .row {

        row-gap: 30px;

    }

    .techniques-card {

        gap: 12px;

        flex-direction: column;

        text-align: center;

    }

    .techniques-card .number {

        font-size: 20px;

        height: 70px;

        margin: 0 auto;

    }

    .web-techniques-sec{

        padding:50px 0;

    }

    .pricing-sec {

        padding: 50px 0;

    }

    .choose-card .title_wraper {

        flex-direction: column;

        margin-bottom: 5px;

    }

    .choose-card {

        text-align: center;

    }

    body.main-landing-page .landing-page-banner,
    body.main-home-page .landing-page-banner{

    	padding-right: 0px;

    }

    body.main-landing-page .landing-page-banner h1,
    body.main-home-page .landing-page-banner h1 {

        font-size: 36px;

    }

    .main-landing-page .banner,
    .main-home-page .banner {
        background-position: 10%;

        background-size: cover;

    }

    body.main-landing-page h2,
    body.main-home-page h2 {

        font-size: 32px;

    }  

    .pricing_card .number {

        padding: 10px 0;

    }

    .footer-top-links .footer-icons ul {

        padding-left: 0;

    }

    #contact-modal .modal-header h2 {

        font-size: 28px;

    }

    #contact-modal .contact-sec-outer2 {

        margin: 0;

    }

    .pricing_card.most-popular-card {

        margin-top: 15px;

    }

    .pracing-tab {

        margin-bottom: 30px;

    }

    body.main-landing-page .cta-yellow,
    body.main-home-page .cta-yellow  {

        padding: 17px 30px !important;

    }

}