@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", serif;
    margin: 0;
    padding: 0;
}

.hero-sec {
    height: 600px;
    border-radius: 0px 0px 50px 50px;
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: 100% !important;
    margin-bottom: 100px;
}

.sec-heading {
    font-size: 30px;
    font-weight: 700;
    color: #FF391E;
    font-family: 'Inter';
}


.download-link img {
    transition: all 0.3s;
}

.download-link img:hover {
    transform: scale(1.1);
}

.about-us {
    background-color: whitesmoke !important;
    border-radius: 20px;
    margin-bottom: 100px;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.about-us .box-left {
    padding: 50px;
}

.about-us .box-right {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    align-items: end;
}

.feature-section {
    margin-bottom: 100px;
}

.feature-section .sno {
    margin: 0;
    display: flex;
    background: white;
    color: #FF391E;
    padding: 5px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #FF391E;
    transition: all 0.3s;
}

.feature-section .box:hover .sno {
    transform: rotate(10deg);
}

.feature-section .box {
    position: relative;
    z-index: 1;
}

.feature-section img {
    transition: all 0.3s;
    z-index: 1;
}

.testimonial {
    overflow: hidden;
}


.testimonial .card {
    background: whitesmoke;
    padding: 40px;
    border-radius: 20px;
    border: none;
    transition: all 0.3s;
    color: black;
    /* height: 300px;    */
    min-height: 300px;
    display: flex;
    justify-content: space-between;
}

.testimonial .card:hover {
    background: #4392b8;
    color: white;
}

.testimonial {
    margin-bottom: 100px;
}

.feature-section {
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: 100% !important;
}


.feature-section {
    position: relative;
    background: #f9f9f9;
    /* Adjust background color as needed */
    padding: 60px 20px;
}

.feature-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /* Adjust height for the feather effect */
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* /*--------------------------------------footer css/*-------------------------------------- */


.main-footer {
    position: relative;
    padding: 50px 0px 0px;
    background-color: #f4f5f7;
    background-repeat: repeat-x;
    background-position: right bottom;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 50px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #4392b8;
    line-height: 1.2em;
    margin-bottom: 30px;
    margin-top: 25px;
    text-transform: capitalize;
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}

.main-footer .about-widget .text {
    position: relative;
}

.main-footer .about-widget .text p {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
    margin-bottom: 0px;
}

/* Footer List */

.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 17px;
    color: #8a8d91;
}

.main-footer .footer-list li a {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    padding-left: 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    padding-left: 0;
}

.main-footer .footer-list li a:hover {
    text-decoration: underline;
    color: #FF391E;
}



/*Gallery Widget*/

.main-footer .gallery-widget {
    position: relative;
    max-width: 350px;
}

.main-footer .gallery-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
    opacity: 0.70;
}

/* Info List */

.main-footer .info-list {
    position: relative;
}

.main-footer .info-list li {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 12px;
}

.main-footer .info-widget .social-links {
    position: relative;
    float: left;
    padding: 15px 0px;
}

.main-footer .info-widget .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.main-footer .info-widget .social-links li:last-child {
    margin-right: 0px;
}

.main-footer .info-widget .social-links li a {
    position: relative;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    background: #FF391E !important;
}

.main-footer .info-widget .social-links li a:hover {
    transform: scale(1.1);
    background: #4492b8 !important
}

.main-footer .info-widget .social-links li.google a {
    background-color: #dd4b39;
}

.main-footer .info-widget .social-links li.facebook a {
    background-color: #4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a {
    background-color: #55acee;
}

.main-footer .info-widget .social-links li.instagram a {
    background-color: #ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a {
    background-color: #1ab7ea;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1.1em;
    display: inline-block;
    border-right: 1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #ff6666;
    text-decoration: underline;
}

/*-------------------------------------- footer css end  /*--------------------------------------*/

.rating i {
    color: #FEC400;
    font-size: 14px;
}


/*-------------------------------------- testimonial caraousal start --------------------------------------*/


.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
}

.carousel-container {
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    height: 800px;
    border-radius: 50%;
    bottom: -420px;
    perspective: 1000px;
}

.carousel-track {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    display: flex;
    gap: 1.5rem;
    padding: 0 calc(25% - 150px);
    align-items: flex-start;
    transform-origin: center center;
}

.carousel-card {
    flex: 0 0 300px;
    /* height: 300px; */
    min-height: 300px;
    transform-origin: center bottom;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.carousel-card img {
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.carousel-card:hover img {
    transform: scale(1.15);
}

.handwritten {
    font-family: 'Segoe Script', 'Comic Sans MS', cursive;
    opacity: 0.6;
}


/*-------------------------------------- testimonial caraousal end -------------------------------------- */

/* mobile frame carousel */

.mobile-container {
    /* width: 300px; */
    height: 450px;
    background: url('./img/mobile-frame.png') no-repeat center center;
    background-size: contain;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen {
    width: 205px;
    height: 440px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 28px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

/* end  */


.app-overview-section {
    margin-bottom: 100px;
}

.app-overview-section {
    background: url('./img/bg-gr.jpg') no-repeat center center;
    padding: 30px;
    background-size: 100%;
    border-radius: 20px;
}

/* contact form css  */

/* Split Layout Form */
.split-form {
    display: flex;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.split-form .image-side {
    flex: 1;
    background: linear-gradient(45deg, #FF6B6B, #FFE66D);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    background: url('./img/contact-img.jpg') no-repeat center center;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.split-form .form-side {
    flex: 1;
    padding: 3rem;
}

.split-form input {
    width: 100%;
    padding: 1rem;
    margin: 0.5rem 0;
    border: none;
    border-bottom: 2px solid #eee;
    outline: none;
    transition: border-color 0.3s;
}

.split-form input:focus {
    border-bottom-color: #FF6B6B;
}

.split-form button {
    width: 100%;
    padding: 1rem;
    margin-top: 1.5rem;
    background: #ff391e;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.3s;
}

.split-form button:hover {
    transform: translateY(-2px);
}

/* end  */

.contact-section {
    margin-bottom: 100px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 180px !important;
}

.navbar {
    position: sticky !important;
    z-index: 2;
    top: 0;
}

.nav-link:hover {
    color: #4392b8 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-family: 'Inter';
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #4492b8 !important;
}

.navbar {
    background: url('./img/people-mount.png') !important;
    background-size: 100% !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.navbar-nav {
    margin-right: 180px !important;
}


@media only screen and (max-width: 600px) {
    .mobile-hand {
        width: 400px;
    }

    .about-us {
        background-size: auto !important;
    }

    .about-us-parent {
        margin: 10px;
    }

    .app-overview-section {
        background-position: top;
        background-size: 150%;
    }

    .split-form {
        display: block;
    }

    .split-form .image-side {
        background-position: top;
    }

    .app-overview-section .download-link {
        margin-bottom: 50px;
    }

    .app-overview-parent {
        margin: 10px;
    }

    .hero-sec h1 {
        margin-top: 50px;
    }

    .feature-section {
        background-position: center !important;
    }

    .navbar{
        background: white !important;
    }
}