* {
    padding: 0;
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


.font-style {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }



.cus-bg{
    background-image: linear-gradient( 86.3deg,  rgb(1, 95, 146) 3.6%, rgb(4, 19, 58) 87.6% ) !important;
}

.disp{
    background-color: transparent;
    border: 1px solid #eb1010;
    color: #eb1010;
    padding: 3px 10px;
    border-radius: 100px;
}
.disp:hover{
    background-color: #eb1010;
    border: 1px solid transparent;
    color: white;
    padding: 3px 10px;
    border-radius: 100px;
    cursor: pointer;
}


.navbar .nav-link {
    color: rgb(2, 14, 41);
    font-weight: 600;
}

.price-top h1 {
    color: white !important;
    font-weight: bolder;
    margin-top: 30px;

}
.price-top p {
    color: white;

}
.list-style {
    list-style: none;
    justify-content: right;
    font-size: 1h4px;
}

.text-justify {
    text-align: justify;
}

.top-box {
    color: gray;
    font-weight: 600;
}

#active {
    color: red;
}

.search-box {
    display: flex;
    background-color: white;
    padding: 3px;
    border-radius: 10px;
}

.form-control {
    border: none !important;
}

.poster-top {
    padding: 0px;
    position: relative;
    background-color: aqua;
    background: url(./img/top.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;
}

.poster-top span {
    color: red;
    font-weight: 700;
}

.service-top-box {
    background-color: rgba(0, 0, 0, 0.623) !important;
}

.company-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.company-logo img {
    height: 70px;
    width: auto;

}

.service-container {
    background-color: #ede9ea;
    border-radius: 5px;
    padding: 10px;
    min-height: 300px;
    margin: 10px;
    box-shadow: inset 0 0 0 0 #ede9ea;
    padding: 20px;
    transition: color .9s ease-in-out, box-shadow .9s ease-in-out;
}

.service-container:hover {
    box-shadow: inset 900px 0 0 0 #c0c0c0d0;
    ;

}

.effect {
    background-color: #ede9ea;
    box-shadow: inset 0 0 0 0 #ede9ea;
    transition: color .9s ease-in-out, box-shadow .9s ease-in-out;
}

.effect:hover {
    box-shadow: inset 900px 0 0 0 #D0D3D4;


}
.cpum{
    color:#C18DCA  ;
}

.effect:hover .effect i{

    color: white !important;

}
.service-container a {
    text-decoration: none;
    color: black;
}

.service-container h6 {
    color: rgb(2, 14, 41);
    margin: 10px 0px;
}

.service-container img {
    width: 60px;
    aspect-ratio: 3/2;
    object-fit: contain;
    margin: 20px;
}

.text-color {
    color: rgb(0, 9, 90);
}






.doc-container{
    background-color: #ede9ea !important;
    border-radius: 0px 20px 20px 0px;
}

.doc-btn{
    display: block;
    width: 100%;
    border: none;
    height: 128px;
    transition: all ease 900ms;
    overflow: hidden;
    color:rgb(1, 95, 146);
    background-color:white;
    padding: 3px;
}
.doc-btn h2{
    margin:41px 0px;
}
.section-doc {
    display: none; /* Initially hide all sections */
  }

  .active-btn2 {
    background-color: #ede9ea !important; /* Bootstrap primary color */
    color:rgb(1, 95, 146);
    height:300px;
  }


  .ltr{
    border-radius: 20px 0px 0px 0px;
  }
  .lbr{
    border-radius: 0px 0px 0px 20px;
  }

  .active-btn2 h1{
    color: rgb(1, 95, 146) !important;
  }
  .active-btn2 p{
    margin: 5px;
  }
  .section-doc  img {
    height: 70% !important;
    width: 70% !important;
    margin-left: 0% !important;
   
}

.look{
    border-radius: 20px !important;
}













.step-container {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.why-container {
    /* background-image: linear-gradient( 86.3deg,  rgba(0,119,182,1) 3.6%, rgba(8,24,68,1) 87.6% ); */
    background-color: white;
    padding: 30px;
}

.step-box i {
    font-size: 36px;
    margin-top: 30px;
}
.step-box h3{
    margin-top: 10px;
}


.step-box {
    background-image: linear-gradient( 86.3deg,  rgba(0,119,182,1) 3.6%, rgba(8,24,68,1) 87.6% );
    width: 180px;
    color: white !important;
    min-height: 260px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.price-main{

border-radius: 10px;
}
.step-box:hover {
    background-image: linear-gradient( 86.3deg,  rgb(1, 95, 146) 3.6%, rgb(4, 19, 58) 87.6% );
    border: 1px solid  white;
   
}
.section-tech {
    border-radius: 0px 0px 30px 30px;
    /* background-color: rgb(0, 9, 90); */
    background-color: #ede9ea;
}

.section-tech img {
    height: 100%;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.toggleButton {
    background-color:white;
    padding: 10px 20px;
    border: none;
    width: 100%;
    font-weight: bold;

}

.togglebtn-box {
    display: flex;
    justify-content: space-between;
}

.why-box {

    padding: 20px;
}

.custom-btn {
    background-color: white;
    border: 1px solid transparent;
    color: rgb(1, 95, 146);
    font-weight: 600;
    padding: 10px 30px;

    margin: 5px;
    border-radius: 5px;
}

.custom-btn2 {
  background-color:  rgb(1, 95, 146)  !important;
    border: 1px solid transparent !important;
    color: white !important;
    font-weight: 600 !important;
    width: 160px;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}
.custom-btn3 {
    background-color:rgb(1, 95, 146)!important;
    border: 1px solid transparent !important;
    color: white !important;
    font-weight: 600 !important;

    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}
a {
    text-decoration: none !important;
    color: black;
}

.item h5 {
    margin: 0px;
}

.item img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.item span {
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
}


.product-box img {
    height: 50px;
}

.product-box a {
    text-decoration: none;
    color: rgb(0, 9, 90);
}


.effect i {
    font-size: 29px;
/* color: #eb1010; */
}

.product-box {
    background-color: #ede9ea;
    border-radius: 5px;
    padding: 20px;
    min-height: 250px;
}


.poster-top p {
    margin: 0;
    font-size: 21px;
}

.small-text {
    font-size: 12px;
}

.url-box-sec {
    border: 1px solid red;
}

.url-box-sec p {
    font-size: 14px;
}

.url-box input {
    height: 28px;
    width: 75%;
    font-size: 10px;
    border: none;
    padding: 2px;
}

.url-box input:focus {
    outline: none;
}

.url-box {
    display: flex;
    height: 31px;
    width: 100%;
    align-items: center;
    border: 1px solid black;
}

.url-box button {
    width: 90px;
    font-size: 10px;
    border: none;
    height: 22px;
    margin: 2px;
    background-color: rgba(0,119,182,1);
    color: white;
}

.blk {
    background-color: rgba(0, 0, 0, 0.603);
}

#servcie h4 {
    font-weight: 700;
    border-bottom: 2px solid red;
    width: 40%;
    padding: 4px;
    

}

#servcie p {
    font-weight: 700;
}

.service {
    background-color: #ede9ea;
    padding: 10px 20px;
}

.service p {
    font-size: 14px;
}

.service {
    line-height: 15px;
}

.service h6 {
    font-size: 14px;
    color:rgba(0,119,182,1);
    font-weight: 600;
}

.service img {
    height: 55px;
    width: 45px;

}

.line {
    border-right: 1px solid gray;

}

.section-tech {
    display: none;
}

.rdl {
    border-radius: 20px 0px 0px 0px;
}

.rdr {
    border-radius: 0px 20px 0px 0px;
}


.active-btn {
    /* background-color: rgb(0, 9, 90); */
    background-color: #ede9ea;
    /* color: white; */

}

.diff {
    padding: 0px;
    position: relative;
    background-color: aqua;
    background: url(./img/top.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;

}

.box {
    background-color: #ede9ea;
    color: black;


}

.box h6 {
    color: rgba(0,119,182,1);
}

.box img {
    height: 80px;
    width: 80px;
    margin-left: 75%;


}

.diff h4 {
    font-weight: 700;
    border-bottom: 2px solid red;
    width: 27%;
    padding: 4px;


}

#app h3 {
    font-weight: 700;
    border-bottom: 2px solid red;
    width: 18%;
    padding: 4px;
    margin: auto;
    color: rgba(0,119,182,1);


}

#sub {
    width: 77%;
    padding: 4px;


}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;

}

