/* 
h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
} */


.wrapper {
    height: 100vh;
}

.title {
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: fit-content;
}

.b-title {
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: fit-content;
}

/* Header start */


/* Header Style   ||-------------------*/
.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

    .header.header-prepare {
        /* background-color: rgba(51, 51, 51, 0.90); */
        background-color: #fff;
    }

    .header.header-fixed {
        display: block;
        margin-top: 0 !important;
        position: fixed;
        height: 65px;
        /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
    }

.header-inner {
    /* padding-left: 30px;
    padding-right: 30px; */
    position: relative;
}

.header-fixed .logo a {
    /* margin-top: 15px;
    margin-bottom: 15px; */
    width: 160px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 26px 12px;
}

@media all and (max-width: 1024px) {
    .header {
        height: 65px;
    }

        .header .logo a {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 160px;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }
}

/* Logo Style   ||-------------------*/
.logo {
    float: left;
    text-align: left;
    display: inline-block;
}

    .logo a {
        width: 180px;
        display: block;
        /* margin-top: 30px;
        margin-bottom: 30px; */
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .header .logo a img{
        margin: 11px 0;
    }

    .header-fixed .logo a img{
        margin: 0;
    }
        .logo a img {
            width: 100%;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }



/* Navigation Menu Style  ||-------------------*/
.nav-menu {
    position: static;
    float: right;
    display: block;
}

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul.nav-menu-inner {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul.nav-menu-inner > li {
            display: inline-block;
            list-style: none;
            text-align: center;
        }

            .nav-menu ul.nav-menu-inner > li > a {
                display: block;
                color: #000;
                font-size: 13px;
                line-height: 1;
                padding: 43px 12px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-family: "Raleway",sans-serif;
            }

            /* .header-fixed .nav-menu ul.nav-menu-inner > li > a{
                color: #fff;
            } */

.nav-menu-icon {
    display: none;
    float: right;
}

    .nav-menu-icon a {
        color: #000 !important;
        display: block;
        font-size: 17px;
        padding: 19px 0;
    }

    .nav-menu-icon.active a, .nav-menu-icon > a.active,
    .nav-menu-icon:hover a, .nav-menu-icon > a:hover,
    .nav-menu ul.nav-menu-inner li.active > a,
    .nav-menu ul.nav-menu-inner li > a.active,
    .nav-menu ul.nav-menu-inner li:hover > a,
    .nav-menu ul.nav-menu-inner li > a:hover,
    .header-fixed .nav-menu ul.nav-menu-inner li > a.current,
    .header-fixed .nav-menu ul.nav-menu-inner li.current > a {
        color: #c7a674;
    }
/* Dropdown-menu */
.nav-menu > ul li {
    position: relative;
}

.sub-dropdown.dropdown {
    top: 100%;
    left: 0;
}

.sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: rgba(0,0,0,0.80);
    padding: 0;
    width: 200px;
}

    .sub-dropdown li {
        width: 100%;
        list-style: none;
    }

    .sub-dropdown > li > a {
        padding: 9px 15px !important;
        display: block;
        color: rgba(255, 255, 255, 0.75);
        text-align: left;
    }

    .sub-dropdown > li:hover > a {
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    .sub-dropdown i {
        float: right;
    }


@media all and (max-width: 1024px) {
    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }

    .nav-menu {
        position: fixed;
        top: 65px;
        left: 0;
        float: none;
        display: block;
        width: 100%;
        background: #666666;
        overflow-y: auto;
        display: none;
        z-index: 999;
    }

    .nav-menu-icon, .header-fixed .nav-menu-icon {
        display: inline-block;
        float: right;
    }

    .nav-menu ul.nav-menu-inner li a, .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 20px 12px;
        border-top: 1px solid #444;
    }

    /* Dropdown */
    .sub-dropdown.dropdown, .sub-dropdown {
        top: 100%;
        position: relative;
        left: 0;
        width: 100%;
    }

        .sub-dropdown a, .sub-dropdown > li > a {
            padding-left: 0px !important;
            text-align: center;
        }
}




/* Header end */



/* -------section 1---------*/

.my-12{
    margin: 5rem 0;
}
.my-8{
    margin: 2rem 0;
}

.section1 {
    padding: 3rem 0;
}

.section1 .bannercard {
    /* padding: 2rem 0; */
    height: 350px;
}

.section1 .bannerfont {
    font-size: 55px;
}

.section1 .bannerfonth6 {
    color: #ababab;
    line-height: 2;
    font-weight: 400;
}

.section1 .bannercard .cardsection {
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
}

.section1 .cards {
    justify-content: center;
    height: 30%;
    background-color: #f1f1f7;
    border: none;
    /* width: 90%; */
    border-radius: 25px;
    padding: 0 10px;
}

