@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0; margin: 0; box-sizing: border-box;
    font-family: "Open Sans", sans-serif;}
:root{
    --white : #F3F7EC;
    --orange : #E88D67;
    --blue : #006989;
    --navy : #006989;
}
.d-flex{
    display: flex;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px 60px;
}
nav .logo a{
    color: var(--orange);
    font-size: 50px;
    font-weight: 700;
    text-decoration: none;
}
nav ul{
    display: flex;
}
nav ul li{
    list-style: none;
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 18px;
    margin: 0 2px;
    cursor: pointer;
    font-weight: 500;
}
nav ul li a{
    text-decoration: none;
    color: rgb(21, 21, 21);
}
nav ul li:hover{
    background-color: #e88e676b;
    transition: 0.2s ease-in-out;
}

nav form .search{
    padding: 4px 12px;
    margin-right: 19px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    border: 1.2px solid var(--orange);
    background-color: #fcfef7b3;
}
nav form input{
    border: none;
    background-color: transparent;
    outline: none;
    width: 220px;
}
nav form .fa-magnifying-glass{
    color: var(--orange);
    font-size: 16px;
}
.Drop-down , 
.drop-down2{
    background-color: rgb(247, 247, 247);
    
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 380px;

    opacity: 0;
    z-index: 5;
}
.Drop-down li{
    padding: 7px;
}
.Drop-down li a{
    text-decoration: none;
    font-size: 14px;
    color: var(--navy);
}
nav ul li:hover ul.Drop-down , 
.Drop-down li:hover .drop-down2{
    display: flex;
    opacity: 1;
    top: 67px;
    transition: 0.2s ease;
}
.Drop-down li:hover .drop-down2{
    top: 77px;
    left: 236px;

}
.drop-down2{
    left: 235px;
    position: absolute;

    opacity: 0;
    /* z-index: -10; */
}
.drop-down2 li{
    width: 150px;
}
.drop-down2 li a{
    text-decoration: none;
    font-size: 12px;
}
.circular-btn{
    border-radius: 28px;
    padding: 6px 14px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--orange);
    background-color: transparent;

    cursor: pointer;
}
.circular-dark-btn{
    border-radius: 28px;
    padding: 14px 18px;
    font-weight: 500;
    background-color: var(--orange);
    border: none;
    cursor: pointer;
}
.circular-dark-btn a{
    color: var(--white);
    font-size: 16px;
}
.transparent-btn{
    background-color: transparent;
    padding: 8px 18px;
    border: none;
    font-size: 16px;
}
button a{
    text-decoration: none;
    color: var(--orange);
}

/* ................ nav  */
.bg-color{
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgb(221, 242, 255) 100%);
    padding: 80px 0; 
}
header{
    display: flex;
    justify-content: space-between;
    padding: 60px;
}
header .header-text{
    width: 50%;
}
h1{
    text-transform: capitalize;
    font-size: 46px;
    color: var(--navy);
}
h1 span{
    color:#0e4657;
}
.header-text-check{
    margin: 30px 0;
}
.header-text-check p{
    margin: 4px 0px;
}
.header-text-check .fa-check{
    margin-right: 12px;
    font-size: 18px;
    color: var(--navy);
}

.header-img{
    width: 50%;
    display: flex;
}
.header-img img{
    width: 50%;
}
.header-img .img-header1{
    width: 100%;
} 
.header-img .img-header2{
    position: absolute;
    width: 20%;
    top: 80%;
    right: 33%;
}
.header-img .img-header3{
    position: absolute;
    width: 15%;
    top: 30%;
    left: 82%;
}

/* .............. header  */

