@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
html,body{
    font-family: "Open Sans",sans-serif;
}
.bg-dark{
    background-color: #1c1c1c!important;
    border-bottom: 1px solid #000000;
}
.bg-light{
    background-color: white!important;
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
    text-transform: uppercase;
}
.logo{
    width: 300px;
}
.btn-account{
    border: 1px solid;
    color: black;
    background-color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-account:hover{
    color: white;
    background-color: transparent;
    border: 1px solid white;
}
.introduction{
    position: relative;
    height: 100vh;
}
.intCont{
    position: relative;
}
.introductionData, .benefitsData{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}
.introduction .btn-account:hover,
.howitwork .btn-account:hover{
    background-color: #1c1c1c;
    color: white;
}
.benefits,
.pricing{
    background-color: #1c1c1c;
    color: white;
    font-size: 18px;
    position: relative;
}
.benefits h5{
    font-weight: 300;
}
.benefits img{
    padding: 20px;
    border: 2px solid white;
    border-radius: 20px;
}
.rectangle{
    width: 40px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background-color: white;
    color: #1c1c1c;
}
.workCard{
    position: relative;
    -webkit-box-shadow: 5px 5px 19px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 19px -9px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 19px -9px rgba(0,0,0,0.75);
}
.workCard span{
    font-size: 40px;
    position: absolute;
    left: 30px;
    top: 15px;
}
.pricing .card{
    color: black;
}
h2 label{
    font-size: 30px;
    color: #696767;
}
.pricing .card .rectangle{
    width: auto;
    background-color: lightgrey;
    text-transform: uppercase;
}
.pricing .card .btn-account:hover{
    background-color: black;
    color: white;
}
.pageFooter{
    color: white;
    background-color: #1c1c1c;
}
.technicalFooter a{
    color: #ff6000;
    border-bottom: 1px dotted;
    text-decoration: none;
}

@media (max-width: 430px) {
    .introductionData .introductionData{
        position: relative;
        top: 56%;
    }
    .logo {
        width: 279px;
    }
}
@media (max-width: 375px) {
    .introduction img{
        display: none;
    }
}
