@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


:root {
    --primary-color: #ff0000;
    --text-white: #ffffff;
    --text-black: #000000;
    --text-gray: #555555;
    --font-main: "Lato", sans-serif;
    --text-red: #c8281e;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.hero-section {
    /* background: url("/images/b324627862@2x.png") no-repeat center center/cover;
     */
     background-color: white;
    height: auto;
    position: relative;
    color: var(--text-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* overflow: hidden; */
    background-size: cover;
    background-position: center;
}

.navbar-nav .nav-link {
    color: var(--text-white) !important;
    font-weight: 450;
    font-size: 1.2rem;
}

.logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 8%;
}
.logo-footer {
    width: 100%;
    max-width: 300px;
    height: auto;
    
}

.hero-content {
    margin-top: 9rem;
}

.bootcamp-btn {
    background: var(--text-white);
    color: var(--text-gray);
    padding: 12px 24px;
    font-weight: bold;
    border: 2px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 9.5rem;
    margin-left: -3%;
}

.bootcamp-btn i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-left: 10px;
}

.store-buttons img {
    height: 63px;
    margin: 15px;
   
}

.hero-section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-left: -75%;  
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-left: -70%;
}
.hero-section p{
    font-size: 1rem;
    font-weight: 300;
    margin-left: -66%;
}
/* about */
.experience-box {
    background-color: #c8281e;
    color: var(--text-white);
    padding: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 32%;
    left: 70%;
}

/* .experience-img{
     
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
      } */
