*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    --white-color: rgb(255, 255, 255);
    --white-color-dim: rgb(206, 205, 205);
    --purple-light-color: #8a348e;
    --purple-color: #783a8c;
    --purple-lighter-color: #f4e2f5b4;
    --purple-2-color: #8638c2;
    --orange-color: #fba931;
    --black-color: #000;
    --black-light-color: #2c2b2b;
    --grey-color: #c9c9c9;
    --green-color: #0cee04;
}
body{
    font-family: mulish, system-ui, helvetica;
    color: var(--black-color);
    margin: 0 auto;
    padding: 0 ;
    width: 100%;
}
.hero-banner{
    position: relative;
    height: 600px; /* Adjust the height as needed */
    overflow: hidden;
    padding: 0px;
    margin: 0 auto; 
    background: url('img/34-14-11-2.jpg') center center/cover no-repeat; /* Set your background image */
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%); Define the slant shape */
}
.hero-banner h1{
    font-size: 4em;
    color: var(--white-color);
    font-weight: bold;
    margin: 0px 0px 30px 0px;
}
.hero-banner h4{
    font-size: 1.5em;
    color: var(--white-color);
    font-weight: bold;
    margin: 20px 0px;
}
/*.hero-banner:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 650px; 
  
}*/
.header2{
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 10px 30px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    transition: 1s;
    z-index: 3;
}
.header2 .left{
    align-self: center;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 10px 0px;
}
.header2 .left .logo{
    width: 220px;
    height: 50px;
    margin: 0 10px;
}
.header2 .right #mobile-icon{
    display: none;
}
.header2 a{
    align-self: center;
    color: var(--white-color);
    margin: 0 5px;
    font-weight: bold;
}
.header2 a:hover{
    text-decoration: underline;
    font-style: normal;
}
.header2 .center{
    align-self: center;
    margin: 0 20px;
}
.header2 .right{
    align-self: center;
    margin: 5px;
    margin-left: 15px;
    position: relative;
    padding: 0px 30px
}
.header2 .right a{
    margin: 0 20px;
}
.banner-cont{
    position: absolute;
    width: 100%;
    top: 100px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 80px;
}
.banner-cont .left{
    flex: 1 400px;
    padding: 10px;
    align-self: baseline;
    z-index: 2;
}
.banner-cont .right{
    flex: 1 350px;
    max-width: 400px;
    margin: 5px;
    padding: 10px 20px;
    align-self: flex-start;
    z-index: 2;
}
.banner-cont .phone-icon{
    height: 600px;
}
.ytvideo{
    display: none;
}
.buttoner{
    margin: 10px 0px;
    padding: 15px 25px;
    border-radius: none;
    border: 2px solid var(--orange-color);
    color: var(--orange-color);
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    transition: 1s;
    cursor: pointer;
}
.buttoner:hover{
    background: var(--orange-color);
    color: var(--white-color);
}
.fcss{
    width: 100%;
    background: var(--purple-color);
    padding: 60px 30px;
    position: relative;
    /* clip-path: path('M0,0 L0,200 Q120,240 240,200 T480,200 T720,200 T960,200 T1200,200 T1440,200 L1440,320 L0,320 Z'); */
}
.fcss h2{
    color: var(--white-color);
    text-align: center;
    font-size: 2em;
}
.bank-diff{
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    background: transparent;
    margin: 20px auto;
}
.bank-diff .items{
    flex: 1 1 280px;
    margin: 10px;
    align-self:stretch;
    background-color: var(--white-color);
    color: var(--black-light-color);
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0px 0px 10px var(--grey-color);
}
.bank-diff .items img{
    height: 50px;
    width: 50px;
    margin: 10px auto;
}
.bank-diff .items h4{
    font-size: 1.4em;
    margin: 10px auto;
}
.bank-diff .items p{
    font-size: 1.2em;
    line-height: 200%;
}
.service{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    background: transparent;
    margin: 20px auto;
}
.service .items{
    flex: 1 1 300px;
    margin: 10px;
    align-self: center;
    background-color: var(--white-color);
    color: var(--black-color);
    /* border-radius: 10px; */
    padding: 10px 40px;
    text-align: center;
}
.service .items h2{
    font-size: 2.5em;
    margin: 15px auto;
    color: var(--purple-light-color);
}
.service .items p{
    font-size: 1.2em;
    margin: 10px auto;
    font-weight: bold;
    color: var(--black-light-color);
}
.service .items:hover{
    box-shadow: -2px 2px 5px 5px var(--dark-grey);
}
.service .items img{
    width: 250px;
    border-radius: 20px;
    margin: 20px auto;
}
.button-cont{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 10px;
}
.button-cont .item{
    flex: 1 100px;
    max-width: 150px;
    margin: 5px;
    border-radius: none;
}