.section1 .cards h2{
    font-size: 22px;
}

.section1 .bannercard .img_ {
    background: url('../img/img.jpg');
    background-size: cover;
    /* height: 100%; */
    flex-direction: row;
    display: flex;
    border-radius: 50px 0 0 50px;
    aspect-ratio: 16/9;
    height: 350px;
    position: absolute;
    right: 0;
    width: 75%;
}

.section1 .bannercard .img_ .imgsection {
    border-radius: 50px 0 0 50px;
    background-color: #00000055;
    padding: 25px 25px 25px ;
    display: flex;
    align-items: end;
    position: relative;
}

.section1 .bannercard .img_ .imgsection h6 {
    font-weight: 300;
    color: white;
}

.section1 .bannercard .img_ .imgsection h6:last-child {
    font-weight: bold;
}

.section1 .bannercard .img_ .imgsection .arrow {
    position: absolute;
    right: 10%;
    background-color: #222850;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: -40px;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(45deg);
    font-size: 30px
    
}
.section1 .bannercard .img_ .imgsection .arrow  .fa {
    color: #fff;
}

/*---------section2--------- */
.ourservice {
    background-color: #252525;
    border-radius: 50px;
    width: 100%;
    padding: 3%;
    /* padding: 0 50px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* height: 90%; */
    /* margin: 0 50px; */
}

.ourservice .bannerfont {
    color: var(--white);
    /* font-size: 65px; */
}

.ourservice .bannerfonth6 {
    color: var(--white);
    font-weight: 400;
    line-height: 2;
}

.ourservice .servicecard {
    display: flex;
    justify-content: space-between;

}

.ourservice .servicecard .card {
    border: none;
    border-radius: 25px;
    width: 30%;
    background-color: #3E3E3E;
    /* padding: 30px; */
    display: flex;
    justify-content: space-evenly;
    height: 300px;
}

.ourservice .servicecard .card img {
    /* height: 70px; */
    width: 70px;
    aspect-ratio: 1/1;
    background-color: #88DB1950;
    fill: var(--bg-card-hover);
    border-radius: 50px;
    padding: 15px;
}

.ourservice .servicecard .card h3 {
    color: var(--white);
}

.ourservice .servicecard .card h6 {
    color: var(--white);
    font-weight: 300;
}

.ourservice .servicecard .card:hover img {
    /* background-color: #ffffff50;
    
    fill: var(--white); */

}

.ourservice .servicecard .card:hover {
    /* background-color: var(--bg-card-hover); */
}

.ourservice .servicecard .card:hover img {
    /* background-color: #00000050; */
}

.ourservice .servicecard .card:hover h3 {
    /* color: #000; */
}

.ourservice .servicecard .card:hover h6 {
    /* color: #000; */

}

/*---------section 3 ---------*/

.aboutus {
    display: flex;
    /* height: 60%; */
    /* margin: 5% 0; */
}
.aboutus .bg{
    position: relative;
}

.aboutus .left {
    position: relative;
}

.aboutus .left .aboutimg {
    border-radius: 25px;
    height: 100%;
    width: 90%;
    aspect-ratio: 4/3;
}

.aboutus .left .box {
    position: absolute;
    bottom: -20%;
    background-color: #252525;
    height: 55%;
    border: 5px solid var(--white);
    border-radius: 25px;
    right: 0%;
    width: 55%;
    padding: 10px;
    max-width: 250px;
    max-height: 200px;
    /* aspect-ratio: 4/3; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.aboutus .left .box .clients {}

.aboutus .left .box .clients h1 {
    color: var(--white);
    /* font-size: ; */
}

.aboutus .left .box .clients p {
    color: var(--white);
    font-weight: 300;

}

.aboutus .left .box .profile {
    position: relative;
    /* ; */
}