.app-box {
    border-radius: 190px 0px 0px 190px;
    background-color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
}

.pic img {
    height: 139px;
    width: 139px;
    border-radius: 50%;

}

.pic {
    background-color: black;
    border-radius: 50%;
}

.app-box p,
.app-box-2 p {
    line-height: 16px;
}

.app-box-2 {
    border-radius: 0px 190px 180px 0px;
    background-color:white;
    font-size: 14px;
    color: black;
    display: flex;
    align-items: center;
    gap: 10px;
}

footer {
    background-color: rgb(0, 9, 90);
    color: white;
}

footer li {
    list-style: none;
    font-size: 14px;
    margin: 20px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer h6 {
    margin: 20px;
}

.borderl {
    border-left: 1px solid white;
}

footer a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;

    padding: 20px 0;
    position: relative;
}

.text-center {
    text-align: center;
}

.my-5 {
    margin: 40px 0;
}

.marquee-content {
    display: flex;
    align-items: center;
    animation: marquee 30s linear infinite;
}

.company-logo {
    display: flex;
}

.company-logo img {
    padding: 0 10px;
    height: 100px;
    /* Adjust the height as needed */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* -----------------------Pricing CSS Start ----------------------------------------------- */

.price-container {
background-color: white;
    padding: 60px 10px;
    font-weight:600;

}
.price-container h1{
    color: rgb(1, 95, 146) ;
    font-weight: bold;
}
.gold{
    box-shadow: inset 0px 0px 5px rgb(0, 9, 90);
    padding: 90px 10px;
    border-radius: 20px;
    
}
.free{
    background-color: rgb(233, 231, 231);
    border-radius: 20px 0px 0px 20px !important;
    font-weight: 600;
}
.price-box {
    border: 1px solid gainsboro;
    text-align: center;
    padding:10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.price-box  p{
    font-size: 11px;
    color: gray;
    margin: 0px;
    line-height:16px !important;
}
.advance{
    border-radius: 0px 20px 20px 0px;
}
.price-box h2 {
    color: rgb(0, 9, 90);
    font-weight: 600;
}

.price-container ul {
    margin-top: 20px;
}
/* 
.price-container:hover {

    border: 3px solid rgba(0, 9, 90, 0.274);
    background-color: rgb(248, 249, 250);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
} */

.price-active ul {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.price-box button {
    background-color: rgb(1, 95, 146) ;
    border: 1px solid transparent;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 10px;
}
  .price {
            display: none;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
        }

        .price.show {
            display: block;
            animation: popup 1s forwards;
        }
        
        .stike{
          text-decoration: line-through;
          opacity: 30%;
        }
        @keyframes popup {
            from {
                opacity: 0;
                transform: scale(0.8);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
.price-container li {
    list-style: none;
}

.price-container ul {
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.plan-btn {
    padding: 5px;
    background-color: rgb(248, 249, 250);
    border-radius: 5px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.test-box img {
    width: 50px !important;
    height: 50px;
}
.accordion-button{
    font-weight: 600;
}

form{

    border: 1px solid rgba(255, 255, 255, 0.26);
    padding: 20px;
    border-radius: 20px;
}
.email-form{
    background-color: white;
    border-radius: 10px;
}
.about .col-lg-4{
    background-color: #ede9ea;
    padding: 20px;
    border-radius: 5px;
}

.service-sec {
    background-color:white;
    padding: 40px 20px;
    margin: 10px;
    border-radius: 20px;
}

.service-sec button {
    background-color: white;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin: 10px;
}

.testimonial_box {
    background-color: #ede9ea;
    padding: 20px;
    border-radius: 20px;
}

.form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.owl-theme .owl-nav[class*=owl-] .owl-prev,
.owl-theme .owl-nav[class*=owl-] .owl-next {
    font-size: 13px;
    background-color: #ea3614;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;

}

.service-sec h1{
    color :rgba(0,119,182,1);
    font-weight:600;
}
.plan-btn button {
    background-color:rgba(0,119,182,1);
    border: 1px solid transparent;
    padding: 10px 40px;
    color: white;
    border-radius: 5px;
}

@media screen and (max-width:576px) {
    #servcie h4 {
        width: 100%;
        padding: 10px;

    }

    .diff h4 {
        width: 75%;
        padding: 10px;


    }

    #sub {
        width: 100%;
        padding: 4px;


    }

    #app h3 {

        width: 50%;



    }
.toggleButton {
    background-color:white;
    padding: 3px 7px;
    border: none;
    width: 100%;
    font-weight: bold;
    font-size:12px;

}
    .top-box {
        display: none;
    }
.borderl {
    border-left: none !important;
}
    .step-box {
        background-color: #ede9ea;
        width: 100%;
        margin:10px;
        min-height: 200px;
        
        border-radius: 10px;
    }
    .price-container {
        margin:10px;
        border-radius:20px !important;
    }
    .service-sec{
        margin:10px;
    }
}