.about-img-wrapper {
    position: relative;
    max-width: 100%;
    background-image: url("/images/Repeat\ Grid\ 1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    opacity: 1;
}

.about-img {
    top: 1170px;
    left: 198px;
    width: 571px;
    height: 719px;
    padding-top: 18%;
    padding-right: 18%;
    padding-bottom: 13%;
    padding-left: 5%;
    margin-bottom: 15%;
    margin-left: 28%;
}



.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

.section-title p {
    font: normal normal 300 20px/32px Poppins;
    letter-spacing: 0.5px;
    opacity: 1;
    width: 925px;
    height: 513px;
}

.tools-list {
    list-style-type: none;
    padding: 1% 0% 1% 56%;
}

.tools-list li {
    margin-bottom: 0.5rem;
}

.tools-list1 {
    list-style-type: none;
    padding: 1% 24% 1% 10%;
}

.tools-list1 li {
    margin-bottom: 0.5rem;
}

@media (min-width: 320px) and (max-width: 425px) {
    .about-img {
        top: 1170px;
        left: 198px;
        width: 453px;
        height: 491px;
        padding-top: 21%;
        padding-right: 19%;
        padding-bottom: 24%;
        padding-left: 0%;
        margin-bottom: 38%;
        margin-left: 16%;
    }

    .about-img-wrapper {
        background-size: 78%;
        opacity: 1;
    }

    .bootcamp-btn {
        font-size: 1rem;
        padding: 5px 3px;
        margin-bottom: 9.5rem;
        margin-left: 1%;
    }

    .bootcamp-btn i {
        font-size: 2.6rem;
    }

    .tools-list {
        padding: 1%;
    }

    .tools-list1 {
        padding: 1%;
    }

    .experience-box {
        padding: 10px !important;
        bottom: 35% !important;
        left: 71%;
    }

    .phone-mockup {
        top: -18% !important;
        right: 33% !important;
        width: 26% !important;
    }
    .card{
    flex-wrap: wrap!important;
}
 .hero-section h1 {
        font-size: 1rem;
        margin-left: 1%;
    }

    .hero-section h2 {
        font-size: 1.5rem;
        margin-left: -1%;
    }
    .hero-section p{
    font-size: 1rem;
    font-weight: 300;
    margin-left: -4%;
}
.store-buttons{
    margin-left: -0%!important;
}
}

@media (min-width: 425px) and (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.2rem;
        margin-left: -15%;
    }

    .hero-section h2 {
        font-size: 1.5rem;
        margin-left: -5%;
    }
    .store-buttons{
    margin-left: -8%;
}

    .about-img {
        top: 1170px;
        left: 198px;
        width: 453px;
        height: 491px;
        padding-top: 21%;
        padding-right: 19%;
        padding-bottom: 24%;
        padding-left: 0%;
        margin-bottom: 38%;
        margin-left: 16%;
    }

    .about-img-wrapper {
        background-size: 78%;
        opacity: 1;
    }

    .bootcamp-btn {
        font-size: 1rem;
        padding: 6px 3px;
        margin-bottom: 12.5rem;
        margin-left: -6%;
    }

    .bootcamp-btn i {
        font-size: 2.6rem;
    }

    .experience-box {
        padding: 10px !important;
        bottom: 35% !important;
        left: 71%;
    }

    .phone-mockup {
        top: -10% !important;
        right: -5% !important;
        width: 50% !important;
    }
    .card{
    flex-wrap: wrap!important;
}
.hero-section p{
    font-size: 1rem;
    font-weight: 300;
    margin-left: 2%;
}
    
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section h1 {
        font-size: 1.2rem;
        margin-left: -20%;
    }

    .hero-section h2 {
        font-size: 1.5rem;
        margin-left: -14%;
    }
    .store-buttons{
    margin-left: -8%;
}

    .bootcamp-btn {
        font-size: 1rem;
        padding: 4px 39px;
        margin-bottom: 6.5rem;
    }

    .bootcamp-btn i {
        font-size: 2.6rem;
    }

    .about-img {
        top: 1170px;
        left: 198px;
        width: 453px;
        height: 491px;
        padding-top: 23%;
        padding-right: 19%;
        padding-bottom: 24%;
        padding-left: 5%;
        margin-bottom: 41%;
        margin-left: 12%;
    }

    .about-img-wrapper {
        background-size: 78%;
        opacity: 1;
    }

    .experience-box {
        padding: 12px !important;
        bottom: 43% !important;
        left: 74%;
    }

     .phone-mockup {
    top: -11% !important;
    right: 1% !important;
    width: 30% !important;
}
.card{
    flex-wrap: wrap!important;
}
    .previmg {
        width: 28%;
        margin-left: -90%;
    }

    .nextimg {
        width: 26%;
        margin-left: 145%;
    }
    .hero-section p{
    font-size: 1rem;
    font-weight: 300;
    margin-left: -4%;
}
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .hero-section h1 {
        font-size: 1.8rem;
        margin-left: -20%;
    }
    .hero-section p{
    font-size: 1rem;
    font-weight: 300;
    margin-left: -8%;
}
.store-buttons{
    margin-left: -8%;
}

    .hero-section h2 {
        font-size: 3rem;
        margin-left: -30%;
    }

    .bootcamp-btn {
        font-size: 1rem;
        padding: 0px 7px;
        margin-bottom: 8.5rem;
        margin-left: -6%;
    }

    .bootcamp-btn i {
        font-size: 2.6rem;
    }
    
    .about-img-wrapper {
        background-size: 78%;
        opacity: 1;
    }

    .about-img {
        top: 1170px;
        left: 198px;
        width: 486px;
        height: 562px;
        padding-top: 13%;
        padding-right: 21%;
        padding-bottom: 24%;
        padding-left: 5%;
        margin-bottom: 17%;
        margin-left: 23%;
    }
      .phone-mockup {
    top: -11% !important;
    right: 3% !important;
    width: 22% !important;
}

    .about-img-wrapper {
        background-size: 58%;
        opacity: 1;
    }
    .experience-box {
        padding: 12px !important;
        bottom: 43% !important;
        left: 74%;
    }

    .previmg {
        width: 28%;
        margin-left: -90%;
    }

    .nextimg {
        width: 26%;
        margin-left: 145%;
    }

   
}

/* app futures */
.feature-icon {
    width: 24%;
    height: 74px;
    background-color: #d32f2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
}

.feature-icon1 {
    width: 90px;
    height: 80px;
    background-color: #d32f2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
}

.feature-block {
    margin-bottom: 2rem;
}

.feature-text h5 {
    font-weight: 700;
}

.iphone-img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .iphone-img {
        max-height: 600px;
    }
}

/* play */
.video-section {
    position: relative;
    background-image: url("/images/bb5123da31@2x.png");
    /* Replace with your own image */
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

/* Optional: Make modal video full width */
.modal-dialog {
    max-width: 800px;
}

.modal-body {
    padding: 0;
}

.modal-body iframe {
    width: 100%;
    height: 450px;
}

/* app sccrenshort */
.screenshot-section {
    padding: 60px 0;
    text-align: center;
}

.screenshot-section h2 {
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--text-red);
    font-size: 2.5rem;
}

