/* Navbar Start */
@media screen and (max-width: 767px) {
    nav{
        backdrop-filter: blur(25px);
    } 
}
/* Navbar End */

/* Banner Start */
.banner{
    position: relative;
    padding: 7rem 7% 3rem 7%;
    text-align: center;
    color: #fff;
}
.banner #regulations-banner-canvas{
    /* background: linear-gradient(to right, #24b3d3, #de3597 70%); */
    /* background: linear-gradient(to right, #0a0325 5%, #261a3c); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner h1{
    position: relative;
    font-weight: 900;
    font-size: calc(3.5rem + 0.5vw);
}
.banner p{
    position: relative;
    font-weight: 700;
    font-size: calc(1rem + 0.5vw);
    margin-top: 1rem;
}

/* For 110% in 15 inch screens */
@media screen and (min-width: 1260px) and (max-width: 1399px){
    .banner{
        padding: 7.5rem 7% 3.5rem 7%;
    }
    .banner h1{
        font-size: calc(4rem + 0.5vw);
    }
    .banner p{
        font-size: calc(1.15rem + 0.5vw);
        margin-top: 1.2rem;
    }
}

/* For 100% in 15 inch screens */
@media screen and (min-width: 1400px) {
    .banner{
        padding: 8rem 7% 4rem 7%;
    }
    .banner h1{
        font-size: calc(4.4rem + 0.5vw);
    }
    .banner p{
        font-size: calc(1.25rem + 0.5vw);
        margin-top: 1.1rem;
    }
}

/* For small screens */
@media screen and (max-width: 767px) {
    .banner{
        padding: 6rem 1rem 3rem 1rem;
    }
    .banner h1{
        font-size: calc(2.5rem + 0.5vw);
    }
    .banner p{
        font-size: calc(0.95rem + 0.5vw);
        margin-top: 0.8rem;
    }
}
/* Banner End */

