.toggle-btn{
    background-color: #171615;
}

.auth-btn{
    background-color: #171615;
    color: #171615;
    color: #ffffff;
    border: 1px solid #171615;
}

.auth-btn:hover{
    background-color: #171615;
    color: #ffffff;
    border: 1px solid #171615;
}

.btn-primary{
    background-color: #171615;
    color: #ffffff;
    border: 1px solid #171615;
}


.btn-primary:hover{
    background-color: #171615;
    color: #ffffff;
    border: 1px solid #171615;
}


.btn-outline-primary{
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #171615;
}

.btn-outline-primary:hover{
    background-color: #171615;
    color: #ffffff;
    border: 1px solid #171615;
}

.hero-bg{
    /* background-image: url("../img/bg1.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 50%;
    padding: 7%;
}

.button-lg{
    width: 300px;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px;
    background-color: #171615;
    border-color: #171615;
}

.hero-bg .title{
    font-weight: 200;
}

.learn-more{
    padding: 7%;
}

.learn-more .button-more{
    color: #171615;
    background-color: #ffffff;    
    width: 170px;
    border-radius: 30px;
    font-size: 14px;
    padding: 15px;
    font-weight: bold;
    border-color: #171615;
}

.get-started{
    padding: 7%;
    background-color: #f7f9fa;
}

.circle{
    padding: 11px 18px; 
    border: 1px solid #d6d7d8; 
    border-radius: 100%; 
    margin: auto; 
    position: absolute;
}

.join-us{
    background-color: #171615;
    color: #ffffff;
    padding: 7%;
}

.join-us h4{
    font-weight: 300;
    font-size: 25px;
}

.join-us a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.join-us a:hover{
    text-decoration: underline;
}

.signup-section{
    background-color: #f7f9fa;
    padding: 7%;;
}

.signup-section h4{
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}

.signup-section .button-signup{
    width: 270px;
    margin-top: 15px;
    font-weight: bold;
    border-radius: 20px;
    font-size: 14px;
    background-color: #171615;
    border-color: #171615;
    color: #ffffff;
}

.footer{
    padding: 7%;
}

.footer ul{
    list-style-type: none;
    display: inline-block;
    bottom: 5;
    padding: 0 4px 0 0;
}

.footer ul li{
    display: inline-block;
    padding: 4px;
    font-size: 12px;
}

.footer ul li a{
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}

.footer .right{
    right: 0;
    position: absolute;
}

.footer p{
    font-size: 12px;
}

/* LOGIN  */
.auth-box{
    /* position: absolute;  */
    margin-top: 5%; 
    /* right: 50%; */
    /* transform: translate(50%,-50%); */
    /* color: white; */
}

.auth-box h4{
    font-size: 25px;
}

.sign-up{
    background-color: #e1e7eb;
    font-weight: bold;
}

.form-btn{
    border-radius: 20px;
}

.footer2{
    position: absolute;
}

.contact-btn{
    width: 200px;
    border-radius: 20px;
}

/***********************
ABOUT US
************************/
.about-bg{
    background-size: cover;
    background-repeat: no-repeat;
    height: 20%;
    padding: 3%;
}

.about-bg .title{
    font-weight: 200;
}

.why-us{
    padding: 2%;
}

.why-us p{
    font-size: 16px;
}

.why-us .subtitle{
    font-size: 18px;
}

.our-focus{
    padding: 7%;
}

.our-focus h4{
    color: #244687;
}

/*****************************
Privacy
******************************/
.privacy ul li{
    /* display: block; */
    margin-bottom: 20px;
}