/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.navbar{
                
                --bs-navbar-padding-y: 24px;
            }
            .navbar-nav{
                width: calc(100% - 170px);
                justify-content: center;
                gap: 32px;
            }
            .navbar-nav .nav-item .nav-link{
                color:#6B7280;
                font-weight: 600;
                font-size: 18px;
            }

            .get-access-btn{
                /* width: 168; */
                height: 42px;
                /* angle: 0 deg; */
                /* opacity: 1; */
                padding-top: 8px;
                padding-right: 16px;
                padding-bottom: 8px;
                padding-left: 16px;
                border-radius: 8px;
                color: #FFF;
                background: #008DD2;
                box-shadow: 0px 1px 2px 0px #0000000D;
                outline: none;
                border: none;

                font-weight: 600;
                font-size: 18px;
            }

            .get-access-btn:hover{
                background:#6B7280;

            }

            .navbar-nav .nav-item .nav-link:hover{
                color: #008DD2;
            }
            
            .container-fluid{
                padding-right: 0px;
                padding-left: 0px;
            }

            .w-100{
                width: 100%;
            }

            /* Slider CSS STARTS HERE */

            .carousel-inner{
                height: 600px;
            }

            .carousel-item{
                height: 600px;
            }

            .carousel-item img{
                width: 100%;
                object-fit: cover;
            }
            /* background: linear-gradient(269.91deg, rgba(191, 227, 244, 0.64) 0.08%, rgba(191, 227, 244, 0.8) 15.92%, rgba(191, 227, 244, 0.8) 32.72%, rgba(255, 255, 255, 0.8) 46.16%); */
            


            .plan-section{
                min-height: 800px;
            }


            .launching-soon-strip{
                width: auto;
                height: 24;            
                opacity: 1;
                padding: 4px 12px;                
                gap: 0px;
                border-radius: 9999px;
                border-width: 1px;
                background: #F0F4FA;
                border: 1px solid #DFE3E9;
                color: #3F4850;

                font-family: Inter;
                font-weight: 500;
                font-style: Medium;
                font-size: 14px;
                
                line-height: 14px;
                letter-spacing: 0.14px;
                vertical-align: middle;

            }

            .carousel-caption{
                text-align: left !important;
            }

            .slider-title{
                font-family: Inter;
                font-weight: 700;
                font-style: Bold;
                font-size: 48px;
                
                line-height: 57.6px;
                letter-spacing: -0.96px;
                vertical-align: middle;
                color: #181C20;
                text-align: left;

            }

            .slider-section{
    position: relative;
    overflow: hidden;
}

.slider-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        269.91deg,
        rgba(191, 227, 244, 0.64) 0.08%,
        rgba(191, 227, 244, 0.8) 15.92%,
        rgba(191, 227, 244, 0.8) 32.72%,
        rgba(255, 255, 255, 0.8) 46.16%
    );
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1;
    pointer-events: none;
}

