*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    min-width: 100vw;
}

body{
    min-width: 100vw;
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    padding: 0;
   
}

/* --------This is the starting of the hero section or first section ---------*/
.hero-section{
    width: 100%;
    height: 37.5rem;
}

.hero-section .hero-image{
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/slide-3.jpg");
    background-blend-mode: multiply ;
    width: 100%;
    height: 37.5rem;
    background-size: cover;
    padding-left: 6.25rem;
    padding-top: 6.25rem;
    font-family: sans-serif;
    margin-top: 0; 
}

.hero-section .hero-image h1{
    font-size: 4rem;
    margin: 0 0 0.3em;
    color: white;
    font-weight: bolder; 
}

.hero-section .hero-image p{
    font-size: 2rem;
    color: white;
    font-weight: bolder;
    margin-bottom: 3.125rem; 
}

.hero-section .about-us,
.hero-section .our-services{
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    background-color: rgb(76, 26, 155);
    color: white;
    font-weight: bolder;
    text-decoration: none; 
}

.hero-section .about-us:hover,
.hero-section .our-services:hover{
    background-color: #fff;
    font-weight: bold;
    color: black;
 }

/* ---------This is the starting of our services or second section ---------*/

.service-section{
    background-color: #ddd3d3;
    width: 100%;
    min-height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-section .service-sect-container{
    width: 68.75rem;
    height: 15.625rem;
}

.service-section .service-sect-container h4{
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.service-section .service-sect-container .container{
    width: inherit;
    min-height: inherit;
    display: flex;
    justify-content: space-between;
}

.service-section .service-sect-container .container .card{
    width: 15.625rem;
    height: 12.5rem;
    background-color: #fff;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.226);
}

.service-section .service-sect-container .container .card-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}

.service-section .service-sect-container .container .card-1 img{
    height: 4.375rem;
    width: 5rem;
}

.service-section .service-sect-container .container .card-1 p{
    color: #999999;
    font-weight: bold;
    line-height: 1.8rem;
}

.service-section .service-sect-container .container .card-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.service-section .service-sect-container .container .card-2 img{
    height: 5rem;
    width: 5rem;
}

.service-section .service-sect-container .container .card-2 p{
    color: #999999;
    font-weight: bold;
}

.service-section .service-sect-container .container .card-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem; 
}

.service-section .service-sect-container .container .card-3 img{
    height: 5rem;
    width: 5rem;
}

.service-section .service-sect-container .container .card-3 p{
    color: #999999;
    font-weight: bold;
}

.service-section .service-sect-container .container .card-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem; 
}

.service-section .service-sect-container .container .card-4 img{
    height: 5rem;
    width: 5rem;
}

.service-section .service-sect-container .container .card-4 p{
    color: #999999;
    font-weight: bold;
}

/* ----This is the starting of Account section or Third section ----*/

.account-section{
    background-color: #fff;
    width: 100%;
    min-height: 31.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-section .account-sect-container{
    max-width: 71.875rem;
    height: 19.375rem;
}

.account-section .account-sect-container h2{
   font-weight: bold;
}

.account-section .account-sect-container .container{
    display: flex;
    flex-direction: row;
    gap: 3.125rem;
    margin-top: 1.875rem;
}

.account-section .account-sect-container .container .card{
    background-color: #fff;
    width: 25rem;
    min-height: 15.625rem;
}

.account-section .account-sect-container .container .card-1 p{
    color: grey;
    font-weight: 600;
    margin-bottom: 3.125rem;
    line-height: 1.8rem;
}
.account-section .account-sect-container .container .card-1 a{
    color: #fff;
    background-color: rgb(76, 26, 155);
    text-decoration: none;
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    box-shadow: 0.25rem 0.25rem #d3d3d3;
    white-space: nowrap;
    font-weight: bold;
}

.account-section .account-sect-container .container .card-1 a::after{
    content: "→";
    height: 3.125rem;
    width: 3.125rem;
    margin-left: 0.625rem;
}

.account-section .account-sect-container .container .card-1 a:hover{
   background-color: #fff;
   font-weight: bold;
   color: black;
}

.account-section .account-sect-container .container .card-2{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.9375rem;
}

.account-section .account-sect-container .container .card-2 .mini-card{
    height: 3.125rem;
    border-top: none;
    box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d386;
    overflow: hidden;
}

.account-section .account-sect-container .container .card-2 .mini-card a{
   text-decoration: none;
   font-weight: bold;
   color:rgb(76, 26, 155);
}

.account-section .account-sect-container .container .card-2 .mini-card-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}
.account-section .account-sect-container .container .card-2 .mini-card-1 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.account-section .account-sect-container .container .card-2 .mini-card-2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem; 
}
.account-section .account-sect-container .container .card-2 .mini-card-2 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.account-section .account-sect-container .container .card-2 .mini-card-3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;   
}
.account-section .account-sect-container .container .card-2 .mini-card-3 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.account-section .account-sect-container .container .card-2 .mini-card-4{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}
.account-section .account-sect-container .container .card-2 .mini-card-4 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.account-section .account-sect-container .container .card-3 img{
    height: 12.5rem;
    width: inherit;
}

