body{
    height: 5000px;
}

/* Navbar */
.nav-item{
    font-family: poppins;
    font-size: 16px;
    margin-right: 20px;
    color: #2F281E !important;
}

.btn.sign-in{
    font-family: poppins    ;
    color: #173A56 !important;
    font-weight: 700 !important;
    border: 1px solid #BCD0E5;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 100px;
}

.btn.sign-out{
    font-family: poppins    ;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    background-color: #FF9900;
    width: 100px;
    margin-bottom: 10px;
}
/* End Navbar */


/* Hero */
.hero{
    margin-top: 100px;
}

.hero h1{
    font-family: poppins;
    font-weight: 600;
    color: #2F281E;
    font-size: 44px;
}

.hero p{
    font-family: poppins;
    font-weight: 400;
    color: #544837;
    font-size: 18px;
}

.hero .get-started{
    background-color: #FF9900;
    color: white;
    font-family: poppins;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 4px;
    transition: background-color 0.7s;
}

.hero .get-started:hover{
    background-color: rgb(223, 134, 2);
}

.hero .play{
    font-family: poppins;
    font-weight: 600;
    padding: 10px 30px;
    color: #FF9900;
    text-decoration: underline;
}

.hero-text{
    order: 1;
}

.hero-img{
    order: 2;
}

/* End Hero */

/* Features */
.con-bg{
    background-repeat: no-repeat;
    background-position-x: center;
    padding-bottom: 100px;
}

.features h2{
    font-family: poppins;
    font-weight: 600;
    color: #2F281E;
    font-size: 33px;
}

.features i{
    border-radius: 15px;
    color: white;
}

.features .features1{
    background-color: rgb(119, 82, 190);
    box-shadow: 0px 10px 10px 0px rgba(119, 82, 190, 0.3);
    padding: 17px 12px 12px 25px;
}

.features .features2{
    background-color: rgb(250, 176, 5);
    box-shadow: 0px 10px 10px 0px rgba(250, 176, 5, 0.3);
    padding: 17px 12px 12px 20px;
}

.features .features3{
    background-color: rgb(240, 62, 61);
    box-shadow: 0px 10px 10px 0px rgba(240, 62, 61, 0.3);
    padding: 17px 12px 12px 20px;
}

.features .features4{
    background-color: rgb(77, 173, 247);
    box-shadow: 0px 10px 10px 0px rgb(77, 173, 247, 0.3);
    padding: 17px 13px 12px 21px;
}

.features h6{
    font-family: poppins;
    font-size: 22px;
    font-weight: 500;
    color: #2F281E;
}

.features p{
    font-family: poppins;
    font-size: 16px;
    color: #544837;
}

.features a{
    background-color: #FF9900;
    color: white;
    font-family: poppins;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.7s;
}

.features a:hover{
    background-color: rgb(223, 134, 2);
}

/* End Features */

/* Product-1 */
.product-1{
    margin-bottom: 150px;
}

.product-1 p{
    color: #544837;
    font-size: 16px;
    font-family: poppins;
    font-weight: 500;
}

.product-1 h2{
    color: #2F281E;
    font-size: 36px;
    font-family: poppins;
    font-weight: 700;
}

.product-1 h6{
    color: #2F281E;
    font-size: 16px;
    font-family: poppins;
    font-weight: 700;
}

.product-1-img{
    order: 2;
}

.product-1-text{
    order: 1;
}
/* End Product-1 */

/* Product-2 */
.product-2{
    margin-bottom: 150px;
}
.product-2 p{
    color: #544837;
    font-size: 16px;
    font-family: poppins;
    font-weight: 500;
    padding-top: 15px;
}

.product-2 h2{
    color: #2F281E;
    font-size: 36px;
    font-family: poppins;
    font-weight: 700;
}
/* End Product-2 */

/* Product-3 */
.product-3{
    margin-bottom: 150px;
}

.product-3 p{
    color: #544837;
    font-size: 16px;
    font-family: poppins;
    font-weight: 500;
}

.product-3 h2{
    color: #2F281E;
    font-size: 36px;
    font-family: poppins;
    font-weight: 700;
}

.product-3 h6{
    color: #2F281E;
    font-size: 16px;
    font-family: poppins;
    font-weight: 700;
}

