@font-face {
    font-family: "MyFont";
    src: url("../fonts/static/Montserrat-bold.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyFont2";
    src: url("../fonts/static/Montserrat-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
img,
div {
  caret-color: transparent; 
  outline: none;           
}
body {
    font-family: 'MyFont2', sans-serif;
}
/*mobile navbar*/
    .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 555555;
    top: 0;
    left: -100%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 1s;
    padding: 0 2rem;
}

.overlay-content {
    position: relative;
    padding-top: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem transparent;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.1s;
    text-align: left;
}
/* mob nav start*/
.overlay a:hover, .overlay a:focus {
    color: #000;
}

.overlay .closebtn {
    position: absolute;
    right: 4px;
    font-size: 60px;
}

.hamburger {
    width: 2rem;
}
.navArrow {
    width: 26px;
}
.closeMobNav {
    width: 2rem;
}
.mobLogo {
    width: 5rem;
    left: -9px;
    position: relative;
}
.mpos {
    justify-content: left;
    display: flex;
}
.mobBlock {
    display: none;
}
/* mob nav end*/
.popup1 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
.popup4 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
/*loader animation*/
.circleBox {
    background: #ffffffd1;
    justify-content: center;
    padding: 3rem;
    z-index: 99999999;
    border-radius: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.circle-loader {
    width: 60px;
    height: 60px;
    border: 6px solid #ddd;
    border-top: 6px solid #59016e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes rotate {
    to {
       transform: rotate(360deg);
    }
}
/*end of loading animation*/
.logo {
    width: 91px;
    margin-right: 1rem;
    position: relative;
    left: -2rem;
    top: -12px;
}
.sectionOne {
    background-color: #070226;
    color: #fff;
    padding: 9rem 1rem 0;
    position: relative;
    overflow: hidden;
}
.containerBox {
    max-width: 1170px;
    margin: auto;
    padding: 1rem 0;
}
.sectionOneImg {
    width: 100%;
}
.one {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: thin;
    border-radius: 71px;
    padding: 1rem 3rem;
    margin-top: 1.5rem;
    transition: 0.6s;
}
.one:hover {
    transform: translateY(-10px);
    transition: 0.6s;
}
.mw {
    max-width: 1170px;
    margin: auto;
}
.oneH1 {
    font-family: 'MyFont', sans-serif;
    color: #FFFFFF;
    font-size: 55px;
    line-height: 1.1em;
}
.navBox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.navBox .nav-link {
    color: #fff;
}
.startBtn {
    color: #fff;
    border-radius: 50px;
    border-color: #fff;
    border-style: solid;
    border-width: medium;
    padding: 0.4rem 1.8rem;
}
.startBtn:hover {
    color: #fff;
}
.oneH5 {
    padding-top: 1rem;
    line-height: 33px;
}
.circleBg {
    position: absolute;
    bottom: -16px;
    left: -78px;
}
.circlePos {
    width: 53rem;
}
.mh {
     min-height: 33rem;
}
.sectionOneText {
    max-width: 28rem;
}
.oneH5 {
    font-weight: 100;
}
.iconBox {
    position: relative;
    height: 16rem;
    width: 80%;
    z-index: 2;
    left: 4rem;
    bottom: 1rem;
}
.icon1 {
    width: 60px;
}
.icon2 {
    width: 60px;
}
.icon3 {
    width: 60px;
}
.icon4 {
    width: 60px;
}
.icon5 {
    width: 60px;
}
.iconDiv1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.iconDiv2 {
    position: absolute;
    top: 0;
    left: 15%;
}
.iconDiv3 {
    position: absolute;
    left: 70%;
    top: 20%;
    transform: translate(-70%, -20px);
}
.iconDiv4 {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-40%, -50%);
}
.iconDiv5 {
    position: absolute;
    right: 2rem;
    bottom: 7%;
}
.phone {
    justify-content: center;
    display: flex;
}
.imgphone {
    width: 73%;
}
.sectionOneInnerBox {
    position: relative;
    justify-content: center;
    display: flex;
    bottom: -18px;
}
.sectionTwo {
    padding: 11rem 1rem 0;
    overflow-x: hidden;
    position: relative;
    min-height: 76rem;
}
.ctB {
    overflow-y: visible;
}
.secondText {
    font-family: 'MyFont', sans-serif;
    font-size: 45px;
    line-height: 1.2em;
    padding-bottom: 1rem;
}
.cardBox {
    display: flex;
    padding-top: 2rem;
}
.cardIcn {
    width: 70px;
}
.cardP {
    margin: 0;
    padding-left: 2rem;
}
.s2Img1 {
    width: 47%;
}
.colX1 {
    position: absolute;
    top: -103px;
    left: 0;
}
.mainContainer {
    position: relative;
    height: 100%;
}
.s2Img2 {
    width: 100%;
}
.colX2 {
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, 40%);
}
.colX3 {
    position: absolute;
    bottom: -20%;
    left: 10%;
    transform: translate(10%, 20%);
}
.s2Img3 {
    width: 260px;
    z-index: 3;
    position: relative;
}
.colX4 {
    position: absolute;
    right: -79px;
    bottom: 0;
}
.s2Img4 {
    width: 260px;
    position: relative;
}
.colX5 {
    position: absolute;
    right: -78px;
    top: 0;
}
.s2Img5 {
     width: 260px;
    position: relative;
}
.colX6 {
    position: absolute;
    left: 28%;
    top: 0;
    transform: translate(-30%, 0);
}
.s2Img6 {
    width: 260px;
    position: relative;
}
.s2Img7 {
    position: absolute;
    left: -82px;
    bottom: -52%;
}

/*ssssssssss*/
.sectionThree {
    padding: 9rem 1rem 28rem;
    overflow-x: hidden;
    position: relative;
}
.thirdText {
    font-family: 'MyFont', sans-serif;
    font-size: 55px;
    line-height: 1.2em;
    padding-bottom: 1rem;
}
.cardBox {
    display: flex;
    padding-top: 2rem;
}
.thirdBtn {
    font-size: 18px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #475CF1;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 50px 20px 50px;
    transition: 0.6s;
}
.thirdBtn:hover {
    transform: translateY(-10px);
    transition: 0.6s;
    color: #FFFFFF;
}
.thirdSectionBtn {
    margin-top: 2rem;
}
.cardIcn {
    width: 70px;
}
.cardP2 {
    font-size: 1.2rem;
}
.s3Img1 {
    width: 69%;
}
.colY1 {
    position: absolute;
    top: -48px;
    right: -142px;
}
.mainContainer {
    position: relative;
    height: 100%;
}
.s3Img2 {
    width: 63%;
}
.colY2 {
    position: absolute;
    bottom: -5%;
    left: 18%;
    transform: translate(-18%, 26%);
}
.colY3 {
    position: absolute;
    bottom: 0%;
    left: 16%;
    transform: translate(10%, 20%);
}
.s3Img3 {
    width: 260px;
    z-index: 3;
    position: relative;
}
.colY4 {
    position: absolute;
    right: -21px;
    bottom: -44px;
    z-index: 1;
}
.s3Img4 {
    width: 260px;
    position: relative;
}
.colY5 {
    position: absolute;
    right: 23px;
    top: 0;
    z-index: 1;
}
.s3Img5 {
     width: 260px;
    position: relative;
}
.colY6 {
    position: absolute;
    left: 28%;
    top: 0;
    transform: translate(-30%, 0);
}
.s3Img6 {
    width: 260px;
    position: relative;
}
.waveDiv {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wave {
    height: 79px;
    width: 100%;
    fill: #fff;
}
.waveBg {
    background-color: #F9F9F9;
}

.s4Text1 {
    font-family: 'MyFont', sans-serif;
    color: #000000;
    font-size: 45px;
    line-height: 1.2em;
    text-align: center;
}
.s4Text2 {
    text-align: center;
    padding-top: 2rem;
}
.s4Box {
    text-align: center;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
    margin: 0px 15px 60px 15px;
    padding: 60px 60px 60px 60px;
    min-height: 29rem;
}
.s4Box1 {
    text-align: center;
    margin: 0px 15px 60px 15px;
    padding: 60px 60px 60px 60px;
    min-height: 29rem;
}
.s4CardText1 {
    font-family: 'MyFont', sans-serif;
    font-size: 28px;
}
.s4CardText2 {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.s4Img {
    width: 80px;
}
.s4ImgBox {
    margin-bottom: 30px;
}
.s4Pt {
    padding-top: 5rem;
}
.s5Box {
    padding: 60px;
    background: #ffffff;
    border-color: #ffffff;
    transition: 0.6s;
    border-radius: 11px;
    height: 30rem;
    cursor: pointer;
    
}
.s5Box:hover {
    background: #ffffff;
    border-color: #0055FF;
    transform: translateY(-2px);
    border: 1px solid #0077FF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transform: translateY(-10px);
    transition: 0.6s;
}
.s5Box2 {
    padding: 60px;
    background: #ffffff;
    border-color: #0055FF;
    transform: translateY(-2px);
    border: 1px solid #0077FF;
    box-shadow: 0 35px 60px rgba(0, 0, 0, .1);
    transition: 0.6s;
    border-radius: 11px;
    height: 30rem;
    cursor: pointer;
}
.s5Box2:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transform: translateY(-10px);
    transition: 0.6s;
}
.s4Main {
    font-family: 'MyFont', sans-serif;
    font-size: 55px;
    text-align: center;
    padding-bottom: 6rem;
}
.sectionFive {
    padding: 3rem 1rem 9rem;
}
.s5Text1 {
    font-family: 'MyFont', sans-serif;
    font-size: 22px;
}
.span1 {
    font-size: 65px;
}
.spanX{
    font-size: 65px;
}
.span2 {
    font-size: 16px;
}
.s5Ul {
    padding-left: 1rem;
    line-height: 30px;
}
.s5Li {
    font-family: 'MyFont', sans-serif;
    list-style: circle;
}
.footerText1 {
    font-family: 'MyFont', sans-serif;
    color: #FFFFFF;
    font-size: 45px;
    line-height: 1.2em;
}
.footerBox {
    padding: 5rem 1rem 6rem;
}
.footerText2 {
    color: #FFFFFF;
    padding-top: 1rem;
}
.footerBox {
    background-color: #070226;
    text-align: center;
    position: relative;
}
.containerBox2 {
    max-width: 780px;
    margin: auto;
    padding: 1rem 0;
}
.footerBtn {
    font-size: 18px;
    font-weight: 700;
    fill: #475CF1;
    color: #475CF1;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #475CF1;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 50px 20px 50px;
    margin-top: 2rem;
    transition: 0.6s;
}
.footerBtn:hover {
    transform: scale(0.9);
    transition: 0.6s;
    color: #475CF1;
}
.footerBg {
    position: absolute;
    top: -170%;
    left: 50%;
    transform: translate(-50%, 0);
}
.footerBgImg {
    width: 82rem;
}
footer {
    overflow: hidden;
    position: relative;
}
.mobBox {
    display: none;
}
.navMobileItem {
    width: 100%;
}
.popup4 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 11111;
    display: none;
}
.popupBg1 {
    background: #ffffff87;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.popupOneBox {
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    padding: 3rem;
    background-color: #070226ed;
}
.lColor {
    color: #fff;
}
.popupText {
    text-align: center;
    color: #fff;
}
.subBtn {
    width: 50%;
    margin: 2rem auto 0;
    border-radius: 2rem;
    color: #fff;
    border-radius: 1px;
    border-color: transparent #fff;
    border-style: solid;
    border-width: medium;
    padding: 0.4rem 1.8rem;
    display: block;
    justify-content: center;
    transition: 0.6s;

}
.subBtn:hover {
    color: #fff;
    border-color: #fff transparent;
    transition: 0.6s;
}
/*loader animation*/
.loader-dots {
    display: flex;
    gap: 8px;
}

.loader-dots span {
    width: 12px;
    height: 12px;
    background: #070226;
    border-radius: 50%;
    animation: pulse 1.4s infinite ease-in-out both;
}

.loader-dots span:nth-child(1) { animation-delay: 0s; }
.loader-dots span:nth-child(2) { animation-delay: 0.2s; }
.loader-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes pulse {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

/*end of loading animation*/
/* Vertical Dots Container */
.vertical-dots-pagination {
    position: fixed; /* Keep it in view while scrolling */
    right: 30px; /* Adjust distance from the right edge */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Fine-tune vertical centering */
    z-index: 1000; /* Ensure it's above other content */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between the dots */
    padding: 10px;
}

/* Individual Dot Style */
.dot {
    display: block;
    width: 10px; /* Size of the dot */
    height: 10px; /* Size of the dot */
    background-color: #ccc; /* Default (inactive) color */
    border-radius: 50%; /* Make it perfectly round */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    border: 1px solid #aaa; /* Optional: adds a slight border */
}

/* Active Dot Style */
.dot.activeDot {
    background-color: #007bff; /* Active color (e.g., a blue) */
    transform: scale(1.3); /* Optional: make it slightly bigger when active */
    border-color: #007bff;
}

/* Hover effect */

@media screen and (max-width: 1480px) {
    .colY1 {
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    .containerBox {
        max-width: 1080px !important;
    }
    .s5Text1 {
        font-size: 17px;
    }
    .span1 {
        font-size: 46px;
    }
    .spanX {
        font-size: 34px;
    }
}
@media screen and (max-width: 1200px) {
    .containerBox {
        max-width: 880px !important;
    }
    #navbarSupportedContent {
        display: none!important;
    }
    .mobBox {
        display: flex;
    }
    .s5Box {
        padding: 60px 35px;
    }
    .popupOneBox {
        width: 60%;
    }
    .containerBox {
        max-width: 1100px !important;
    }
}
@media screen and (max-width: 1024px) {
    .secondText {
        font-size: 36px;
    }
    .thirdText {
        font-size: 36px;
    }
    .s4Text1  {
        font-size: 36px;
    }
    .s4Main {
        font-size: 45px;
    }
    .footerText1 {
        font-size: 45px;
    }
    .s4CardText1 {
        font-size: 27px;
    }
    .sectionThree {
        padding: 9rem 1rem 22rem;
    }
}
@media screen and (max-width:991px) {
    .iconBox {
        display: none;
    }
    .circleBg {
        display: none;
    }
    .ord1 {
        order: 1;
        padding-bottom: 3rem;
    }
    .ord2 {
        order: 2;
    }
    .mh {
        min-height: auto;
    }
    .sectionOneInnerBox {
        bottom: 0;
    }
    .sectionOne {
        text-align: center;
    }
    .sectionOneText {
        max-width: 100%;
    }
    .logo {
        left: 0;
    }
    .navBox {
        padding: 0 2rem;
        overflow: hidden;
    }
    .mobBox {
        right: -18px;
        position: relative;
    }
    .navbar-toggler {
        display: none;
    }
    .s2Mob {
        display: none;
    }
    .s2Img7 {
        display: none;
    }
    .sectionTwo {
                padding: 11rem 1rem;
        min-height: auto;
    }
    .sectionThree {
        padding: 11rem 1rem;
        border-color: silver;
        border-top-style: solid;
        border-width: thin;
    }
    .thirdBtn {
        padding: 15px 30px 15px 30px;
        border-radius: 3px;
    }
    .one {
        border-radius: 3px;
        padding: 1rem 2rem;
    }
    .s4Box {
        padding: 60px 30px 60px 30px;
    }
    .s4Box1 {
        padding: 60px 30px 60px 30px;
    }
    .s4CardText2 {
        padding: 1.2em 3em;
    }
    .s5Box {
        padding: 60px;
        background: #ffffff;
        border-color: #0055FF;
        transform: translateY(-2px);
        border: 1px solid #0077FF;
        box-shadow: 0 35px 60px rgba(0, 0, 0, .1);
        transition: 0.6s;
        border-radius: 11px;
        height: 29rem;
        cursor: pointer;
        max-width: 400px;
        margin: 0 auto 2rem;
    }
        .s5Box:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
        transform: translateY(-10px);
        transition: 0.6s;
    }

    .s5Box2 {
        max-width: 400px;
        margin: auto;
        margin: 0 auto 2rem;
    }
    .footerBtn {
        padding: 15px 30px 15px 30px;
        border-radius: 3px;
    }
    .logo {
        top: -5px;
    }
    .popupOneBox {
        width: 70%;
    }
    .containerBox {
        max-width: 880px !important;
    }
}

@media screen and (max-width: 767px ) {
    .oneH1 {
        font-size: 40px;
    }
    .secondText {
        font-size: 34px;
    }
     .thirdText {
        font-size: 34px;
    }
    .s4Text1  {
        font-size: 34px;
    }
    .s4CardText1 {
        font-size: 23px;
    }
    .s4Box {
        padding: 60px 20px 60px 20px;
    }
    .s4Box {
        padding: 60px 0px 60px 0px;
    }
    .s4Box1 {
        padding: 60px 0px 60px 0px;
    }
     .footerText1 {
        font-size: 36px;
    }
    .popupOneBox {
        width: 95%;
    }

}
@media screen and (max-width: 580px) {
    .s4CardText2 {
        padding: 1.2em 1em;
    }
    .vertical-dots-pagination {
        right: 15px;
    }
    .popupOneBox {
        width: 95%;
    }
}
@media screen and (max-width:450px) {
    .startBtn {
        color: #fff;
        border-color: #fff;
        border-style: none none solid;
        border-width: thin;
        padding: 0.4rem 1rem;
        border-radius: 0;
    }
    .navBox {
        padding: 0 0rem;
    }
    .s4Main {
        font-size: 33px;
    }
    .footerText1 {
        font-size: 33px;
    }
}
@media screen and (max-width:300px) {
    .oneH1 {
        font-size: 30px;
    }
    .startBtn {
        padding: 0.4rem 0rem;
    }
    .s5Box {
        padding: 60px 28px;
    }
    .s5Box2 {
        padding: 60px 28px;
    }
}

@media screen and (max-width: 270px) {
    .startBtn {
        font-size: 13px;
    }
    .logo {
        top: -9px;
    }
}