@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0 !important;
    scroll-behavior: smooth;
    text-decoration: none !important;
    list-style: none !important;
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
}

p {
    color: rgb(90 90 90);
    text-align: center;
}

h1 {
    color: #00224D;
    text-align: center;
}

h3 {
    color: #00224d;
    text-align: center;
}

h4 {
    color: #00224D;
}

h5 {
    color: #df2e1f;
    text-align: center;
}

.BgSet {
    background: rgba(255, 255, 255, 0.571);
    backdrop-filter: blur(10px);
    transition: 0.5s ease-in-out;
}

.callBtn {
    background: #df2e1f;
    color: white !important;
    white-space: nowrap;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}

.callBtn:hover {
    background: #bd2a1c;
}

.roadMap {
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #DF2E1F;
}

.cardStyled {
    padding: 20px 15px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.082);
    backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
    transition: 0.3s ease-in-out;
}

.cardStyled:hover {
    background: #df2e1f;
}
.cardStyled p,.cardStyled h4{
    transition: 0.3s ease-in-out;
}
.cardStyled:hover p,.cardStyled:hover h4 {
    color:white !important;
}

.indexNumbers {
    height: 55px;
    width: 55px;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(50px);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.testimonialCards {
    position: relative;
    width: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 10px 12px 25px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.userImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    border-radius: 50px;
}

.accordion-button {
    border-bottom: 1.4px solid #5454541f;
    box-shadow: none !important;
    padding: 25px 15px 25px 5px !important;
}

.accordion-button:focus {
    border-bottom: 1.4px solid #5454541f;
    box-shadow: none !important;
}

.accordion-item {
    background: rgba(255, 255, 255, 0.078);
    backdrop-filter: blur(50px);
    border: none;
}

.accordion-button {
    background:white;
    color: RGB(90, 90, 90) !important;
}

.accordion-body {
    color: #545454;
}

.accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion-button::after {
    background-image: url('./assets/plus-circle.svg') !important;
}

.footerBg {
    border-top: 1px solid rgb(129, 129, 129);
    background: #005890;
    padding: 50px 0px;
}

.area {
    width: 100%;
    height: auto;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(255 3 3 / 15%);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
input:focus{
    box-shadow:none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.form-style{
    max-width:800px;
}
.uk-light .uk-dotnav>*>*{
    background:#545454;
}
.uk-light .uk-dotnav>*>*:hover{
    background:#545454;
}

.uk-light .uk-dotnav>.uk-active>*{
    background:#df2d1e;
    transform:scale(1.3);
}
.content-form{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    height:90%;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    padding:20px 15px;
}
.content-form input::placeholder {
    font-size:14px !important;
    opacity:0.8;
}
.text-over{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    height:90%;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    gap:20px;
    padding:20px 15px;
    background:#ffffffba;;
}
.formBtn{
    background: #005890;
    padding:8px 15px;
    border:none;
    border-radius:5px;
    color:white;
    width:100%;
}
.decor-set{
    position:absolute;
    width:100%;
    height:100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}