.carousel{
    position: relative;
    z-index: 2;
}           
.subscribe-early-access-btn{
    background: #008DD2;
    box-shadow: 0px 4px 20px 0px #008DD233;
                width: 298.35333251953125;
                height: 48;
                angle: 0 deg;
                opacity: 1;
                border-radius: 8px;
                padding: 16px 32px;
                font-family: Inter;
                font-weight: 600;
                font-style: Semi Bold;
                font-size: 16px;
                leading-trim: NONE;
                line-height: 16px;
                letter-spacing: 0.32px;
                text-align: center;
                vertical-align: middle;
                color:#FFF;
                border: none;
            }

            .about-div{
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
            }

            .about-content-div{
                width: 60%;
            }
            
            .about-content-div-1{
                padding: 0px 20px;
                box-sizing: border-box;
                width:calc(100% - 55px);
            }
            .about-icon-cont{
                width: 55px;
                flex-shrink: 0;
            }
            .about-img-div{
                width: 40%;
            }
            .about-img-div img{
                width: 100%;
                height: auto;
            }
            .def-div{
                padding-top: 80px;
                padding-bottom: 80px;
            }

            .heading-2{
                color: #181C20;
                font-family: Inter;
                font-weight: 600;
                font-style: Semi Bold;
                font-size: 48px;
                leading-trim: NONE;
                line-height: 57.6px;
                letter-spacing: -0.96px;
                vertical-align: middle;

            }

            .heading-3{
                color: #181C20;
                font-family: Inter;
                font-weight: 600;
                font-style: Semi Bold;
                font-size: 24px;
                leading-trim: NONE;
                line-height: 33.6px;
                letter-spacing: 0px;
                vertical-align: middle;

            }
            
            .about-icon-div{
                background:#EBEEF4;
                border-radius: 50%;
                width: 48px !important;
                height: 48px !important;
                /*padding: 16px;*/
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .about-icon-div svg{
                width: 16px;
                height: 16px;
            }

            .fx-grid{
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: flex-start;
                margin-top: 20px;
            }
            
            .fx-grid-1{
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                /*align-items: flex-start;*/
                justify-content:space-between;
                margin-top: 20px;
            }
            .about-icon-cont{
                /*width: 55px;*/
                flex-shrink: 0;
            }
            .about-content-div{
                /*width: calc(100% - 55px);*/
                padding: 0px 20px;
                box-sizing: border-box;
            }
            .glovebox{
                width: 200.16000366210938;
                height: 33;
                angle: 0 deg;
                opacity: 1;
                border-radius: 9999px;
                padding: 8px 16px;
                background: #F0F4FA;
                border: 1px solid #BFC7D24D;
                font-family: Inter;
                font-weight: 500;
                /*font-style: Medium;*/
                font-size: 14px;
                /*leading-trim: NONE;*/
                line-height: 14px;
                letter-spacing: 0.14px;
                vertical-align: middle;
                color:#006192;
                margin-bottom: 20px;
            }

            .plan-check-icon-div{
                background: #F0F4FA;
                width: 24px !important;
                height: 24px !important;
                /*angle: 0 deg;*/
                opacity: 1;
                border-radius: 100%;
                display: flex;
                justify-content: center;                                
                align-items: center;

            }
            .plan-check-icon-div img{
                width: 16px;
                height: 16px;
            }
            .plan-info-item{
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: flex-start;

                font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 25.6px;
letter-spacing: 0px;
vertical-align: middle;

            }
            .plan-info-item p{
                padding:0px 15px;
            }
            .plans-div{
                width: 100%;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap:20px;
            }
            .plan-item{
                display: flex;              /* required */
                flex-direction: column;     /* required */
                width: 488;
                height: 643.5899658203125;
                angle: 0 deg;
                opacity: 1;
                border-radius: 16px;
                border-width: 1px;
                padding: 40px;
                row-start: 1;
                column-start: 1;
                column-span: 1;
                row-span: 1;
                background: #FFFFFF;
                border: 1px solid #BFC7D24D;
                box-sizing: border-box;

                

            }

            .plan-item-subscribe-btn{
                width: 100%;
                display: inline-block;
                text-decoration: none;
                text-align: center;
                height: auto;
                angle: 0 deg;
                opacity: 1;
                padding-top: 12px;
                padding-bottom: 12px;
                border-radius: 8px;
                border-width: 1px;
                border: 1px solid #008DD2;
                /*position: absolute;*/
                margin-top: auto;   /* this pushes button to bottom */
                color: #008DD2;
                font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0.32px;
text-align: center;
                    vertical-align: middle;
            }

            .plan-item-subscribe-btn:hover{
                background: #008DD2;
                color:#FFF;
            }

            .how-it-works-img{
                width: 100%;
                height: auto;
            }
.vahana-one-app-qr-img{
    width: 40%;
                height: auto;
}            

.why-item-container{
    display: flex;              /* required */
    flex-direction: row;     /* required */
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.why-item{
    width: 24%;
    /*width: 300;*/
    height: 321.6000061035156;
    angle: 0 deg;
    opacity: 1;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 65.6px;
    padding-left: 32px;
    border-radius: 12px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #DFE3E9;
    box-shadow: 0px 4px 20px 0px #008DD214;
}

.why-icon-div{
    background:#F0F9FF;
    border-radius: 50%;
    width: 48px !important;
    height: 48px !important;
    /*padding: 16px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-icon-div img{
    width: 20px;
    height: 20px;
}
.why-content{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #3F4850;
    text-align: justify;

}

.why-item-heading{
    text-align: left !important;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 33.6px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #181C20;
}
.getInTouchDiv{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.getInTouchContentDiv{
    width: 40%;
    /*width: 519.3333129882812;*/
    height: 559.1649780273438;
    angle: 0 deg;
    opacity: 1;
    padding-top: 105.39px;
    padding-right: 32px;
    padding-bottom: 105.39px;
    row-start: 1;
    column-start: 1;
    column-span: 5;
    row-span: 1;

}

.getInTouchFormDiv{
    width: 60%;
    /*width: 736.6666870117188;*/
/*height: 553.1500244140625px;*/
height: auto;
angle: 0 deg;
opacity: 1;
left: 543.33px;
padding-top: 48px;
padding-right: 48px;
padding-bottom: 64px;
padding-left: 48px;
border-radius: 16px;
row-start: 1;
column-start: 6;
column-span: 7;
row-span: 1;
    box-shadow: 0px 4px 20px 0px #008DD214;
background: #FFFFFF;

}


.flex-form-style{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.w_100{
    width: 100%;
    padding: 8px 15px;
}

.w_50{
    width: 50%;
    padding: 8px 15px;
}

.theme-submit-btn-lg{
    width: 100%;
    height: 48;
    angle: 0 deg;
    opacity: 1;
    gap: 8px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 8px;
    background: #008DD2;
    outline: none;
    border: none;
font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0.32px;
text-align: center;
vertical-align: middle;
color: #FFF;
}

#floatingTextarea{
    height: 210px;
}


.footer-div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.footer-logo{
    width: auto;
    /*height: 66;*/
    height:66px;
    angle: 0 deg;
    opacity: 1;

}

.footer-links-div{
    width:50%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
    text-align:center;
    align-items: center;
}

.footer-links-div a{
    text-decoration:none;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #64748B;
}
.footer-logo-div{
    width:25%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    
    justify-content:center;
    text-align:center;
    align-items: center;
}

.def-div-1{
    padding-top:40px;
    padding-bottom:40px
}

.powered-by-logo{
    width: 41px;
    height: 18px;
    angle: 0 deg;
    opacity: 1;

}

.footer-section{
    border-top: 1px solid #F1F5F9;
}

@media screen and (max-width: 767px){
    .def-div{
        padding-top:20px;
    padding-bottom:20px
    }
    .about-content-div{
        width:100%;
    }
    .about-img-div{
        width:100%;
    }
    .plan-item{
        margin-top:20px;
    }
    
    .why-item{
        width:100%;
        margin-top:20px;
    }
    .getInTouchContentDiv{
        width:100%;
        /*margin-top:20px;*/
        height: auto;
        angle: 0 deg;
        opacity: 1;
        padding-top: 0px !important;
        padding-right: 32px;
        padding-bottom: 0px !important;
        row-start: 1;
        column-start: 1;
        column-span: 5;
        row-span: 1;
    }
    .getInTouchFormDiv{
        width:100%;
        /*margin-top:20px;*/
        padding-top: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
    }
    .w_50{
        width:100%;
    }
    .footer-div{
        flex-direction:column;
    }
    .footer-logo-div{
        width:100%;
        padding:20px auto !important;
    }
    .footer-links-div{
        width:100%;
        padding:20px  !important;
    }
    .navbar-nav{
        gap:0px;
    }
    .nav-item{
        width:100%;
        padding:8px 12px;
    }
    .nav-item:hover{
        background:#008DD2;
        color:#FFF;
    }
    .carousel-inner{height:auto;}
    .carousel-item{
        height:auto;
        min-height:350px;
    }
    .carousel-item img{
        min-height:350px;
    }
    .slider-title{
        font-size: 22px;
        line-height: 22px;
    }
    .carousel-caption{
        top:auto;
        left:5% !important;
        right:5% !important;
        bottom:20px !important;
    }
}