/* .header .reg-tool{
    display: none;
    position: absolute;
    top: 65px;
    right: 10px;
    background-color: var(--red-color);
    color: var(--white-color);
    padding: 15px;
    border-radius: 5px;
    width: 300px;
    color: var(--white-color);
}
.header .reg-tool a{
    margin: 10px auto;
    display: block;
} */
.nav-cont{
    display: none;
}
a{
    color: var(--purple-color);
    text-decoration: none;
    cursor: pointer;
}
h5{
    color: #f0b92d;
    text-align: center;
    margin: 5px auto 15px auto;
    font-size: 1.5em;
    font-weight: bold;
}
img.center{
    display: block;
    width: 120px;
    height: 120px;
    margin: 30px auto; 
}
.header{
    width: 100%;
    background: var(--purple-color);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .menu{
    align-self: center;
}
.header i{
    font-size: 1.2em;
    color: var(--white-color);
}
section{
    margin: 5% auto;
    padding: 0 60px;
    max-width: 1200px;
}
.section{
    margin: 5% auto;
    padding: 0 80px;
    width: 100%;
    background: linear-gradient(90deg, var(--purple-2-color) 0%, var(--purple-color) 90%)
}
.menu-cont{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 20px auto 10px auto;
} 
.menu-cont .menu-icon{
    flex: 1;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
}
.menu-cont .menu-icon p{
    font-size: 1em;
    color: var(--purple-color);
    margin: 10px auto;
}
.menu-cont .menu-icon img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.menu-cont2{
    width: 100%;
    display: flex;
    
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 20px auto 10px auto;
} 
.menu-cont2 .menu-icon{
    display: flex;
    flex-flow: column wrap;
    text-align: center;
}
.menu-cont2 .menu-icon p{
    font-size: 1em;
    color: var(--purple-color);
    margin: 10px auto;
}
.menu-cont2 .menu-icon img{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.footer{
    padding: 10px;
    background: var(--purple-color);
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    border-radius: 10px;
    /* position: fixed;
    bottom: 10px;
    left: 0;
    right: 0; */
}
.footer img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footer p{
    font-size: 0.8em;
    text-align: center;
    color: var(--white-color);
}
.button{
    width: 100%;
    background: var(--purple-color);
    color: var(--white-color);
    text-align: center;
    font-size: 0.8em;
    border-radius: 20px;
    padding: 15px 20px;
    border: none;
    margin: 10px auto ;
    cursor: pointer;
    display: block;
}
.button2{
    width: 100%;
    background: transparent;
    color: var(--purple-2-color);
    border: 1px solid var(--purple-2-color);
    text-align: center;
    font-size: 0.8em;
    border-radius: 20px;
    padding: 15px 20px;
    margin: 20px auto 5px auto;
    cursor: pointer;
}
.head{
    padding: 10px;
    background: var(--purple-color);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}
.head img{
    width: 40px;
    height: 40px;
    margin: 10px;
}
.head h1{
    font-size: 2em;
    text-align: center;
    font-weight: normal;
    color: var(--white-color);
}
.textarea-cont{
    max-width: 450px;
    margin: 0 auto;
    padding: 10px;
}
textarea{
    border: 1px solid var(--black-color);
    margin: 0px auto;
    width: 100%;
    height: 200px;
    padding: 10px;
    display: block;
    border-radius: 5px;
}
textarea:focus{
    outline: 1px solid var(--purple-2-color);
}
textarea::placeholder{
    color: var(--grey-color);
}
.transaction{
    width: 100%;
    margin: 20px auto;
    background: transparent;
}
.transaction .items{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background: var(--white-color);
    border-radius: 5px;
    padding: 5px;
    margin: 10px auto;
}
.transaction .items .left{
    margin: 0 auto;
    margin-right: 10px;
    align-self: center;
    padding: 5px;
}
.transaction .items .left img{
    width: 50px;
    height: 50px;
}
.transaction .items .center{
    margin-right: auto;
    /*flex: 1;*/
    align-self: center;
}
.transaction .items .center h1{
    text-align: left;
    color: var(--green-color);
    font-size: 1.2em;
    font-weight: bold;
}
.transaction .items .center p{
    text-align: left;
    color: var(--black-color);
    font-size: 0.9em;
    font-weight: normal;
}
.transaction .items .right{
    text-align: left;
    align-self: center;
    color: var(--black-color);
    font-size: 0.9em;
    font-weight: normal;
}
.error{
    width: 100%;
    background: transparent;
    border: 1px solid rgb(230, 1, 1);
    color: rgb(230, 1, 1);
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px auto;
    text-align: center;
}
.footer2{
    padding: 30px 80px 5px 80px;
    color: var(--white-color);
    position: relative;
    display: flex;
    flex-flow: row wrap;
    background: var(--black-color);
    /* clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%); Define the slant shape */
}
.footer2 .flex-item{
   flex: 1 1 300px;
   margin: 10px;
}
.footer2 a{
    font-size: 1.2em;
    margin: 10px auto;
    color: var(--white-color-dim);
    display: block;
}
@media(max-width: 1024px){
    #hide-mobile{
        display: none;
    }
    section{
        padding: 0 30px;
        max-width: 100%;
    }
    .section{
        padding: 0 30px;
    }
    h5{
        margin: 10px auto;
        font-size: 1.2em;
    }
    .textarea-cont{
        width: 100%;
    }
    .phone-icon{
        display: none;
    }
    .ytvideo{
        display: block;
        width: 100%;
        margin: 5px auto;
    }
    .header2 .right #mobile-icon{
        margin: 0 auto;
        font-size: 1em;
        color: var(--white-color);
        display: inline-block;
        align-self: center;
    }
    .hero-banner{
        padding: 0;
    }
    .banner-cont{
        padding: 0px 30px;
    }
    .header2 .left .logo{
        width: 100px;
        height: 20px;
        margin: 0 10px;
    }
    .fcss h2{
        color: var(--white-color);
        text-align: center;
        font-size: 1.5em;
    }
    .service .items{
        padding: 10px
    }
}
@media(max-width: 500px){
    .hero-banner{
        height: 100vh;
    }
    .hero-banner h1{
        font-size: 3em;
        color: var(--white-color);
        font-weight: bold;
        margin: 0px 0px 30px 0px;
    }
    .hero-banner h4{
        font-size: 1.2em;
        color: var(--white-color);
        font-weight: bold;
        margin: 20px 0px;
    }
    .banner-cont .right{
        padding: 0px;
    }
    .service .items{
        padding: 10px;
    }
    .service .items h2{
        font-size: 1.8em;
    }
    .service .items p{
        font-size: 1em;
    }
    .button-cont .item{
 
        max-width: 100%;
    }
    .footer2{
        padding: 10px 20px 5px 20px;
    }
    .footer2 .flex-item{
        display: flex;
        justify-content: center;
        flex-flow: column wrap;
        margin: 10px auto;
    }
    .textarea-cont{
        width: 100%;
    }
}