
:root{
    --main-color: #2e91d2;
    --blue-dark: #1b3c7f;
}

body{
    font-family: "Viga",sans-serif;
}

h1{
    font-size: calc(15px + 1.5vw);
}

a{
    text-decoration: none;
  	color: white;
}
img{
    width: 100%;
    height: 100%;
}
/* Responsive Fonts */
@media screen and (max-width: 500px) {
    h1{
        font-size: calc(20px + 2vw);
    }
    p{
        font-size: calc(14px + 1vw);
    }
}


.container-butdriver{
    width: 100%;
    height: auto;
}
.concept-butdriver{
    margin: 0 auto;
    width: 95%;
    height: auto;
    padding: 2.5rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 45%));
    justify-content: center;
    gap: 30px;
}
@media screen and (max-width: 600px) {
    .concept-butdriver{
        grid-template-columns: repeat(auto-fill, 100%);
    }
}
.text-but{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-but h1{
    color: var(--main-color);
    margin: 0;
    padding: 0;
}
.text-but p{
    margin: 0;
    padding: 0;
    /* color: var(--main-color); */
    font-size: 1rem;
}



/* 
----------------------------------
*/
.operate-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.operate-img img{
    width: 25rem;
    height: auto;
}
.box-img{
    width: 80px;
    height: 80px;
}

.profit-butdriver{
    background: var(--blue-dark);
    color: #fff;
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
}
.profit-grid{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: center;
    gap: 40px;
}

.profit-box{
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    text-align: center;
    gap: 10px;
}


/* 
----------------------------------
*/

.operate-butdriver{
    margin: 0 auto;
    width: 95%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 45%));
    padding: 1.5rem 0;
    justify-content: center;
    gap: 40px;
}
@media screen and (max-width: 600px) {
    .operate-butdriver{
        grid-template-columns: repeat(auto-fill, 100%);
    }
}
.operate-text-header{
    text-align: center;
}

.operate-text-header h1{
    color: #2e91d2;
    margin-bottom: 10px;
}
.operate-text-header p{
    font-size: 1rem;
}

.operate-text-box p{
    font-size: 1rem;
}
.operate-grid{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 30%);
    justify-content: center;
    gap: 20px;
}
@media screen and (max-width: 800px) {
    .operate-grid{
        grid-template-columns: repeat(auto-fill, 100%);
    }
}

.operate-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.operate-box button,
.be-text button{
    width: 100px;
    border: none;
    background: var(--main-color);
    color: #fff;
    height: 30px;
    border-radius: .5rem;
    font-weight: 700;
    cursor: pointer;
}

.rate-butdriver{
    background: var(--blue-dark);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    padding: 1rem 0;
}

@media screen and (max-width: 530px) {
    
.rate-butdriver{
    display: block;
}
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 40px;
    border: 2px solid #cccc;
    overflow-x: scroll;
}

th, td {
    text-align: center;
    padding: 8px 10px;
}
th{
    border: 2px solid #cccc;
}
.over{

    overflow-x: scroll;
}


.rate-footer p{
    color: #2e91d2;
    font-weight: 700;
}

.footer-butdriver{
    width: calc( 100% - 3rem);
    height: auto;
    padding: 1.5rem;
    margin: 0 auto;
    text-align: center;
}

.footer-butdriver hr{
    margin: 0 auto;
    width: 50%;
    border-top: solid 2px rgb(46, 145, 210, .6);
    margin-bottom: 1rem;
}


.be-butdriver{
    width: 100%;
    height: auto;
    padding: 2rem 0;
    display: grid;
}

.be-header{
    margin: 0 auto;
    text-align: center;
    color: #2e91d2;
}

.be-grid-container{
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 30%));
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    gap: 20px;
}

.be-text{
    height: 90px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.be-text p{
    font-size: 1rem;
}
.be-text button{
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .7px;
    text-transform: uppercase;
}
.be-text .app{
    width: auto;
    padding: 10px 7px;
}
@media screen and (max-width: 640px) {
    .be-text .app{
        width: auto;
        padding: 20px 8px;
    }
}
.be-grid{
    margin: 45px auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column; 
    gap: 20px;   
}

.be-grid .img{
    width: 100px;
    height: 100px;
}