.aboutus .left .box .profile .profileimg {
    /* position: absolute; */
    width: 40px;
    /* height: 50px; */
    border: 1px solid var(--white);
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.aboutus .left .box .profileimg:not(.first) {
    margin: 0 -3%;
}

.aboutus .left .box .profile i {
    color: var(--white);
    margin: 0 10px;
}

.aboutus .right {
    padding: 0 40px;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
}

.aboutus .right .learn {
    font-weight: 600;
    color: #000;
}

.aboutus .right .aboutfont .aboutorg {
    color: var(--bg-card-hover);
}

/* section 4 start */
.howitworks .card{
    background-color: #252525;
    height: 350px;
    margin: 1rem 0;
    color: var(--white);
    border-radius: 25px;
}

.howitworks .card:hover h2{
    /* color: var(--bg-card-hover); */
}
.howitworks .card p{
    line-height: 1.5;
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.howitworks .card iframe {
    height: -webkit-fill-available;
    border: 25px;
}
.howitworks .card button{
    width: fit-content;
    background-color: #252525;
    padding: 5px 15px;
    border: 1px solid white;
    border-radius: 25px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    color: var(--white);
}

.howitworks .card:hover button{
    /* background-color: var(--bg-card-hover);
    border: navajowhite; */
}

/* section 4 end */


/* Project Css */
.project-card-gap {
    display: flex;
    gap: 40px;
}

.card-margin-lr{
    margin: 0 40px;
}

.color-white {
    color: var(--white);
}

.card-custom {
    background-color: var(--bg-card);
    transition: all 0.5s ease;
    border: none;
    width: clamp(500px, 10vw, 600px);
}

.card-custom .card-body {
    margin: 1rem;
    padding: 0;
}

.card-custom .card-title {
    color: var(--card-text);
    font-size: 22px;
    font-weight: 600;
}

.card-custom .card-text {
    color: var(--text-color-light);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.card-custom .btn-project-custom {
    background-color: var(--bg-card);
    color: var(--black);
    border: 2px solid var(--black);
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.5s ease;
}

.card-custom:hover {
    background-color: var(--bg-card-hover);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-custom:hover .card-title {
    color: var(--white);
}

.card-custom:hover .card-text {
    color: var(--white);
}

.card-custom .img-card {
    aspect-ratio: 1.45 / 1;
    background-color: var(--white);
}

.blog-bg {
    background-color: var(--blog-bg);
    width: 100%;
    padding: 25px;
    border-radius: 16px;
}

.blog-bg .blog-header-block {
    padding: 6px 14px;
    border: 1.5px solid var(--white);
    color: var(--white);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
}

.blog-bg .heading {
    font-weight: 600;
    font-size: 28px;
}

.blog-bg .blog-btn {
    cursor: pointer;
    padding: 6px 14px;
    border: 1.5px solid var(--white);
    border-radius: 18px;
    height: fit-content;
}

/* blog css */
.blog-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    width: 30%;
    height: 350px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.blog-1 {
    background-image: url('../img/blog/blog_ai.webp');
}

.blog-2 {
    background-image: url('../img/blog/blog_lighthouse.webp');
}

.blog-3 {
    background-image: url('../img/blog/blog_enterprises.jpg');
}

.blog-4 {
    background-image: url('../img/blog/blog_performance_rails.jpg');
}

.blog-5 {
    background-image: url('../img/blog/blog_android_design.jpg');
}

.blog-6 {
    background-image: url('../img/blog/blog_mail.webp');
}

.img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    position: relative;
}

.glassmorphism {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 6px 12px;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 8px;
}

.blog-title {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
    opacity: 1;
}

.blog-desc {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0px;
    color: white;
    opacity: 1;
}

.blog-more {
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0;
    position: relative;
    bottom: 20px;
}

.blog-title-desc {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

/* Hover effect: Title and Desc move up, blog-more appears */
.blog-card:hover .blog-title-desc {
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}

.blog-card:hover .blog-more {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* FAQ Css */
.faq-title{
    font-size: 16px;
    font-weight: 600;
}

/* Slider Css */
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	background: white;
	height: 100px;
	overflow:hidden;
	position: relative;
	width: 100%;
}
	
.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    gap: 80px;
    width: calc(250px * 24);
}
.tech-logo{
    height: 60px;
}

.slide {
    height: 100px;
}
.slider:hover .slide-track {
    animation-play-state: paused;
}
.slider::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before{
    left: 0;
    right: 0;
}


/* Stay in touch */
.stay-in-touch-card {
    background-image: url('../img/gd-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 320px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 18px;
}

.stay-in-touch-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
}

.white-header-block {
    padding: 6px 14px;
    border: 1.5px solid var(--white);
    color: var(--white);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
}

.heading {
    font-weight: 600;
    font-size: 28px;
}

.dark-btn {
    background-color: var(--bg-card-hover);
    padding: 8px 18px;
    border-radius: 24px;
}


/* Footer css */
.footer {
    background-color: #f7f7f7;
    color: #323232;
    position: relative;
    width: 100%;
    display: block;
    padding-top: 80px;
}

.footer-logo {
    max-width: 240px;
    display: inline-block;
    width: 100%;
}

.btn-link-a,
.btn-link-b {
    color: #323232;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-link-a:hover {
    color: #e6ae49;
    border-bottom: 1px solid #e6ae49;
}

.footer p {
    color: #323232;
}

.footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer-social {
    margin-top: 15px;
    display: flex;
    gap: 18px;
}

.footer .social,
.contact .social {
    font-size: 20px;
}

.footer .link a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer .link-small a {
    font-weight: 600;
    text-transform: none;
}

footer hr {
    border-color: #cfcbcb;
}

.footer .copyright {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-info {
    margin-bottom: 60px;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    min-width: 140px;
    width: fit-content;
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(20, 167, 208);
}

.cc-color-override-530831885 .cc-btn:hover,
.cc-color-override-530831885 .cc-btn:focus {
    background-color: rgb(58, 205, 246);
    color: var(--white);
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.right-spacing {
    margin-right: 6px;
}


/* Accoordion */

.accordion-button:not(.collapsed) {
    background-color: var(--white) !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}


/* Scroll Top */
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    background: #555;
    color: #fff;
    z-index: 99;
    opacity: 0;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    animation: showButton linear forwards;
    animation-timeline: view();
    animation-range-start: 30vh;
    animation-range-end: calc(70vh + 150px);
}

.scroll-top:hover {
    background: #e6ae49;
    text-decoration: none;
    color: #fff;
}

@keyframes showButton {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* client css */
.client-card {
    width: 280px;
    background-color: #F6F7F9;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    filter: grayscale(1);
}
.gap-15{
    gap: 15px;
}
.client-card img{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2.48 / 1;
    filter: sepia(100%) saturate(10000%) hue-rotate(200deg) brightness(0.8);
}

.see-all-clients{
    margin-top: 24px;
}

/* @media only screen and (max-width: 767px) {
    .blog-card {
        width: 100%;
    }
    .card-gap-mobile{
        gap: 15px;
    }
} */

/* @media only screen and (min-width: 767px) and (max-width: 1023px){
    .card-margin-lr{
        margin: 0;
    }
    .card-text{
        font-size: 12px;
    }
    .blog-title{
        font-size: 0.8rem;
    }
    .blog-desc{
        font-size: 0.6rem;
    }
    .btn-project-custom{
        font-size: 0.8rem;
    }
} */

@media only screen and (max-width: 767px) {
    .header .logo a{
        margin: 0;
    }
    .blog-card {
        width: 100%;
    }
    .card-gap-mobile{
        gap: 15px;
    }
    .section1 .bannercard{
        height: auto;
        justify-content: center;
    }
    .section1 .cards{
        width: 30%;
        height: 125px;
    }
    .section1 .bannercard .cardsection{
        align-items: center;
        flex-direction: row;
        height: auto;
        margin-bottom: 2rem;
    }
    .section1 .bannercard .img_{
        position: relative;
        margin: 1rem 0;
        width: 100%;
        border-radius: 0;
    }
    .ourservice .servicecard .card{
        width: auto;
    }

    .card-custom{
        width: 100%;
    }
    .card-margin-lr{
        margin: 0;
    }
    .faq-title{
        font-size: 14px;
    }
}


@media only screen and (min-width:768px) and (max-width: 1020px) {

    .header .logo a{
        margin: 0;
    }
    .section1 .bannercard .img_{
        width: 70%;
    }

    .ourservice .servicecard .card{
        height: 325px;
    }
    
    .ourservice .servicecard .card h6{
        font-size: 12px;
    }
    .aboutus .left .box{
        border: 5px solid var(--white);
        /* bottom: 0; */
    }
    .aboutus .left .box .profile .profileimg{
        width: 25px;
    }
        .card-margin-lr{
        margin: 0;
    }
    .card-text{
        font-size: 12px;
    }
    .blog-title{
        font-size: 0.8rem;
    }
    .blog-desc{
        font-size: 0.6rem;
    }
    .btn-project-custom{
        font-size: 0.8rem;
    }
}


@media only screen and (min-width:320px) and (max-width:565px){

.section1 .bannerfont{
    font-size: 45px;
    text-align: center;
}
.section1 .bannerfonth6{
    text-align: center;
    /* font-size: 12px; */
}

.section1 .bannercard{
    height: auto;
}
.section1 .bannercard .img_{
    margin: 1rem 0;
    position: relative;
    width: 100%;
    border-radius: 25px;
}
 .section1 .bannercard .img_ .imgsection{
    border-radius: 25px;
 }
   .section1 .bannercard .img_ .imgsection .arrow{
        width: 50px;
        height: 50px;
        top: -25px;
    }
    .ourservice .servicecard {
        flex-direction: column;
    }
.ourservice .servicecard .card {
    width: 100%;
}
.section1 .bannercard .cardsection{
    align-items: center;
}
.section1 .cards{
    /* width: 50%; */
    /* margin: 0 10%; */
}
.section1 .cards h2, .section1 .cards h6{
    text-align: center;
}
 .section1 .cards h6{
    text-align: center;
    font-size: 12px;
}
.aboutus{
    flex-direction: column-reverse;
}
.section1 .bannercard .img_ .imgsection h6:last-child{
    font-size: 12px;
}
}

