
.contacthead,.contactHead{
    font-size: 85px;
    font-family: var(--bold);
    font-weight: 700;
    color: #1B1B1B;
    margin-left: -100px !important;
}

.secHead{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   text-align: center;
   flex-direction: column;
   width: 50%;
   margin-left: 25%;
}

.secHead .contactehad{
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.contact_span {
    color: #F1C430;
    font-family: var(--semiBold);
}

.head {
    font-size: 40px;
    font-family: var(--bold);

}

.contact_sec {
    background-image: url(../images/Image_sec.svg);
    background-position: center;
    background-size: cover;
}

.contact_sec p {
    font-family: var(--rubik);
    font-size: 16px;
    line-height: 25px;
    color: #FFF;
}

.banner {
    background-image: url(../images/Section.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: linear-gradient(91deg, #DEA72B 9.49%, #F3C85A 103.77%);

    height:100px;
    flex-shrink: 0; */
}
.contact_btn{
    display: flex;

padding:10px 24px;
justify-content:center;
align-items: center;
gap: 9.686px;
flex-shrink: 0;
border-radius: 5px;
border: 2px solid #FFF;
background-color: #F1C430;
}

.contact_us {
    margin-left: -150px;
}

.contact_section {
    padding: 60px 140px;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid #FFF;

}

.contact_section label,
.contactInput h6 {
    font-family: 'Monsterrat-Regular';
}


.contacts {
    padding-top: 4px;
    /* margin-bottom: 100px; */

}



.namee {
    font-weight: 600;
    letter-spacing: .8px;
    font-size: 17px;
    font-family: "Monsterrat-Regular";
}

.contacts h6 {
    font-size: 16px;
}


.contactInput input {
    padding-top: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    width: 100%;
    padding-left: 20px;
}

.contact_social i {
    font-size: 25px;
}

/* .name {
    width: 47%;

} */

.card{
    height: 700px;
}
 

.contactInput input:focus {

    outline: none;

}

.send {
    background-color: #F1C430;
    padding: 20px 100px;
    border: none;
    color: white;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: "Monsterrat-Regular";
    font-weight: 700;

}

.inputs {
    margin-bottom: 38px;
}

.contacts h5 {
    font-size: 20px;
}

.contacts h6 {
    font-size: 14px;
}

.contBtn{
    /* width: 100%; */
    border: 1px solid white;
    padding: 12px 24px;
    font-size: 18px;
    color: white;
    background-color: transparent;
    font-family: "Monsterrat-Regular";
}

.contBtn.active {
    background: linear-gradient(91deg, #DEA72B 9.49%, #F3C85A 103.77%);
    border: none;
}

/* contact section end */
/* service section start*/
.service_sec {
    background-image: url(../images/sevice_image.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.wrapper .buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    padding: 0 10px;
}

.pricing-features{
    min-height: 400px;
  
}

.wrapper .buttons:hover {
    width: 150px;
    padding: 0 15px;
    outline: none;
}

.wrapper .buttons:nth-child(1):hover {
    background: linear-gradient(to right, #E62E2D, #D82B7E, #A533C8);
}

.wrapper .buttons:nth-child(2):hover {
    background: linear-gradient(to right, #0057FF, #35A8FF);
}

.wrapper .buttons:nth-child(3):hover {
    background: linear-gradient(to right, #17AFFF, #65D5FF);
}

.wrapper .buttons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: white;
    text-align: center;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    position: absolute;
    left: 0;
}

.wrapper .buttons .icon i {
    font-size: 18px;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
}

.wrapper .buttons:hover .icon {
    background: none;
    outline: none;
}

.wrapper .buttons .text {
    opacity: 0;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-left: 30px;
    transition: opacity 0.3s ease-out;
}

.wrapper .buttons:hover .text {
    opacity: 1;
}

.service_txt {
    position: relative;
    font-family: Oswald-Bold;
    font-size: 110px;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px white;
    /* Creates the outlined effect */
    letter-spacing: .5px;
    z-index: 2;

}

.ser_banner {
    background-image: url(../images/service-banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
}

/* lastsection */
.girl1 {
    background-image: url(../images/girl1.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.girl1 h4,
.girl2 h4 {
    color: #FFFFFF;
    font-size: 22px;
}

.girl1 span,
.girl2 span {
    color: #F1C430;
}

.girl1 button,
.girl2 button {
    padding: 12px 42px;
    border: none;
    background-color: #F1C430;

}

.girl1 h3,.girl2 h3{
    font-size: 45px !important;
    color: #F1C430;
    font-family: var(--bold);
  
}


.girl2 {
    background-image: url(../images/girl2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.service_content {
    padding: 180px 150px 20px 50px;
}

.service_cont {
    padding: 180px 150px 20px 50px;
}

.sub_content {
    color: #D6D1D1;
    font-size: 14px;
}

.serv_card {
    border-radius: 40.72px;
    background: linear-gradient(0deg, #373737 0%, #373737 100%), #FFF;
    box-shadow: 0px 2.776px 92.545px 0px rgba(0, 0, 0, 0.10);
    display: flex;

    padding: 60px 40px;
   
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.serv_card h4 {
    font-size: 20px;
    font-family: var(--bold);
}

.pricing {
    font-size: 200px;
    color: #504F4F;
    font-family: var(--bold);
    opacity: .2;
}

.pricing_plan {
    margin-top: -160px;
}





.pricing-card {
    width: 320px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.pricing-card1 {
    border-radius: 4.714px;
    background: #F1C430;
    box-shadow: 0px 141.418px 141.418px -94.279px rgba(76, 86, 115, 0.08);
    padding: 10px;
    width: 320px;
}

/* Icon Styling */
.icon-container img {
    width: 50px;
}

.feature-title {
    font-family: var(--rubik);
    font-size: 18px;
    color: #888;
}


.card-body h4 {
    font-family: var(--rubik);
}

.check-icon {
    color: #FFC107;
    font-size: 18px;
}

/* Text Styling */

.feature-subtitle {
    font-size: 12px;
    color: #888;
    font-family: var(--rubik);
}

/* Price */
.price {
    font-size: 20px;
    font-family: var(--rubik);
    font-weight: bold;
    color: #FFC107;
}

.pricing-features {
    border-top: 1px solid grey;

}

/* Button Styling */
.choose-plan {
    background-color: #FFC107;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--rubik);
}

.choose_plan {
    background-color: white;
    color: black;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--rubik);
}

.choose-plan:hover {
    background-color: #e0a800;
}
.choose_plan:hover{
    background-color: #e0a800;
}

.icon_sec h4 {
    font-family: var(--rubik);
}

.icon_sec {
    border-radius: 4.714px 4.714px 0px 0px;
    border-bottom: 1.178px solid #F0F3F9;
    background: #FFF;
}

.contactInput .namee,
.send {
    font-size: 15px;

}

.card-container {
    position: relative;
    width: 100%;
    height: 280px;
    background: url('../images/Image1.svg') no-repeat center center/cover;
    overflow: hidden;
    /* border-radius: 10px; */
}

.yellow-badge {
    position: absolute;
    height: 100%;
    width: 70px;
    background: #F1C430;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    left: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 2;
}


.badge-text {
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 20px;
    z-index: 3;
   
}

.Rectangle {
    width: 0;
    height: 0;
    background-color: #F1C430;
 position: absolute;
 top: 40%;
    /* border-left: 10px solid #F1C430;
    border-right: 10px solid #F1C430;
    border-bottom: 20px solid #F1C430; */
    /* You can change the color here */
   
}
.card_one{
    background-image: url(../images/card1.png);
}
.card_two{
background-image: url(../images/fam.svg);
}
.card_three{
background-image: url(../images/card3.png);
}
.card_four{
background-image: url(../images/card4.png);
}
.card_five{
background-image: url(../images/card5.png);
}

.black-card {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    opacity: 0;
    transform-origin: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.service_content h4{
    font-size: 35px;
}
.service_cont h4{
    font-size: 35px;
}

.card-container:hover .yellow-badge {
    transform: translateX(-100%);
    opacity: 0;
}

.card-container:hover .black-card {
    opacity: 1;
    transform: scale(1);
}

.scrollingwrapper {
   display: flex;
   justify-content: space-between;

}

/* .
.contacthead{
    font-size: 85px;
    font-family: var(--bold);
    font-weight: 700;
    color: #1B1B1B;
    margin-left: -100px !important;
}

.secHead{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    flex-direction: column;
    width: 50%;
    margin-left: 25%;
 }
 
 .secHead h2{
     /* margin-left: -100px !important; */
 
 
 .secHead .contacthead{
     position: absolute;
     top: 50%;
     left: -5%;
     transform: translate(-50%, -50%);
     z-index: -1;
 }
 

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
    .contact_section {
        padding: 60px 50px !important;
    }

    .pricing-card {
        width: 277px;

        padding: 15px;
    }

    .pricing-card1 {
        width: 277px;
        padding: 15px;

    }

    .serv_card h4 {
        font-size: 17px;
    }

.secHead{
    width: 60%;
    margin-left: 20%;
}

.feature-title{
    font-size: 16px;
}
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
    .contactHead {
        font-size: 50px;
    }



    .contact_image {
        padding-left: 10px !important;
    }

    .cont_button {
        padding: 8px 14px;
    }

    .contact_section {
        padding: 60px;
    }

    .contactInput .namee,
    .send {
        font-size: 13px;
    }

    .send {
        padding: 20px 40px;
    }

    /* .pricing-card {
        width: 240px;

        padding: 8px;
    }

    .pricing-card1 {
        width: 240px;
        padding: 8px;

    } */

    .serv_card h4 {
        font-size: 12px;
    }

    .serv_card {
        padding: 60px 20px;
    }
    .banner .subHead{
        font-size: 23px !important;
    }
   
    .secHead h2{
        margin-left: 0 !important;
    }
    .secHead{
        width: 100%;
        margin-left: 0px;
    }

    .scrollingwrapper {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        user-select: none;
        display: inline-flex;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        gap: 10px;
        padding: 10px;
        scroll-snap-type: x mandatory;
    
    }
    
    .scrollingwrapper::-webkit-scrollbar {
        display: none;
    }
    
   
    .scroll_card{
        min-width:40vw;
        scroll-snap-align: start;
        flex: 0 0 auto;
        text-align: center;
        text-decoration: none;
    }
    
}


@media only screen and (max-width: 992px) and (min-width : 768px) {
    .contactHead {
        font-size: 50px;
    }
    .service_txt{
        font-size: 90px;
        padding: 50px;
    }

    .contactInput .namee,
    .send {
        font-size: 15px;

    }

    .conRow {
        display: flex !important;

    }

    .contact_section h2 {
        width: 100% !important;
    }

    .contact_image {
        padding-left: 10px !important;
    }

    .cont_button {
        padding: 8px 12px;
        font-size: 12px;
    }

    .contact_section {
        padding: 60px;
    }

    .send {
        padding: 20px 40px;
    }


    .girl1 {
        background-image: url(../images/girl1.svg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .girl1 h4,
    .girl2 h4 {
        font-size: 22px !important;
        padding-top: 10px;
    }

    .girl1 span,
    .girl2 span {
        color: #F1C430;
    }

    .girl1 button,
    .girl2 button {
        padding: 12px 24px;
        border: none;
        background-color: #F1C430;
        border-radius: 3px;
    }

    .girl2 {
        background-image: url(../images/girl2.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .service_cont {
        padding: 0 !important;
        text-align: center;
    }

    .service_content {
        padding: 0px !important;
        text-align: center;
    }

    .service_content p {
        width: 100% !important;
        font-size: 16px;
        line-height: 26px;
    }

    .service_cont p {
        width: 100% !important;
        font-size: 16px;
        line-height: 24px;
    }
    
    /* .pricing-card {
        width: 400px;

        padding: 15px;
        margin-left: 120px;
    }

    .pricing-card1 {
        width: 400px;
        padding: 15px;
        margin-left: 120px;

    } */
    
    .scrollingwrapper {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        user-select: none;
        display: inline-flex;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        gap: 10px;
        padding: 10px;
        scroll-snap-type: x mandatory;
    
    }
    
    .scrollingwrapper::-webkit-scrollbar {
        display: none;
    }
    
   
    .scroll_card{
        min-width:40vw;
        scroll-snap-align: start;
        flex: 0 0 auto;
        text-align: center;
        text-decoration: none;
    }
    
  
    .secHead{
        text-align: center;
            width:80%;
            margin-left: 0%;
            margin-left: 10%;
         }
         
         .secHead h2{
             margin-left: -60px !important;
         }
         .contact_sec .more{
            margin-left: 77px !important;
         }

         .contBtn{
            padding: 6px 9px !important;
            font-size: 14px !important;
         }

}

@media only screen and (max-width: 768px) {
    .contactHead {
        margin-left: -3px !important;
         font-size: 72px;
         text-align: center;

}
.contBtn{
    padding: 7px 10px;
    font-size: 16px;
}
    .contact_image {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .contact_us{
        margin-left: -324px !important;
    }

    .contact_section {
        padding: 20px;
        flex-shrink: 0;
        /* border-radius: 0px; */
        /* border: none; */
    }

    .contactInput input {
        padding-top: 10px;
    }

    .contactInput .namee,
    .send {
        font-size: 15px;

    }


    .contacts {
        padding-top: 10px;

    }

    .cont_button {
        padding: 10px 12px;
        font-size: 12px;
    }



    .contacts h5 {
        font-size: 16px;
        margin-top: 3px;
    }

    .contacts h6 {
        font-size: 14px;
        color: #292D33;

    }


    .send_btn {
        justify-content: center !important;

    }

    .map {
        width: 100%;
       
    }

    .name {
        width: 100%;
        font-size: 12px;
        margin-top: 0px;

    }


    .girl1 {
        background-image: url(../images/girl1.svg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .girl1 h4,
    .girl2 h4 {
        font-size: 22px !important;
        padding-top: 10px;
    }

    .girl1 span,
    .girl2 span {
        color: #F1C430;
    }

    .girl1 button,
    .girl2 button {
        padding: 12px 24px;
        border: none;
        background-color: #F1C430;
        border-radius: 3px;
    }

    .girl2 {
        background-image: url(../images/girl2.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .service_cont {
        padding: 0 !important;
        text-align: center;
    }

    .service_content {
        padding: 0px !important;
        text-align: center;
    }

    .service_content p {
        width: 100% !important;
        font-size: 16px;
        line-height: 26px;
    }

    .service_cont p {
        width: 100% !important;
        font-size: 16px;
        line-height: 24px;
    }

    .pricing {
        font-size: 100px;
    }

    .card_price {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pricing {
        font-size: 90px;
    }

    .pricing_plan {
        margin-top: -70px;
    }

    .service_txt {

        font-size: 70px;
        padding: 30px;

    }

    .serv_card{
        width: 80%;
        margin-left: 50px;
    }
  


    .scrollingwrapper {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        user-select: none;
        display: inline-flex;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        /* gap: 10px; */
        padding: 10px;
        scroll-snap-type: x mandatory;
    
    }
    
    .scrollingwrapper::-webkit-scrollbar {
        display: none;
    }
    
    /* .scrollingwrapper .scrollcard {
        width:50%;
    } */
    .scroll_card{
        min-width:48vw;
        scroll-snap-align: start;
        flex: 0 0 auto;
        text-align: center;
        text-decoration: none;
        margin-right: 20px;
    }
    
    .secHead{
        text-align: center;
            width:100%;
            margin-left: 0%;
         }
         
         .secHead h2{
             margin-left: 0px !important;
         }

          
 .secHead .contacthead{
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin-left: 0% !important;
}
.girl1 h3,.girl2 h3{
    font-size: 35px !important;
}
.service_content p,.service_cont p{
    width: 80% !important;
    margin-left: 10%;
}


}



@media only screen and (max-width : 576px) {
.girl1 h3,.girl2 h3{
    font-size: 35px !important;
}
    
    .contactHead {
        font-size: 55px !important;
        /* padding-left: 75px; */
    }
    .head{
        font-size: 20px;
    }

    .contact_us {
        margin-left: -50px;
    }
    
    .contact_section {
        padding: 20px;
        flex-shrink: 0;
        border-radius: 0px;
        border: none;
    }

    .contact_image {
        padding: 0px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contact_social {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

  



    .contacts {
        padding-top: 10px;

    }

    .contacts h5 {
        font-size: 16px;
        margin-top: 3px;
    }

    .contacts h6 {
        font-size: 14px;
        color: #292D33;

    }

    .contactInput input {
        padding: 10px;

    }

    .send {
        padding: 12px 30px;

    }

    .send_btn {
        display: flex;
        justify-content: center !important;

    }
    .name {
        width: 100%;
        font-size: 12px;
        margin-top: 0px;
    }

    .cont_button {
        border: 1px solid white;
        padding: 8px 11px;
        font-size: 9px;
        color: white;
    }

    .pricing {
        font-size: 90px;
    }

    .pricing_plan {
        margin-top: -70px;
    }

    .service_txt {

        font-size: 50px;
        padding: 30px;

    }

    .contact_us {
        margin-left: -80px;
    }

    .we_offer {
        width: 100%;
    }

    .pricing-car {
        width: 100% !important;
    }

    .service_sec {

        /* height:150px; */
        padding: 70px 0px;
    }

    .pricing-card {
        background: #fff;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
        padding: 20px;
    }


    .girl1 {
        background-image: url(../images/girl1.svg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .girl1 h4,
    .girl2 h4 {
        font-size: 22px !important;
        padding-top: 10px;
    }

    .girl1 span,
    .girl2 span {
        color: #F1C430;
    }

    .girl1 button,
    .girl2 button {
        padding: 12px 24px;
        border: none;
        background-color: #F1C430;
        border-radius: 3px;
    }

    .girl2 {
        background-image: url(../images/girl2.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .service_cont {
        padding: 0 !important;
        text-align: center;
    }

    .service_content {
        padding: 0px !important;
        text-align: center;
    }

    .service_content p {
        width: 100% !important;
        font-size: 16px;
        line-height: 26px;
    }

    .service_cont p {
        width: 100% !important;
        font-size: 16px;
        line-height: 24px;
    }
    .serv_card{
        width: 90%;
        margin-left: 20px;
    }

    .scrollingwrapper {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 10px;
        width: 100%;
    }
    
    .scrollingwrapper::-webkit-scrollbar {
        display: none; /* Hide scrollbar */
    }
    
    .scroll_card{
        min-width: 40vw; /* Each card takes full screen width */
        scroll-snap-align: start;
        flex: 0 0 auto;
        padding: 15px;
        /* background-color: #f4f4f4; */
        text-align: center;
        text-decoration: none;
        /* color: #333; */
        font-size: 18px;
        margin-right: 0;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        white-space: nowrap;
    }
    
    .secHead{
        text-align: center;
            width:100%;
            margin-left: 0%;
         }
         
         .secHead h2{
             margin-left: 0px !important;
         }
         
         .secHead .contacthead{
             top: 50%;
             left: 50% !important;
             transform: translate(-50%, -50%);
             margin-left: 0% !important;
         }
         .secHead .heading{
            font-size: 32px !important;
         }

         .contact_sec .contactHead{
            position: absolute;
            top: 50%;
            left: 50% !important;
            transform: translate(-50%, -50%);
            margin-left: 0% !important;
            z-index: -1;
            text-align: center;
         }
         .contact_sec .more{
            margin-left: 317px !important;
         }

         .contBtn{
            padding: 6px 7px;
            font-size: 15px !important;
         }

         .banner .container{
             width: 100% !important;
             justify-content: center !important;
             align-items: center;
             text-align: center;
            flex-direction: column;
            gap: 10px;
       
         }
        

         .feature-title{
            font-size: 16px !important;
         }
        
         .price{
            font-size: 17px;
         }
      
}