/* -------This is the starting of the Cards or fourth section----- */
.cards-section{
    background-color: #ddd3d3;
    width: 100%;
    min-height: 31.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-section .cards-sect-container{
    max-width: 71.875rem;
    height: 19.375rem;
}

.cards-section .cards-sect-container h2{
   font-weight: bold;
}

.cards-section .cards-sect-container .container{
    display: flex;
    flex-direction: row;
    gap: 3.125rem;
    margin-top: 1.875rem;
}

.cards-section .cards-sect-container .container .card{
    background-color: #ddd3d3;
    width: 25rem;
    height: 15.625rem;
}

.cards-section .cards-sect-container .container .card-1 p{
    color: grey;
    font-weight: 600;
    line-height: 1.8rem;
    margin-bottom: 3.125rem;
}
.cards-section .cards-sect-container .container .card-1 a{
    color: #fff;
    background-color: rgb(76, 26, 155);
    text-decoration: none;
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    box-shadow: 0.25rem 0.25rem #d3d3d3;
    white-space: nowrap;
    font-weight: bold;
}

.cards-section .cards-sect-container .container .card-1 a::after{
    content: "→";
    height: 3.125rem;
    width: 3.125rem;
    margin-left: 0.625rem;
}

.cards-section .cards-sect-container .container .card-1 a:hover{
   background-color: #fff;
   font-weight: bold;
   color: black;
}

.cards-section .cards-sect-container .container .card-2{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.9375rem;
}

.cards-section .cards-sect-container .container .card-2 .mini-card{
    height: 3.125rem;
    border-top: none;
    box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.795);
    overflow: hidden;
}

.cards-section .cards-sect-container .container .card-2 .mini-card a{
   text-decoration: none;
   font-weight: bold;
   color:rgb(76, 26, 155);
}

.cards-section .cards-sect-container .container .card-2 .mini-card-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}
.cards-section .cards-sect-container .container .card-2 .mini-card-1 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.cards-section .cards-sect-container .container .card-2 .mini-card-2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem; 
}
.cards-section .cards-sect-container .container .card-2 .mini-card-2 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.cards-section .cards-sect-container .container .card-2 .mini-card-3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;   
}
.cards-section .cards-sect-container .container .card-2 .mini-card-3 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.cards-section .cards-sect-container .container .card-2 .mini-card-4{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}
.cards-section .cards-sect-container .container .card-2 .mini-card-4 img{
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 0.625rem;
}

.cards-section .cards-sect-container .container .card-3 img{
    height: 12.5rem;
    width: inherit;
}


/* -------  This is the starting of the private banking or fifth section -------*/

