*{
    margin:0px;
    padding:0px;
}

/* @media (max-width: 767.98px) {
    .hide-img{
        display: none;
    }
} */

@media (max-width: 991.98px) {
    .hide-img{
        display: none;
    }
}

@media (max-width: 465.98px) {
    .hide-img-466{
        display: none;
    }
}

@media (max-width: 574.98px) {
    .show-item-575{
        display: block;
    }
}



body {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #f9fcfe;
}

a{
    text-decoration: none;
    color: inherit;
}/*a:hover {
    text-decoration: underline;  /* Adds underline on hover 
}*/

p{
    color: #fff;
}

h1{
    color: #fff;
}

button {
    /* Reset margin, padding, and border */
    margin: 0;
    padding: 0;
    border: none;
    /* Reset other styles to default */
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    /* Add any other default styles as needed */
  }

.hide-item{
    display: none;
}


.text-bold{
    font-weight: bold;
}

.text-light{
    font-weight: 100;
}

.text-head-1{
    font-size: 60px;
}

.text-head-2{
    font-size: 22px;
}

.text-1{
    font-size: 20px;
}





.word-space-1 {
    word-spacing: 0.1em; /* Adjust the value as per your preference */
}

.word-space-2 {
    word-spacing: 0.5em; /* Adjust the value as per your preference */
}





.row-bg{
    background-color: #7031F5;
}

.rm-row-padding-right{
    padding-right: 0px;
}

.reduce-p-margin-top{
    margin-top: -11px;
}





.img-fit{
    width:100%;
}

.icon-fit{
    width: 40px;
    margin-top: 8px;
    cursor: pointer;
}

.logo-img{
    width: 44px; /*30px;*/
}

.logo-text{
    font-size: 42px; /*34px;*/
    color: #fff;
}




.margin-top-1{
    margin-top: 10px;
}

.margin-top-2{
    margin-top: 20px;
}

.margin-top-3{
    margin-top: 30px;
}

.margin-top-4{
    margin-top: 40px;
}

.margin-top-5{
    margin-top: 50px;
}

.margin-top-10{
    margin-top: 100px;
}

.margin-top-15{
    margin-top: 150px;
}




.btn-box{
    background: #FBD488;
    padding: 15px 15px 15px 15px;
    border-radius: 6px;
}




.center-this{
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