/* Regulation Cards Start */
.regulation-cards-row{
    padding: 3.5rem 19% 2rem 19%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: #f8f8f8; */
}
.regulation-cards-row .regulation-card{
    width: 48.5%;
    /* box-shadow: rgba(0, 0, 0, 0.696) 0px 0px 8px; */
    padding: 1.8rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    /* background-color: #fff; */
    background: linear-gradient(to right, #1d103c 35%, #362653 80%);
    /* border: 1px solid #fc3dfd; */
    box-shadow: 0 0 3px 2px #fd3dfd98;
    text-decoration: none;
    transition: all 0.1s ease;
}
.regulation-cards-row .regulation-card:hover{
    /* background-color: #efefef; */
    background: linear-gradient(to right, #362653 35%, #1d103c 80%);
}
.regulation-cards-row .regulation-card span{
    font-size: calc(1.1rem + 0.5vw);
    font-weight: 800;
    display: block;
    font-family: "Roboto", sans-serif;
    line-height: normal;
    color: #fff;
}
.regulation-cards-row .regulation-card p{
    font-size: calc(0.45rem + 0.5vw);
    font-weight: 500;
    color: #d3d3d3;
    margin-top: 1.5rem;
}
.regulation-cards-row .regulation-card .card-content{
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.regulation-cards-row .regulation-card .card-content img{
    width: 50px;
}

/* For 110% in 15 inch screens */
@media screen and (min-width: 1260px) and (max-width: 1399px){
    .regulation-cards-row{
        padding: 4rem 19% 2.5rem 19%;
    }
    .regulation-cards-row .regulation-card{
        padding: 1.9rem 1.6rem;
        margin-bottom: 1.6rem;
    }
    .regulation-cards-row .regulation-card span{
        font-size: calc(1.25rem + 0.5vw);
    }
    .regulation-cards-row .regulation-card p{
        font-size: calc(0.5rem + 0.5vw);
        margin-top: 1.5rem;
    }
    .regulation-cards-row .regulation-card .card-content{
        gap: 0.85rem;
    }
    .regulation-cards-row .regulation-card .card-content img{
        width: 60px;
    }
}

/* For 100% in 15 inch screens */
@media screen and (min-width: 1400px) {
    .regulation-cards-row{
        padding: 4.5rem 19% 2.5rem 19%;
    }
    .regulation-cards-row .regulation-card{
        padding: 2rem 1.7rem;
        margin-bottom: 1.78rem;
    }
    .regulation-cards-row .regulation-card span{
        font-size: calc(1.3rem + 0.5vw);
    }
    .regulation-cards-row .regulation-card p{
        font-size: calc(0.55rem + 0.5vw);
        margin-top: 1.5rem;
    }
    .regulation-cards-row .regulation-card .card-content{
        gap: 0.9rem;
    }
    .regulation-cards-row .regulation-card .card-content img{
        width: 68px;
    }
}

/* For small screens */
@media screen and (max-width: 767px) {
    .regulation-cards-row{
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .regulation-cards-row .regulation-card{
        width: 100%;
        padding: 1.2rem 1rem;
        margin-bottom: 1.2rem;
    }
    .regulation-cards-row .regulation-card span{
        font-size: calc(1.2rem + 0.5vw);
    }
    .regulation-cards-row .regulation-card p{
        font-size: calc(0.8rem + 0.5vw);
        margin-top: 1rem;
    }
    .regulation-cards-row .regulation-card .card-content img{
        width: 50px;
    }
}
/* Regulation Cards End */

/* Security Start */
.security{
    padding: 3rem 12% 5rem 12%;
    background-color: #fff;
    opacity: 1;
    /* background-image:  linear-gradient(#f8f8f8 2px, transparent 3px), linear-gradient(to right, #f8f8f8 2px, #ffffff 2px); */
    background-image:  linear-gradient(#261a3c 2px, transparent 3px), linear-gradient(to right, #261a3c 2px, #0a0325 2px);
    background-size: 90px 90px;
}
.security h2{
    font-size: calc(2.2rem + 0.5vw);
    font-weight: 800;
    background: linear-gradient(to right, #24b3d3 30%, #de3597 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
}
.security .security-content{
    padding: 4rem 3rem 1rem 3rem;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.584) 0px 0px 8px; */
    /* background-color: #fff; */
    background: linear-gradient(to right, #1d103c 35%, #362653 80%);
    border: 1.5px solid #fc3dfd;
    box-shadow: 0 0 8px 6px #fd3dfd98;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.security .security-content-card{
    width: 48%;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
}
.security .security-content-card img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.security .security-content-card p{
    font-size: calc(0.55rem + 0.5vw);
    font-weight: 500;
    color: #fff;
}

/* For 110% in 15 inch screens */
@media screen and (min-width: 1260px) and (max-width: 1399px){
    .security{
        padding: 3.5rem 12% 5rem 12%;
        /* background-image:  linear-gradient(#f8f8f8 3px, transparent 3px), linear-gradient(to right, #f8f8f8 3px, #ffffff 3px); */
        /* background-image:  linear-gradient(#261a3c 2px, transparent 3px), linear-gradient(to right, #261a3c 2px, #0a0325 2px); */
        background-size: 100px 100px;
    }
    .security h2{
        font-size: calc(2.5rem + 0.5vw);
    }
    .security .security-content{
        padding: 4rem 3.5rem 1rem 3.5rem;
        margin-top: 2.8rem;
    }
    .security .security-content-card{
        gap: 1.2rem;
    }
    .security .security-content-card img{
        width: 50px;
        height: 50px;
    }
    .security .security-content-card p{
        font-size: calc(0.63rem + 0.5vw);
    }
}

/* For 100% in 15 inch screens */
@media screen and (min-width: 1400px) {
    .security{
        padding: 4.2rem 12% 5.5rem 12%;
        /* background-image:  linear-gradient(#f8f8f8 3px, transparent 3px), linear-gradient(to right, #f8f8f8 3px, #ffffff 3px); */
        background-size: 110px 110px;
    }
    .security h2{
        font-size: calc(2.7rem + 0.5vw);
    }
    .security .security-content{
        padding: 4.5rem 4.2rem 1rem 4.2rem;
        margin-top: 3rem;
    }
    .security .security-content-card{
        gap: 1.3rem;
        margin-bottom: 4.3rem;
    }
    .security .security-content-card img{
        width: 55px;
        height: 55px;
    }
    .security .security-content-card p{
        font-size: calc(0.68rem + 0.5vw);
    }
}

/* For small screens */
@media screen and (max-width: 767px) {
    .security{
        padding: 1.5rem 1rem 2.5rem 1rem;
        background-size: 50px 60px;
    }
    .security h2{
        font-size: calc(1.5rem + 0.5vw);
    }
    .security .security-content{
        padding: 1.5rem 1.2rem 0.5rem 0.8rem;
        margin-top: 1.2rem;
    }
    .security .security-content-card{
        width: 100%;
        align-items: start;
        gap: 0.8rem;
        margin-bottom: 1.2rem;
    }
    .security .security-content-card img{
        width: 25px;
        height: 25px;
    }
    .security .security-content-card p{
        font-size: calc(0.8rem + 0.5vw);
    }
}
/* Security End */

/* Simple Steps Start */
.simple-steps{
    margin-top: 0;
}
/* Simple Steps End */