.private-banking-section{
    background-color: #fff;
    width: 100%;
    min-height: 31.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.private-banking-section .private-sect-container{
    max-width: 71.875rem;
    height: 25rem;
}

.private-banking-section .private-sect-container h2{
   font-weight: bold;
   font-size: 1.875rem;
}

.private-banking-section .private-sect-container .container{
    width: 71.875rem;
    height: 25rem;
    margin-top: 1.875rem;
    display: flex;
    flex-direction: row;
    gap: 3.125rem;
}

.private-banking-section .private-sect-container .container .card-1{
    width: 25rem;
    height: 18.75rem;
}

.private-banking-section .private-sect-container .container .card-1 p{
    color: grey;
    font-weight: 600;
    line-height: 1.8rem;
    margin-bottom: 3.125rem;
}

.private-banking-section .private-sect-container .container .card-1 a{
    color: #fff;
    background-color: rgb(76, 26, 155);
    text-decoration: none;
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    box-shadow: 0.25rem 0.25rem #d3d3d3;
    white-space: nowrap;
    font-weight: bold;
}

.private-banking-section .private-sect-container .container .card-1 a::after{
    content: "→";
    height: 3.125rem;
    width: 3.125rem;
    margin-left: 0.625rem;
}

.private-banking-section .private-sect-container .container .card-1 a:hover{
   background-color: #fff;
   font-weight: bold;
   color: black;
}

.private-banking-section .private-sect-container .container .card-2{
    background-color: #fff;
    width: 43.75rem;
    height: 18.75rem;
}

.private-banking-section .private-sect-container .container .card-2 img{
    height: inherit;
    width: inherit;
}

/* -----This is the starting of the our services or sixth section ------- */

.our-services-section {
    background-color: #ddd3d3;
    width: 100%;
    min-height: 37.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-services-section .our-services-sect-container{
    max-width: 71.875rem;
    height: 28.125rem;
}

.our-services-section .our-services-sect-container .first-h2{
    font-weight: bolder;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
}

.our-services-section .our-services-sect-container .first-h2::after{
    content: "";
    background-color: black;
    height: 0.3125rem;
    width: 1.875rem;
    border-radius: 0.125rem;
    position: absolute;
    top: 120%;
    left: 48%;
}

.our-services-section .our-services-sect-container .container{
    width: inherit;
    height: 21.875rem;
    display: flex;
    flex-direction: row;
    gap: 2.1875rem;
    margin-top: 3.125rem;
}

.our-services-section .our-services-sect-container .container .cards{
    width: 21.875rem;
    min-height: 12.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.our-services-section .our-services-sect-container .container .cards img{
    height: 12.5rem;
    width: 21.875rem;
}

/* little animation for hover for the cards */
.our-services-section .our-services-sect-container .container .cards .img-link-wrapper{
    width:21.875rem;
    height: 12.8125rem;
    position: relative;
    transition: all 0.3s;
}

.our-services-section .our-services-sect-container .container .cards .img-link-wrapper .details-link{
    width: 175px;
    height: 6.25rem;
    background-color:  rgba(1, 47, 92, 0.781);
    position: absolute;
    top: 24.5%;
    left: 25%;
    opacity: 0;
    transition: all 0.3s;
}

.our-services-section .our-services-sect-container .container .cards .img-link-wrapper .details-link a{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3125rem;
    background-color: #000000cb;
    position: absolute;
    top: 40%;
    left: 45%;
    transition: all 0.3s;
}

.our-services-section .our-services-sect-container .container .cards .img-link-wrapper:hover .details-link{
    opacity: 1;
    transform: scale(2.0, 2.0);
}

/* end of little animation for hover for the cards */


.our-services-section .our-services-sect-container .container .card-1 p{
    color: grey;
    font-weight: 600;
}

.our-services-section .our-services-sect-container .container .cards h2{
    color: #000;
    font-weight: bolder;
    font-size: 1.6rem;
    position: relative;
 }
 
.our-services-section .our-services-sect-container .container .cards h2::after{
   content: "";
   background-color: black;
   height: 0.3125rem;
   width: 1.875rem;
   border-radius: 0.125rem;
   position: absolute;
   top: 120%;
   left: 0;
}

/* ----------This is the starting of the Cta or seventh section-------- */

.cta-section{
    width: 100%;
    height: 9.375rem;
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(1, 47, 92, 0.8);
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.cta-h2-span{
    color: #000;
}

/* -------This is the starting of the service section part 2 or the eight section----------- */

.service-section-part2{
    width: 100%;
    min-height: 43.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ss2-container{
    max-width: 71.875rem;
    height: 34.375rem;
    display: flex;
    gap: 5rem;  
}

.service-section-part2 .image-container{
    width: 16.5625rem;
    height: 34.375rem;
    background-image: url(../images/cta-bg.jpg);
    background-color: rgb(1, 47, 92);
    background-blend-mode:multiply;
    border-radius: 3.125rem;
    position: relative;
}

.service-section-part2 .image-container img{
    width: 16.875rem;
    height: inherit;
    position: absolute;
    left: -0.3125rem;  
}   

.service-section-part2 .image-container h3{
    color: white;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75rem;
    position: absolute;
    top: 40%;
    left: 15%;
}

.service-section-part2 .image-container a{
    text-decoration: none;
    background-color: black;
    border: 1px solid white;
    color: #fff;
    font-weight: bold;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    position: absolute;
    top: 53%;
    left: 15%;
}  

.service-section-part2 .image-container a:hover{
    text-decoration: none;
    background-color: white;
    border: 1px solid black;
    color: #000;
    font-weight: bold;
} 

.service-section-part2 .services-container {
    width: 50.625rem;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 3.125rem;
    align-content: space-evenly;
    padding: 0rem 1.5625rem 0rem 1.5625rem;
    margin-top: 2.1875rem;
}

.service-section-part2 .services-container .cards{
    height: 9.375rem;
    width: 21.875rem;
    display: flex;
    gap: 1.25rem;
}

.service-section-part2 .services-container .cards .img-card img{
    width: 3.125rem;
    height: 3.125rem;
}

.service-section-part2 .services-container .cards .img-card{
    border: 0.125rem solid black;
    width: 5rem;
    height: 5rem;
    padding: 0.9375rem 0rem 0rem 0.8125rem ;
    border-radius: 50%;
}

.service-section-part2 .services-container .cards .h3-p-card h3{
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
}

.service-section-part2 .services-container .cards .h3-p-card p{
    max-width: 15.625rem;
    font-size: 0.9rem;
    color: grey;
    font-weight: 600;
}



/* ----------This is the Media queries for max-width:430px---------- */

@media (max-width: 430px){

    html{
        width: 100%;
        overflow-x: hidden;
    }

    /* This is the styling for the First section or the Hero section */
    
    .hero-section{
        width: 100%;
    }
    
    .hero-section .hero-image{
        background-image: url("../images/slide-3.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 15rem 0 0 1rem;
    }
    
    .hero-section .hero-image h1{
        font-size: 2.66667rem;
        width: 21.875rem;
    }
    
    .hero-section .hero-image p{
        font-size: 1rem;
    }
    
    .hero-section .about-us,
    .hero-section .our-services{
        font-size: 0.8rem;
        padding: 0.5rem 1.875rem 0.5rem 0.9375rem;
    }
    
    /* This is the starting of our services or second section */

    .service-section{
        width: 100%;
        height: 25rem; 
    }

    .service-section .service-sect-container{
        width: 80%;
        height: 70%;
    }

    .service-section .service-sect-container h4{
        font-size: 1.125rem;
    }

    .service-section .service-sect-container .container{
        width: 100%;
        height: inherit;
        display: flex;
        gap: 0.3125rem;
        align-items: flex-start;
        margin-top: 1.25rem;
    }

    .service-section .service-sect-container .container .card{
        width: 6.25rem;
    }

    .service-section .service-sect-container .container .card-1 {
       gap: 0.625rem;
    }

    .service-section .service-sect-container .container .card-1 img{
        height: 2.1875rem;
        width: 2.5rem;
    }

    .service-section .service-sect-container .container .card p{
        font-size: 0.75rem;
    } 

    .service-section .service-sect-container .container .card-2 img{
        height: 2.5rem;
        width: 2.5rem;
    }

    .service-section .service-sect-container .container .card-3 img{
        height: 2.5rem;
        width: 2.5rem;
    }

    .service-section .service-sect-container .container .card-3 p,
    .service-section .service-sect-container .container .card-4 p{
        margin-left: 0.8125rem;
    }

    .service-section .service-sect-container .container .card-4 img{
        height: 2.5rem;
        width: 2.5rem;
    }
    
    /* ----This is the starting of Account section or Third section ----*/

    .account-section{
        width: 100%;
        height: 53.125rem;
    }

    .account-section .account-sect-container{
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    .account-section .account-sect-container h2{
        font-size: 1.875rem;
    }

    .account-section .account-sect-container .container{
        flex-direction: column;
        gap: 3.125rem;
        margin-top: 1.875rem;
    }

    .account-section .account-sect-container .container .card{
        width: 100%;
    }

    .account-section .account-sect-container .container .card-1{
       height: 9.375rem;
       min-height: 9.375rem;
    }

    .account-section .account-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .account-section .account-sect-container .container .card-2{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .account-section .account-sect-container .card-2 .mini-card{
        box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d37c;
    }

    .account-section .account-sect-container .container .card-3{
        height: 9.375rem;
        width: 100%;
    }

    .account-section .account-sect-container .container .card-3 img{
        height: 9.375rem;
        width: inherit;
    }

    /* ----This is the starting of Cards section or Fourth section ----*/

    .cards-section{
        background-color: #ddd3d3;
        width: 100%;
        height: 53.125rem;
    }

    .cards-section .cards-sect-container{
        width: 80%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    .cards-section .cards-sect-container h2{
        font-size: 1.875rem;
    }

    .cards-section .cards-sect-container .container{
        flex-direction: column;
        gap: 3.125rem;
        margin-top: 1.875rem;
    }

    .cards-section .cards-sect-container .container .card{
        width: 100%;
    }

    .cards-section .cards-sect-container .container .card-1{
       height: 9.375rem;
       min-height: 9.375rem;
    }

    .cards-section .cards-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .cards-section .cards-sect-container .container .card-2{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .cards-section .cards-sect-container .card-2 .mini-card{
        box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d37c;
    }

    .cards-section .cards-sect-container .container .card-3{
        height: 9.375rem;
        width: 100%;
    }

    .cards-section .cards-sect-container .container .card-3 img{
        height: 9.375rem;
        width: inherit;
    }

    /* ---This is the starting of the private banking or fifth section---- */

    .private-banking-section{
        width: 100%;
        height: 34.375rem;
    }

    .private-banking-section .private-sect-container{
        width: 80%;
        height: 80%;
    }

    .private-banking-section .private-sect-container h2{
        font-size: 1.875rem;
    }

    .private-banking-section .private-sect-container .container{
        flex-direction: column;
        gap: 3.125rem;
        margin-top: 1.875rem;
    }

    .private-banking-section .private-sect-container .container .card-1{
        width: 85vw;
        min-height: 9.375rem;
    }

    .private-banking-section .private-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .private-banking-section .private-sect-container .container .card-1 a{
        box-shadow: 0.25rem 0.25rem #d3d3d356;
    }

    .private-banking-section .private-sect-container .container .card-2{
        width: 80vw;
        min-height: 9.375rem;
    }

    .private-banking-section .private-sect-container .container .card-2 img{
        height: 9.375rem;
        width: 100%;
        margin-top: 1.25rem;
    }

    
    /* ---This is the starting of the our services or sixth section----*/

    .our-services-section {
        width: 100%;
        min-height: 56.25rem;
    }

    .our-services-section .our-services-sect-container{
        max-width: 80vw;
        width: 80vw;
        height: 53.125rem;
    }

    .our-services-section .our-services-sect-container .first-h2{
        font-size: 1.6667rem;
    }

    .our-services-section .our-services-sect-container .first-h2::after{
        width: 1.5625rem;
        top: 120%;
        left: 48%;
    }

    .our-services-section .our-services-sect-container .container{
        width: 80vw;
        display: flex;
        flex-direction: column;
        gap: 3.125rem;
        margin-top: 3.125rem;
    }

    .our-services-section .our-services-sect-container .container .cards{
        width: 80vw;
        height: 12.5rem;
        gap: 0.9375rem;
    }

    .our-services-section .our-services-sect-container .container .cards .img-link-wrapper img{
        height: 9.375rem;
        width: 80vw;
    }

    .our-services-section .our-services-sect-container .container .cards .img-link-wrapper .details-link{
       display: none;
    }
    

    .our-services-section .our-services-sect-container .container .card-1{
       height: 25rem;
    }

    .our-services-section .our-services-sect-container .container .card-2{
       margin-top: 1.25rem;
     }
 
    .our-services-section .our-services-sect-container .container .card-1 p{
       width: 80vw;
       font-size: 0.875rem;
       font-weight: normal;
       margin: 0;
    }

    .our-services-section .our-services-sect-container .container .cards h2{
        font-size: 1.0667rem;
    }
    
    .our-services-section .our-services-sect-container .container .cards h2::after{
        height: 0.25rem;
        width: 1.5625rem;
        top: 120%;
        left: 0;
    }


    /* ----This is the starting of the Cta or seventh section---- */

    .cta-section {
        width: 100%;
        height: 5rem;
        font-size: 0.875rem;
    }

    /* ----This is the starting of the service section part 2 or the eight section---- */

    .service-section-part2{
        width: 100%;
        min-height: 55rem;
        justify-content: start;
        align-items: start;
        padding: 2.5rem 0 0 0.90rem;
    }

    .service-section-part2 .ss2-container{
        width: 80%;
        min-height: 100%;
    }

    .service-section-part2 .ss2-container .image-container{
       display: none;
    }

    .service-section-part2 .ss2-container .image-container img{
        display: none;
    }   

    .service-section-part2 .ss2-container .services-container {
        width: 100vw;
        height: 100%;
        gap: 1.875rem;
        padding: 0;
    }

    .service-section-part2 .ss2-container .services-container .cards{
        height: 6.25rem;
        width: 21.875rem;
        flex-grow: 1;
        display: flex;
        gap: 1.25rem;
    }
    
    .service-section-part2 .ss2-container .services-container .cards .img-card{
        border: 2px solid black;
        width: 3.125rem;
        height: 3.125rem;
        padding: 0.3125rem 0rem 0rem 0.3125rem ;
        border-radius: 50%;
    }

    .service-section-part2 .ss2-container .services-container .cards .img-card img{
        width: 2.1875rem;
        height: 2.1875rem;
    }

    .service-section-part2 .ss2-container .services-container .cards .h3-p-card h3{
        font-size: 1.06667rem;
    }

    .service-section-part2 .ss2-container .services-container .cards .h3-p-card p{
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.6rem;
    }

}

/* ------------ styling of the Media query from 431px to 820px-----------------  */

@media (min-width: 431px) and (max-width: 820px) {
    html{
        width: 100%;
        overflow-x: hidden;
    }

    /* This is the styling for the First section or the Hero section */
    
    .hero-section{
        width: 100%;
    }
    
    .hero-section .hero-image{
        background-image: url("../images/slide-3.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 15rem 0 0 3rem;
    }
    
    .hero-section .hero-image h1{
        font-size: 2rem;
        width: 21.875rem;
    }
    
    .hero-section .hero-image p{
        font-size: 1rem;
    }
    
    .hero-section .about-us,
    .hero-section .our-services{
        font-size: 0.8rem;
        padding: 0.5rem 1.875rem 0.5rem 0.9375rem;
    }
    
    /* This is the starting of our services or second section */

    .service-section{
        background-color: #ddd3d3;
        width: 100%;
        height: 25rem; 
    }

    .service-section .service-sect-container{
        width: 80%;
        height: 70%;
    }

    .service-section .service-sect-container h4{
        font-size: 1.125rem;
    }

    .service-section .service-sect-container .container{
        width: 100%;
        height: inherit;
        display: flex;
        gap: 1.25rem;
        align-items: flex-start;
        margin-top: 1.25rem;
    }

    .service-section .service-sect-container .container .card{
        width: 8.125rem;
    }

    .service-section .service-sect-container .container .card img{
        height: 3.125rem;
        width: 3.125rem;
    }

    .service-section .service-sect-container .container .card p{
        font-size: 0.93333rem;
    } 

    .service-section .service-sect-container .container .card-3 p,
    .service-section .service-sect-container .container .card-4 p{
        margin-left: 0.3125rem;
    }


    /* ----This is the starting of Account section or Third section ----*/

    .account-section{
        background-color: #fff;
        width: 100%;
        height: 25rem;
    }

    .account-section .account-sect-container{
        width: 90%;
        height: 70%;
    }

    .account-section .account-sect-container h2{
        font-size: 1.875rem;
    }

    .account-section .account-sect-container .container{
        width: 100%;
        height: 100%;
        gap: 1.25rem;
        margin-top: 1.875rem;
    }

    .account-section .account-sect-container .container .card{
        width: 100%;
    }

    .account-section .account-sect-container .container .card-1{
       height: 9.375rem;
       min-height: 9.375rem;
    }

    .account-section .account-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .account-section .account-sect-container .container .card-2{
        height: 17.5rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .account-section .account-sect-container .card-2 .mini-card{
        box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d37c;
    }

    .account-section .account-sect-container .container .card-3{
        height: 7.5rem;
        width: 100%;
    }

    .account-section .account-sect-container .container .card-3 img{
        height:  inherit;
        width: inherit;
    }

    /* ----This is the starting of Cards section or Fourth section ----*/

    .cards-section{
        background-color: #ddd3d3;
        width: 100%;
        height: 25rem;
    }

    .cards-section .cards-sect-container{
        width: 90%;
        height: 70%;
    }

    .cards-section .cards-sect-container h2{
        font-size: 1.875rem;
    }

    .cards-section .cards-sect-container .container{
        width: 100%;
        height: 100%;
        gap: 1.25rem;
        margin-top: 1.875rem;
    }

    .cards-section .cards-sect-container .container .card{
        width: 100%;
    }

    .cards-section .cards-sect-container .container .card-1{
       height: 9.375rem;
       min-height: 9.375rem;
    }

    .cards-section .cards-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .cards-section .cards-sect-container .container .card-2{
        height: 17.5rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .cards-section .cards-sect-container .card-2 .mini-card{
        box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d37c;
    }

    .cards-section .cards-sect-container .container .card-3{
        height: 7.5rem;
        width: 100%;
    }

    .cards-section .cards-sect-container .container .card-3 img{
        height: inherit;
        width: inherit;
    }

    /* ---This is the starting of the private banking or fifth section---- */

    .private-banking-section{
        background-color: #fff;
        width: 100%;
        height: 18.75rem;
    }

    .private-banking-section .private-sect-container{
        width: 90%;
        height: 70%;
    }

    .private-banking-section .private-sect-container h2{
        font-size: 1.875rem;
    }

    .private-banking-section .private-sect-container .container{
        gap: 1.25rem;
        margin-top: 1.875rem;
    }

    .private-banking-section .private-sect-container .container .card-1{
        width: 15.625rem;
        min-height: 9.375rem;
    }

    .private-banking-section .private-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .private-banking-section .private-sect-container .container .card-1 a{
        box-shadow: 0.25rem 0.25rem #d3d3d356;
    }

    .private-banking-section .private-sect-container .container .card-2{
        width: 25rem;
        min-height: 12.5rem;
    }

    .private-banking-section .private-sect-container .container .card-2 img{
        height: 12.5rem;
        width: 100%;
        margin-top: 1.25rem;
    }

    
    /* ---This is the starting of the our services or sixth section----*/

    .our-services-section {
        background-color: #ddd3d3;
        width: 100%;
        min-height: 53.125rem;
        padding-top: 4rem ;
    }

    .our-services-section .our-services-sect-container{
        max-width: 9;
        width: 90vw;
        height: 53.125rem;
    }

    .our-services-section .our-services-sect-container .first-h2{
        font-size: 2rem;
    }

    .our-services-section .our-services-sect-container .first-h2::after{
        width: 1.5625rem;
        top: 120%;
        left: 48%;
    }

    .our-services-section .our-services-sect-container .container{
        width: 90vw;
        height: 39.375rem;
        gap: 2.1875rem;
        flex-wrap: wrap;
        margin-top: 3.125rem;
    }

    .our-services-section .our-services-sect-container .container .cards{
        width: 20rem;
        height: 12.5rem;
        gap: 0.9375rem;
    }

    .our-services-section .our-services-sect-container .container .cards .img-link-wrapper img{
        height: 12.5rem;
        width:  20.625rem;
    }

    .our-services-section .our-services-sect-container .container .cards .img-link-wrapper .details-link{
       display: none;
    }
    

    .our-services-section .our-services-sect-container .container .card-1{
       height: 18.75rem;
    }

    .our-services-section .our-services-sect-container .container .card-3{
       margin-left: 10.9375rem;
     }
 
    .our-services-section .our-services-sect-container .container .card-1 p{
       width: 18.75rem;
       font-size: 0.875rem;
       font-weight: normal;
       margin: 0;
    }

    .our-services-section .our-services-sect-container .container .cards h2{
        font-size: 1.0667rem;
    }
    
    .our-services-section .our-services-sect-container .container .cards h2::after{
        height: 0.25rem;
        width: 1.5625rem;
        top: 120%;
        left: 0;
    }


    /* ----This is the starting of the Cta or seventh section---- */

    .cta-section {
        width: 100%;
        height: 5rem;
        font-size: 0.875rem;
    }

    /* ----This is the starting of the service section part 2 or the eight section---- */

    .service-section-part2{
        width: 100%;
        min-height: 40.625rem;
        justify-content: start;
        align-items: center;
    }

    .service-section-part2 .ss2-container{
        width: 100%;
        min-height: 100%;
    }

    .service-section-part2 .ss2-container .image-container{
       display: none;
    }

    .service-section-part2 .ss2-container .image-container img{
        display: none;
    }   

    .service-section-part2 .ss2-container .services-container {
        width: 95vw;
        height: 100%;
        gap: 1.5625rem;
        padding: 0;
        margin-left: 1.5rem;
    }

    .service-section-part2 .ss2-container .services-container .cards{
        height: 6.25rem;
        width: 21.25rem;
        display: flex;
        gap: 1.25rem;
    }
    
    .service-section-part2 .ss2-container .services-container .cards .img-card{
        border: 2px solid black;
        width: 3.125rem;
        height: 3.125rem;
        padding: 0.3125rem 0rem 0rem 0.3125rem ;
        border-radius: 50%;
    }

    .service-section-part2 .ss2-container .services-container .cards .img-card img{
        width: 2.1875rem;
        height: 2.1875rem;
    }

    .service-section-part2 .ss2-container .services-container .cards .h3-p-card h3{
        font-size: 1.2rem;
    }

    .service-section-part2 .ss2-container .services-container .cards .h3-p-card p{
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.6rem;
    }
}

/* ------------ styling of the Media query from 431px to 820px-----------------  */

@media (min-width: 821px) and (max-width: 1300px) {
    html{
        width: 100%;
        overflow-x: hidden;
    }

    /* This is the styling for the First section or the Hero section */
    
    .hero-section{
        width: 100%;
    }
    
    .hero-section .hero-image{
        background-image: url("../images/slide-3.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 15rem 0 0 3rem;
    }
    
    .hero-section .hero-image h1{
        font-size: 3.33333rem;
        width: 21.875rem;
    }
    
    .hero-section .hero-image p{
        font-size: 1rem;
    }
    
    .hero-section .about-us,
    .hero-section .our-services{
        font-size: 0.8rem;
        padding: 0.5rem 1.875rem 0.5rem 0.9375rem;
    }
    
    /* This is the starting of our services or second section */

    .service-section{
        background-color: #ddd3d3;
        width: 100%;
        height: 25rem; 
    }

    .service-section .service-sect-container{
        width: 80%;
        height: 70%;
    }

    .service-section .service-sect-container h4{
        font-size: 1.125rem;
    }

    .service-section .service-sect-container .container{
        width: 100%;
        height: inherit;
        display: flex;
        gap: 1.25rem;
        align-items: flex-start;
        margin-top: 1.25rem;
    }

    .service-section .service-sect-container .container .card{
        width: 11.25rem;
    }

    .service-section .service-sect-container .container .card img{
        height: 4.375rem;
        width: 4.375rem;
    }

    .service-section .service-sect-container .container .card p{
        font-size: 0.93333rem;
    } 

    .service-section .service-sect-container .container .card-3 p,
    .service-section .service-sect-container .container .card-4 p{
        margin-left: 0.3125rem;
    }


    /* ----This is the starting of Account section or Third section ----*/

    .account-section{
        width: 100%;
        height: 25rem;
    }

    .account-section .account-sect-container{
        width: 90%;
        height: 70%;
    }

    .account-section .account-sect-container h2{
        font-size: 1.875rem;
    }

    .account-section .account-sect-container .container{
        width: 100%;
        height: 100%;
        gap: 1.25rem;
        margin-top: 1.875rem;
    }

    .account-section .account-sect-container .container .card{
        width: 100%;
    }

    .account-section .account-sect-container .container .card-1{
       height: 9.375rem;
       min-height: 9.375rem;
    }

    .account-section .account-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .account-section .account-sect-container .container .card-2{
        height: 17.5rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .account-section .account-sect-container .card-2 .mini-card{
        box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d37c;
    }

    .account-section .account-sect-container .container .card-3{
        height: 9.375rem;
        width: 100%;
    }

    .account-section .account-sect-container .container .card-3 img{
        height:  inherit;
        width: inherit;
    }

    /* ----This is the starting of Cards section or Fourth section ----*/

    .cards-section{
        background-color: #ddd3d3;
        width: 100%;
        height: 25rem;
    }

    .cards-section .cards-sect-container{
        width: 90%;
        height: 70%;
    }

    .cards-section .cards-sect-container h2{
        font-size: 1.875rem;
    }

    .cards-section .cards-sect-container .container{
        width: 100%;
        height: 100%;
        gap: 1.25rem;
        margin-top: 1.875rem;
    }

    .cards-section .cards-sect-container .container .card{
        width: 100%;
    }

    .cards-section .cards-sect-container .container .card-1{
       height: 9.375rem;
       min-height: 9.375rem;
    }

    .cards-section .cards-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .cards-section .cards-sect-container .container .card-2{
        height: 17.5rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .cards-section .cards-sect-container .card-2 .mini-card{
        box-shadow: 0.25rem 0.25rem 0.3125rem #d3d3d37c;
    }

    .cards-section .cards-sect-container .container .card-3{
        height: 9.375rem;
        width: 100%;
    }

    .cards-section .cards-sect-container .container .card-3 img{
        height: inherit;
        width: inherit;
    }

    /* ---This is the starting of the private banking or fifth section---- */

    .private-banking-section{
        width: 100%;
        height: 18.75rem;
    }

    .private-banking-section .private-sect-container{
        width: 90%;
        height: 70%;
    }

    .private-banking-section .private-sect-container h2{
        font-size: 1.875rem;
    }

    .private-banking-section .private-sect-container .container{
        gap: 4.375rem;
        margin-top: 1.875rem;
    }

    .private-banking-section .private-sect-container .container .card-1{
        width: 15.625rem;
        min-height: 9.375rem;
    }

    .private-banking-section .private-sect-container .container .card-1 p{
        font-weight: normal;
    }

    .private-banking-section .private-sect-container .container .card-1 a{
        box-shadow: 0.25rem 0.25rem #d3d3d356;
    }

    .private-banking-section .private-sect-container .container .card-2{
        width: 37.5rem;
        min-height: 15.625rem;
    }

    .private-banking-section .private-sect-container .container .card-2 img{
        height: 15.625rem;
        width: 100%;
    }

    
    /* ---This is the starting of the our services or sixth section----*/

    .our-services-section {
        background-color: #ddd3d3;
        width: 100%;
        min-height: 37.5rem;
        justify-content: start;
        padding-top: 4rem ;
    }

    .our-services-section .our-services-sect-container{
        max-width: 9;
        width: 90vw;
        height: 25rem;
    }

    .our-services-section .our-services-sect-container .first-h2{
        font-size: 2rem;
    }

    .our-services-section .our-services-sect-container .first-h2::after{
        width: 1.5625rem;
        top: 120%;
        left: 48%;
    }

    .our-services-section .our-services-sect-container .container{
        width: 100vw;
        height: 18.75rem;
        gap: 1.5625rem;
        margin: 3.125rem 0 0 0;
        padding: 0 0 0 2rem ;
    }

    .our-services-section .our-services-sect-container .container .cards{
        width: 18.75rem;
        height: 9.375rem;
    }

    .our-services-section .our-services-sect-container .container .cards .img-link-wrapper img{
        width: 18.75rem;
        height: 9.375rem;
    }

    .our-services-section .our-services-sect-container .container .cards .img-link-wrapper .details-link{
       display: none;
    }
    

    .our-services-section .our-services-sect-container .container .card-1{
       height: 18.75rem;
    }

    .our-services-section .our-services-sect-container .container .card-1 p{
       width: 18.75rem;
       font-size: 0.875rem;
       font-weight: normal;
       margin: 0;
    }

    .our-services-section .our-services-sect-container .container .cards h2{
        font-size: 1.0667rem;
    }
    
    .our-services-section .our-services-sect-container .container .cards h2::after{
        height: 0.25rem;
        width: 1.5625rem;
        top: 120%;
        left: 0;
    }

    /* ----This is the starting of the Cta or seventh section---- */

    .cta-section {
        width: 100%;
        height: 7.5rem;
        font-size: 1.5rem;
    }

    /* ----This is the starting of the service section part 2 or the eight section---- */

    .service-section-part2{
        width: 100%;
        min-height: 40.625rem;
        height: fit-content;
        overflow: scroll;
    }

    .service-section-part2 .ss2-container{
        width: 100%;
        min-height: 40.625rem;
        justify-content: center;
        align-items: center;
    }

    .service-section-part2 .ss2-container .image-container{
       display: none;
    }

    .service-section-part2 .ss2-container .image-container img{
        display: none;
    }   

    .service-section-part2 .ss2-container .services-container {
        max-width: 80vw;
        height: 100%;
        gap: 3.125rem;
        padding: 0;
        margin: 0;
    }

    .service-section-part2 .ss2-container .services-container .cards{
        height: 6.25rem;
        width: 23.125rem;
        display: flex;
        gap: 1.25rem;
    }
    
    .service-section-part2 .ss2-container .services-container .cards .img-card{
        border: 2px solid black;
        width: 4.375rem;
        height: 4.375rem;
        padding: 0.3125rem 0rem 0rem 0.4375rem ;
        border-radius: 50%;
    }

    .service-section-part2 .ss2-container .services-container .cards .img-card img{
        width: 3.125rem;
        height: 3.125rem;
    }

    .service-section-part2 .ss2-container .services-container .cards .h3-p-card h3{
        font-size: 1.5rem;
    }

    .service-section-part2 .ss2-container .services-container .cards .h3-p-card p{
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.6rem;
    }
}