section{
    padding: 0 60px;
}
section p{
    font-size: 18px;
    font-weight: 500;
}
section .rect-section{
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 18px;
    margin-top: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ................. section  */
.selectProduct-option{
    padding: 150px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.selectProduct-option h1{
    width: 85%;
    text-align: center;
}

.cards{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.cards .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 30px 25px;
    width: 33%;
    height: 380px;
    color: rgb(36, 32, 32);
}
.card:hover{
    scale: 1.02;
    transition: 0.2s;
}
.selectProduct-option .cards .card1 , 
.fa-hourglass-half,
.fa-file-circle-,
.fa-phone,
.fa-file-circle-check{
    background-color: rgb(144, 216, 247);
}
.selectProduct-option .cards .card2,
.fa-hand-holding-dollar,
.fa-layer-group,
.fa-scroll{
    background-color: rgb(248, 185, 76);
}
.selectProduct-option .cards .card3 ,
.fa-vault,
.fa-gears,
.fa-hand-holding-heart{
    background-color: rgb(72, 180, 128);
}
.selectProduct-option .cards .card .card-icon{
    padding-top: 20px;
    border-radius: 50%;
    font-size: 50px;
}
.selectProduct-option .cards .card h2{
    text-align: center;
    font-size: 28px;
    color: rgb(36, 32, 32);
    margin: 10px 0;
}
.selectProduct-option .cards .card p{
    text-align: center;
    margin-bottom: 10px;
}
.selectProduct-option .cards .card button a , 
.selectProduct-option .cards .card button i{
    color: rgb(36, 32, 32);
}
.selectProduct-option .cards .card button i,
.header-btn .transparent-btn i{
    margin-left: 8px;
}
.selectProduct-option .cards .card button i:hover,
.header-btn .transparent-btn i:hover{
    margin-left: 4px;
    transition: 0.2s;
}
/* ------------ select product  */

.why-wex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.why-wex .why-wex-text{
    width: 50%;
    padding: 50px 60px;
    height: 625px;
    background-color: rgb(247, 247, 247);
    border-top-right-radius: 150px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-wex .why-wex-text p{
    color: var(--blue);
    width: 80%;
    font-size: 18px;
    margin: 20px 0;
}
.why-wex .why-wex-text button{
    width: 20%;
    padding: 10px;
    color: rgb(247, 247, 247);
}
.why-wex .why-wex-img{
    width: 50%;
}
.why-wex .why-wex-img img{
    width: 100%;
}
.use-wex{
    background-color: #212e4b;
    margin:200px 100px;

    padding: 40px 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}
.use-wex i{
    font-size: 49px;
    background-color: rgb(235, 235, 235);
    color: #212e4b;
    padding: 26px 30px;
    border-radius: 50%;
}
.use-wex h2{
    font-size: 32px;
    margin-bottom: 18px;
}
.use-wex .use-wex-btn{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.use-wex .use-wex-btn button{
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 28px;
}
.red-btn{
    background-color: rgb(222, 6, 6);
}
.circular-white-btn{
    border: 1px solid var(--white);
}
.circular-white-btn a{
    color: var(--white);
}

/* ------------- use wex  */
footer{
    display: flex;
    gap: 1px;
    padding: 34px;
    background-color: var(--navy);
    color: rgb(235, 235, 235);

    justify-content: space-between;
}
footer .footer-section{
    width: 25%;
    padding: 20px;
}
footer .footer-section h1{
    color: rgb(235, 235, 235);
}
footer .footer-section h1 sup,
nav .logo a sup{
    font-size: 25px;
}
footer .footer-section p{
    font-size: 14px;
    margin: 14px 0;
}
footer .footer-section .footer-icon{
    font-size: 26px;
    cursor: pointer;
}
footer .footer-section h3{
    font-size: 20px;
    margin-bottom: 12px;
}
footer .footer-section a{
    text-decoration: none;
    color: rgb(235, 235, 235);
    display: inline-block;
    margin: 4px 0;
    font-size: 14px;
    padding: 2px;
    border-radius: 3px;
}
footer .footer-section a:hover{
    color: #eeeeeede;
}
/* ---------------------------------------- end Home page ------------  */
.payment-header{
    text-align: center;
    padding: 60px;
    background-color: #ecf7f77a;
}
.payment-title{
    width: 70%;
    text-align: center;
}
.paymwnt-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.paymwnt-body h1{
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
}
.paymwnt-body .cards{
    margin-top: 40px;
}
.card-payment{
    background-color:  rgb(255, 251, 251);
    height: 480px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-payment .payment-detail{
    padding: 20px 0;
    border-top: 0.5px solid rgb(146, 146, 146);
    font-size: 14px;
}
.advantage-payment{
    height: 320px;
}
.advantage-payment p{
    font-size: 14px;
    margin: 8px 0;
    text-align: left;
}
.advantage-payment i,
.mozernize-parag i{
    font-size: 20px;
    margin-right: 4px;
    color: rgb(8, 83, 8);
}
.payment-section p{
    font-weight: 400;
    font-size: 16px;
    margin: 60px 0;
}
.d-flex-base{
    display: flex;
    align-items: baseline;
}
.industries{
    margin-top: 160px;
}
.industries .card{
    height: 160px;
}
.industries .card h2{
    font-size: 60px;
}
.industries .card .payment-detail{
    border-top: none;
    font-size: 18px;
    margin: 0;
}
/* industries ----------------  */
/* businees payment --------------  */
.header-virtualCards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.header-virtualCards .header-img{
    width: 50%;
}
.header-virtualCards .header-img img{
    width: 100%;
}
.header-virtualCards .header-text{
    width: 60%;
    padding: 40px 60px;
}
/* -----------  */
.cards-virtualCards .card-icon{
    padding: 25px;
    width: 90px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-virtualCards .cards .card{
    width: 33%;
    height: 320px;
    background-color: rgb(255, 254, 254);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
/* ------------------  */
.virtualCards-modernize{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 60px;
}
.virtualCards-modernize .modernize-text{
    width: 55%;
}
.virtualCards-modernize .modernize-text .mozernize-parag{
    margin: 50px 0;
}
.virtualCards-modernize .modernize-text .mozernize-parag .para{
    margin-bottom: 32px;
}
.virtualCards-modernize .modernize-text p{
    margin: 10px 0;
}
.virtualCards-modernize .modernize-img{
    width: 40%;
}
.virtualCards-modernize .modernize-img img{
    width: 100%;
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* ------------  */
.virtualCard-Cards{
    margin: 150px 0;
    padding: 0 60px;
}
.virtualCard-Cards h1{
    text-align: center;
    padding: 40px 100px;
    font-size: 40px;
}
.virtualCard-Cards .cards .card{
    height: 300px;
    background-color: white;
    color: #212e4b;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    align-items: start;
}
.virtualCard-Cards .cards .card i{
    font-size: 28px;
}
.virtualCard-Cards .cards .card p{
    font-size: 14px;
}
/* ---------------  */

.cards-benefits .cards .card{
    height: 380px;
}
.cards-benefits .cards .card i{
    width: 85px;
    height: 85px;
    font-size: 20px;
}
/* ---------------------  */
.container{
    background-color: #fff;
    border-radius: 30px;

    z-index: 0;
    width: 768px;
    max-width: 100%;
    min-height: 480px;

    margin: 55px auto;

    position: relative;
    overflow: hidden;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
.container p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin: 20px 0;
}
.container samp{
    font-size: 12px;
}
.container a{
    text-decoration: none;
    font-size: 17px;
    margin: 15px 0 10px;
}
.container button{
    background-color: var(--navy);
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    margin-top: 10px;
    padding: 10px 45px;

    border: 1px solid transparent;
    border-radius: 8px;

    cursor: pointer;
}
.container button.hidden{
    background-color: transparent;
    border-color: #fff;
}
.container form{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 0 40px;
    height: 100%;
}
.container input{
    background-color: #eee;
    border: none;
    margin: 8px 0;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 8px;
    width: 100%;
    outline: none;
}

.form-container{
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0,6s ease-in-out;
}
.form-container .fp{
    font-size: 12px;
}

.sign-in{
    left: 0;
    width: 50%;
    z-index: 2;
}
.container.active .sign-in{
    transform: translateX(100%);
}

.sign-up{
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}
.container.active .sign-up{
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: move 0.6s;
}
@keyframes move {
    0%, 50%{
        opacity: 0;
        z-index: 1;
    }
    50%, 100%{
        opacity: 1;
        z-index: 5;
    }
}
.social-icons{
    margin: 20px 0;
}
.social-icons a{
    border-radius: 20%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    margin: 0 3px;
    width: 40px;
    height: 40px;

    border: 1px solid var(--navy);
    color: var(--navy);
}
.social-icons a:hover{
    background-color: var(--navy);
    color: #fff;

    transition: all 0.3s ease-in-out;
}

.toggle-container{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;

    overflow: hidden;
    z-index: 1000;
    border-radius: 150px 0 0 100px;

    transition: all 0.6s ease-in-out;
}
.container.active .toggle-container{
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
}

.toggle{
    height: 100%;
    background: linear-gradient(to right,#0e4657, #006989);
    color: #fff;

    position: relative;
    left: -100%;
    width: 200%;

    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.container.active .toggle{
    transform: translateX(50%);
}
.toggle-panel{
    position: absolute;
    width: 50%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 0 30px;
    text-align: center;

    top: 0;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.toggle-left{
    transform: translateX(-200%);
}
.container.active .toggle-left{
    transform: translateX(0);
}

.toggle-right{
    right: 0;
    transform: translateX(0);
}
.container.active .toggle-right{
    transform: translateX(200%);
}

button.hidden:hover{
    background-color: var(--navy);
    color: var(--white);

    transition: all 0.3s ease-in-out;
}
.toggle-panel h1{
    font-size: 46px;
    color: #fff;
}