.product-3-text{
    order: 1;
}

.product-3-img{
    order: 2;
}
/* End Product-3 */

/* Contact */
.contact{
    background-repeat: no-repeat;
    background-position-x: center;
    padding-bottom: 100px;
}

.ro-1{
    padding-top: 150px;
}

.ro-2{
    margin-top: 150px;
    margin-bottom: 120px;
}

.contact h1{
    color: #2F281E;
    font-family: poppins;
    font-weight: 700;
    font-size: 36px;
}

.contact h6{
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    font-family: poppins;
    border: 1px solid rgb(224, 236, 255);
}

.contact p{
    color: #567592;
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
}

.contact a{
    background-color: #FF9900;
    color: white;
    font-family: poppins;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 4px;
    transition: background-color 0.7s;
    text-decoration: none;
}

.contact a:hover{
    background-color: rgb(223, 134, 2);
}

.contact-text-mid{
    order: 2;
    margin-bottom: 150px;
}

.contact-1{
    order: 1;
    margin-bottom: 50px;
}

.contact-2{
    order: 3;
    margin-bottom: 50px;
}

.contact-1-text{
    order: 2;
}

.contact-1-pic{
    order: 1;
}

.contact-3-text{
    order: 1;
}

.contact-3-pic{
    order: 2;
}

.contact-5-text{
    order: 1;
}

.contact-5-pic{
    order: 2;
}

.contact-3{
    transform: translateY(-50px);
}

.contact-4{
    transform: translateY(100px);
}

.contact-5{
    transform: translateY(-70px);
}

.ro-2{
    margin-top: -100px;
}
/* End Contact */


/* Marketing */
.marketing{
    margin-bottom: 200px;
}
.marketing h1{
    font-family: poppins;
    font-size: 34px;
    font-weight: 700;
    color: #2F281E;
    margin-bottom: 16px;
}

.marketing p{
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    color: #544837;
}

.marketing h6{
    font-family: poppins;
    font-size: 16px;
    color: #544837;
    font-weight: 400;
}

.marketing h6 span{
    font-weight: 700;
}

.marketing h3{
    font-family: poppins;
    font-size: 24px;
    color: #2F281E;
    font-weight: 700;
}

.marketing .dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #EFEFEF ;
    margin : 50px 2px;
}
/* End Marketing */

/* Footer */
footer .container{
    border-top: 1px solid rgba(188, 208, 229, 0.5);
}

footer h5{
    font-family: poppins;
    color: #2F281E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

footer a{
    font-family: poppins;
    color: #544837;
    font-size: 16px;
    margin-bottom: 50px;
    text-decoration: none !important;
}

footer .btn{
    background-color: #FF9900;
    color: white;
    font-family: poppins;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 4px;
    transition: background-color 0.7s;
    text-decoration: none;
}

footer .btn:hover{
    color: white;
    background-color: rgb(223, 134, 2);
}
/* End Footer */

/* Media Screen */
@media screen and (max-width: 768px) {
    div.card-body {
        text-align: center;
    }
    .hero-text{
        order: 2;
    }
    
    .hero-img{
        order: 1;
    }
    .product-1-img{
        order: 1;
    }
    
    .product-1-text{
        order: 2;
    }

    .product-3-text{
        order: 2;
    }

    .product-3-img{
        order:1;
    }


}

@media screen and (max-width: 992px) {
    div.card-body {
        text-align: center;
    }

    .hero-text{
        order: 2;
    }
    
    .hero-img{
        order: 1;
    }
    .contact-text-mid{
        order: 1 ;
    }
    
    .contact-1{
        order: 2 ;
    }
    .contact-2{
        order: 3;
    }

    .contact-3-text{
        order: 2;
    }
    
    .contact-3-pic{
        order: 1;
    }

    .contact-5-text{
        order: 2;
    }
    
    .contact-5-pic{
        order: 1;
    }

    .contact-3{
        transform: translateY(0);
    }
    
    .contact-4{
        transform: translateY(0);
    }
    
    .contact-5{
        transform: translateY(0);
    }

    .ro-2{
        margin-top: 0px;
    }
    .btn.sign-in{
        width: 100%;
    }
    .btn.sign-out{
        width: 100%;
    }

}
/* End Media Screen */