.screenshot-section p {
    color: #555;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}

.carousel-item>.row {
    justify-content: center;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.previmg {
    width: 28%;
    margin-left: -87%;
}

.nextimg {
    width: 28%;
    margin-left: 142%;
}

.cproselimg {
    padding: 24% 10%;
}

@media (max-width: 767px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* sing */
.app-download-section {
    background: linear-gradient(to right, #111, #b62420);
    color: var(--text-white);
    border-radius: 30px;
    padding: 60px 30px;
    margin: 8% 8%;
    position: relative;
    width: 85% !important;
}

.app-download-section h2 {
    font-size: 28px;
    font-weight: bold;
}

.app-download-section p {
    max-width: 500px;
    color: var(--text-white);
    margin: 20px 0;
}

.store-buttons img {
    height: 50px;
    margin-right: 15px;
}

.phone-mockup {
    max-width: 100%;
    border-radius: 20px;
    position: absolute;
    top: -20%;
    right: 8%;
    width: 17%;
}

@media (max-width: 991px) {
    .app-download-section {
        padding: 40px 20px;
        margin: 5% 5%;
    }
}

@media (max-width: 767px) {
    .app-download-section {
        text-align: center;
    }

    .store-buttons {
        justify-content: center !important;
    }

    .store-buttons img {
        margin: 10px;
    }

    .app-download-section h2 {
        font-size: 22px;
    }

    .app-download-section p {
        font-size: 14px;
        margin: 15px 0;
    }
}

/* card */
.testimonial-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 30px 0;
    margin: 15px;
    position: relative;
    background-color: var(--text-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 61%;
}

.testimonial-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 8%;
    transform: translateX(0) rotate(313deg);
    width: 23px;
    height: 23px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: var(--text-white);
}

.testimonial-icon {
    font-size: 40px;
    margin-left: -71%;
    color: var(--text-red);
}

.testimonial-author {
    font-weight: bold;
    margin-top: 15px;
}

.testimonial-role {
    color: var(--text-gray);
}

.card {
    display: flex;
 
    flex-direction:row!important;
    justify-content: space-between !important;

    align-items: flex-start;
}

.card1 {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.card2 {
    display: flex;
    flex-direction: column;

    align-items: center;
}

.barian {
    margin-left: -18%;
    font-size: 1.6rem;
}

.next1img {
    width: 29%;
    margin-left: 128%;
}

.prev1img {
    width: 29%;
    margin-left: -75%;
}

.testimonial {
    color: var(--text-red);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* form */
.contact-section {
    background-color: #f2f2f2;
    font-family: "Segoe UI", sans-serif;
}

.contact-section {
    padding: 60px 0;
}

.contact-title {
    color: var(--text-red);
    font-weight: bold;
}

.contact-title p {
    width: 1095px;
    height: 75px;
}

.form-control,
.form-select {
    border-radius: 0;
    border: 1px solid #707070;
    box-shadow: none;
    padding: 14px;
}

.form-control::placeholder {
    color: #999;
}
.form-labal{
    text-align: right;
    
}

.submit-btn {
    background-color: var(--text-red);
    color: var(--text-white);
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: var(--text-red);
}

/* footer */
.footer {
    background-color: var(--text-black);
    color: var(--text-white);
    padding: 60px 0 0;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer p,
.footer a {
    color: #ccc;
    font-size: 15px;
    text-decoration: none;
}

.footer a:hover {
    color: var(--text-white);
}

.footer .app-badges img {
    height: 40px;
    margin-right: 10px;
}

.footer .social-icons a {
    color: var(--text-white);
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: var(--text-red);
}

.footer .divider {
    height: 100%;
    width: 1px;
    background-color: var(--text-gray);
    margin: auto;
}

.footer-bottom {
    background-color: var(--text-red);
    text-align: center;
    padding: 15px 0;
    color: var(--text-white);
    margin-top: 40px;
}
.footer-row{
    justify-content: space-between;
}


@media (min-width: 769px) {
    .footerfluid {
        padding: 10px 80px 0;
    }
}