* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(8, 8, 8);
    background: rgb(255, 255, 255);
}

a {
    text-decoration: none;
    color: rgb(3, 3, 3);
}

nav ul li {
    display: inline;
    justify-content: space-between;
    margin: 10px 20px;
}

nav ul li a {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.navbar {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

.open-account {
    padding: 10px;
    border: 2px solid rgb(252, 171, 105);
    border-radius: 20px;
    color: rgb(252 171, 105);
}

.logo {
    color: black;
    font-size: 20px;
    font-weight: bolder;
}

.btn {
    width: 25px;
    height: 25px;
    display: none;
}

.section {
    display: flex;
    justify-content: space-between;
}

.col-1 {
    flex-basis: 50%;
    padding: 60px;
}

.col-2 {
    margin: 30px;
}

.col-1 h2 {
    color: rgb(247, 180, 99);
    font-size: 9vmin;
    font-size: bold;
    margin-bottom: 30px;
}

.col-1 p {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 30px;
}

.col-1 a {
    padding: 10px;
    border: 2px solid rgb(252, 171, 105);
    border-radius: 20px;
    color: rgb(252 171, 105);
}

.col-2 img {
    width: 100%;
    height: 400px;
    margin-right: 30px;
}

.section .container img {
    width: 40px;
    align-items: center;
    border-radius: 50% solid rgb(248, 215, 187);

}

.section .container {
    height: 500px;
    margin: 50px;
    box-shadow: 5px 5px 20px rgb(54, 54, 53);
    border-radius: 5px;
}

.section .container img {
    align-items: center;
}

.align {
    text-align: center;
    padding: 20px;
    padding-top: 100px;
}

.heading {
    color: rgb(247, 180, 99);
    font-size: 9vmin;
    font-size: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 30px;
}

.heading-text {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px
}

.align h3 {
    color: rgb(247, 180, 99);
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.align p {
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 30px;
}

.align a {
    padding: 10px;
    background: rgb(247, 180, 99);
    border-radius: 20px;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.careers {
    margin-bottom: 30px;
}

.read-more {
    margin-left: 40px;
    padding: 10px;
    background: rgb(247, 180, 99);
    border-radius: 20px;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.last-message {
    text-align: center;
    margin-bottom: 50px;
}

.message {
    color: rgb(247, 180, 99);
    font-size: 9vmin;
    font-size: bold;
    margin-bottom: 30px;
    margin-top: 100px;
    margin-left: 30px;
    text-align: center;
}

.line {
    width: 100%;
    background: rgb(247, 180, 99);
    height: 2px;
}

.cards {
    padding: 30px;
    font-size: 20px;
    text-align: center;
}

.cards p {
    font-size: 20px;
    margin-top: 20px;
}

.cards h3 {
    margin-bottom: 30px;
}

.apply {
    padding: 10px;
    background: rgb(247, 180, 99);
    border-radius: 20px;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}
    
.learn-more {
    font-size: 18px;
    margin-bottom: 4;
}

.footer {
    text-align: center;
    margin-top: 50px;
    line-height: 50px;
}

.footer2 { 
    background: black;
}


    @media only screen and (max-width: 600px) {
         
        .navbar {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            margin-bottom: 40px;
            margin-left: 10px;
            margin-right: 10px;
        }

        nav ul {
            background: rgb(255, 255, 255);
            position: fixed;
            top: 0;
            right: -200px;
            width: 200px;
            height: 100vh;
            padding-top: 50px;
            z-index: 2;
            transition: right 0.5s;
        }

        nav ul li {
            display: block;
            margin: 25px;
        }

        .btn {
            width: 25px;
            height: 25px;
            display: block;
            border-radius: 5px;
        }

        nav ul .btn {
            position: absolute;
            top: 25px;
            left: 25px;
            cursor: pointer;
        }

        .col-1 {
            flex-basis: 50%;
            padding: 30px;
        }

        .section {
            display: block;
        }

        .col-2 img {
            width: 100%;
            height: 190px;
            margin-bottom: 30px;
        }

        .open-account {
            padding: 5px;
            border: 2px solid rgb(252, 171, 105);
            border-radius: 20px;
            color: rgb(252 171, 105);
            margin-left: 0;
        }

        .heading-text {
            font-size: 18px;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            margin-bottom: 30px;
            margin-left: 40px;
            text-align: left;
        }

        .align {
            text-align: center;
            padding: 20px;
            padding-top: 100px;
        }
    }