@import url('https://fonts.googleapis.com/css?family=Ubuntu:500');
@import url('https://fonts.googleapis.com/css?family=Lato');

body{
    font-family: 'Ubuntu', sans-serif;
    overflow-x:hidden;
    /*padding: 0 124px ;*/
}

.show-on-desktop{
    display: block;
}
.show-on-mobile {
    display: none;
}

/* phones */
@media screen and (max-width: 575px){

    .show-on-mobile{
        display: block;
    }
    .show-on-desktop{
        display: none;
    }
    
    .navbar-toggler{
        margin-bottom: -50px;
    }
    .logoImage{
        margin-left: 16px;
    }

    .bg-light{
        background-color: transparent !important;;
    }

    .second .title,.second .details, .third .title, .third .details, .fourth .title,.fourth .details{
        padding-left: 16px !important;
       
        padding-right: 16px !important;
        margin-left: 16px !important;
    }

    .second .title, .third .title, .fourth .title, .sixth h3{
        padding-top:10px !important;
        font-size: 26px !important;
        text-align: center !important;
    }

    .third{
        margin-top:50px !important;
    }

    .third img {
        width:100% !important;
        padding: 16px;
    }

    .third a.button{
        margin-left:32px !important;
    }
    .fourth{
        margin-top:50px !important;
    }
    .fourth img{
        margin-left: 32px !important;
    }

    .sixth {
        padding-top: 16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .sixth h3{
        font-size: 26px !important;
    }
    
    .sixth img{
        margin-left:16px !important;
        padding-top: 76px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;

    }

    .sixth div.buttons{
        margin-left: 16px !important;
    }


    .sixth div.buttons .explorebutton{
        background:#aa0b33;
        border:1px solid #aa0b33;
        box-shadow:0 10px 33px -1px rgba(0,0,0,0.10);
        border-radius:100px;
        width:113px !important;
        height:38px;
/*         padding-right:10px !important; */
        color:white;
    }
    .sixth div.buttons .joinbutton img{
        height:auto;
        width:20px;
        margin-top:0;
        float: left;

    }

    .sixth div.buttons .joinbutton{

        background:#ffffff;
        border:1px solid #aa0b33;
        box-shadow:0 10px 33px -1px rgba(0,0,0,0.10);
        border-radius:100px;
        width:130px !important;
        height:38px;
        color:    #aa0b33;
    }

    .sixth .description{
        margin-left:16px;
        text-align: justify !important;
    }


    .desktop{
        display:none;
    }

    


    .bannerBigText{
        margin-left: 16px !important;
        padding-bottom: 5vh;
        max-width: 500px;
        font-size: 26px;
        color: #4d4d4d;
        letter-spacing: 0;
        line-height: 30px;
        text-align: left;
        margin-top:-15vh;
        padding-left: 16px;
        padding-right: 16px;

    }

    .bannerSmallText{
        margin-left: 16px !important;

        max-width: 500px;
        font-size: 16px;
        color: #979797;
        letter-spacing: 0;
        line-height: 26px;
        text-align: left;
        margin-top:-20px;
        padding-left: 16px;
        padding-right: 16px;

    }

    .mobile .mobile-buttons{
        margin-left: 16px !important;
        padding-left: 16px ;
        padding-right: 16px;
        padding-bottom: 40vh;

    }

    .mobile .mobile-buttons .whyChooseUs{
        margin-left: 0;
    }

    .sixth .buttons{
        margin-top:-100px !important;
        margin-right: 0 !important;
    }

    .sixth .buttons img{
        display: none
    }

    .sixth .explorebutton{
        margin-left: 18px;
    }

    .seventh{
        font-size: 26px;
        padding: 16px !important;

    }
    .seventh p{
        text-align: center !important;

    }

    .seventh .why{
        margin-left: 0 !important;
    }
    footer{
        padding: 32px !important;
    }

    footer .third-column ul li a, footer .fourth-column ul li {

        margin-left:-40px !important;
    }

    .second .title{
        padding-top:10px !important;
    }

    .seventh{
                margin-left: 16px;
    }
    .seventh a.account{
        width: 100% !important;

    }
    
    


}



/*  Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 991.98px) and (min-width:575px) {

    .home-background{
        background-image: url("../images/homebackground.png");
        min-height: 70vh !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: top !important;
        width: 155% !important;
    }

    .desktop .navlogo .logoImage{
        padding-top:20px !important;;
    }
    .desktop .navlogo{
        margin-left: -200px !important;
        float: left;
        margin-top: 32px !important;;
       
    }

    .desktop .navitems{
        float: right;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 0;
        text-align: left;
        width: 110% !important;
        margin-right: 220px !important;
        margin-top:62px;

    }

    .bannerBigText{
        max-width: 350px !important;
        margin-left: -190px !important;
    }
    .bannerSmallText{
        max-width: 350px !important;
        margin-left: -190px !important;
    }

    .site-container > p:nth-child(4){
        max-width: 350px !important;
        margin-left: -190px !important;

    }

    .second img{
        margin-top: -80px !important;
    }

    .second > div:nth-child(2){
        margin-left: -20px !important;
        max-width:400px !important;
    }
    .third img{
        margin-top:200px;
    }
    .second .title,.third .title,.fourth .title,.sixth h3{
        text-align:center !important;
        font-size: 24px !important;
    }
    .third .details, .second .details,.fourth .details,.sixth .description{
       font-size: 16px !important;
    }

    .third .title, .third .details,
    .third .button{
        margin-left:20px !important;
        margin-right: 0 !important;
        max-width:400px !important;

    }

    .fourth .title{
        margin-top:-80px !important;
    }
    .fourth .details{
        margin-bottom: 90px;
    }

    .fourth .title , .fourth .details{
        margin-left: -60px !important;
        max-width: 400px !important;

    }
    footer .third-column ul li a, footer .fourth-column ul li {

        margin-left:-40px !important;
    }

    .sixth{
        padding:32px !important;
    }
    .sixth .buttons{
        min-width:100% !important;
        margin-top:-100px !important;
        margin-left: 20% !important;
    }

    .sixth img{
        margin-top:70px !important;
    }

    .sixth .buttons img{
        width:20px;
        padding-top:3px;
        padding-left:3px;
        margin-top:0px !important;
    }

    .sixth .explorebutton{
        margin-left: 18px;
    }
    
    .seventh p{
        font-size: 24px !important;
        line-height: 34px !important;
    }


}

/* // Medium devices (tablets, less than 992px) */
/* @media (max-width: 991.98px) { ... } */

/* // Large devices (desktops, less than 1200px) */
/* @media (max-width: 1199.98px) { ... } */


.logoImage{
    width:180px;
    margin-bottom: -60px;

}

.desktop .navlogo{

    float: left;
    margin-top:32px;
    
}

.desktop .navitems{
    float:right;
    font-size:16px;
    color:#ffffff;
    letter-spacing:0;
    text-align:left;
    width: 110% !important;
    margin-right:-100px;
}
.nav-link{
    padding:.5rem 1rem;
}

li.nav-item:nth-child(5){
    margin-left: 20px;
}

.desktop .navitems li a{
    color:white;
}

.desktop .navitems li a:active{
    color:white;
    text-decoration: underline;
}

.desktop .navitems li.login a{
    color:white;
    text-align:center;
}
.desktop .navitems li.login{

    background:rgba(255,255,255,0.2);
    border-radius:100px;
    width:129px;
    height:41px;
}


.home-background{
    background-image: url("../images/homebackground.png");
    min-height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
}

.site-container{
    margin-left: 225px;
    margin-right:225px;

}

.bannerBigText{
    padding-top:35vh;
    max-width: 500px;
    font-size:38px;
    color:#4d4d4d;
    letter-spacing:0;
    line-height:50px;
    text-align:left;
   
    
}

.bannerSmallText{

    font-family: 'Lato', 'sans-serif';
    margin-top:40px;
    margin-bottom: 60px;
    max-width: 500px;
    font-size:17px;
    color:#979797;
    letter-spacing:0;
    line-height:26px;
    text-align:left;
}

.getStarted{

    background:#aa0b33;
    color:white;
    border:1px solid #aa0b33;
    box-shadow:0 10px 22px 14px rgba(170,11,51,0.08);
    border-radius:100px;
    font-size: 14px;
    padding-top:13px;
    width:149px;
    height:50px;
    font-weight: 600 !important;
   
}

.getStarted:hover{
    background-color: #979797;
    color:white;
    border:none;
    padding-top:13px;

    
}

.whyChooseUs{
    margin-left:30px;
    font-size: 12px;
    color: #979797;
    letter-spacing: 0;

}

.second{
    margin-top:100px;
}

.second img{
    width:90%;
    margin-top:-400px;
}

.second .title{
    font-size:36px;
    color:#aa0b33;
    letter-spacing:0;
    line-height:44px;
    text-align:left;
    max-width:600px;
    padding-top:100px;
}

.second a.button{
    font-family: 'Ubuntu','sans-serif';
    background:#aa0b33;
    border:1px solid #aa0b33;
    border-radius:100px;
    width:127px;
    height:40px;
    color:white;
    margin-top:50px;
}

.second .details{
    margin-top:30px;
    font-family: 'Lato', 'sans-serif';
    font-size:16px;
    color:#979797;
    letter-spacing:0;
    line-height:28px;
    text-align:justify;
    max-width:600px;

    padding-right: 80px;
}

.third{
    margin-top: 100px;
}

.third img{
     /*! height:120%; */ 
   width:90%;
    /*! margin-top: -100px; */
}


.third a.button{
 
    background:#aa0b33;
    border:1px solid #aa0b33;
    border-radius:100px;
    width:127px;
    height:40px;
    color:white;
    margin-top:50px;
    margin-left: 225px;


}

.third .title{
    
    font-size:36px;
    color:#aa0b33;
    letter-spacing:0;
    line-height:44px;
    max-width:600px;
    color:#4d4d4d;
    text-align:left;
    margin-top:30px;
    margin-left: 225px;
    padding-top:100px;
}

.third .details{
    margin-top:30px;
    font-family: 'Lato', 'sans-serif';

    max-width:600px;
    font-size:16px;
    color:#979797;
    letter-spacing:0;
    line-height:28px;
    text-align:justify;
    margin-left: 225px;
    padding-right: 140px;
}


.fourth{
    margin-top:100px;
}

.fourth img{
    width:70%;
    margin-left: 90px;
}

.fourth .title{
        font-size:36px;
    color:#aa0b33;
    letter-spacing:0;
    line-height:44px;
    text-align:left;
    max-width:600px;
    padding-top:100px;
/* 
    font-size:36px;
    color:#aa0b33;
    letter-spacing:0;
    line-height:40px;
    text-align:left;
    max-width:600px;
    padding-top:100px; */
}

.fourth a.button{

    font-family: 'Ubuntu','sans-serif';
    background:#aa0b33;
    border:1px solid #aa0b33;
    border-radius:100px;
    width:127px;
    height:40px;
    color:white;
    margin-top:50px;
/* 
    background:#aa0b33;
    border:1px solid #aa0b33;
    border-radius:100px;
    width:127px;
    height:38px;
    color:white;
    margin-top:30px; */
}

.fourth .details{
/*     margin-top:30px;
    font-family: 'Lato', 'sans-serif';
    font-size:16px;
    color:#979797;
    letter-spacing:0;
    line-height:34px;
    text-align:justify;
    max-width:600px; */
    
    margin-top:30px;
    font-family: 'Lato', 'sans-serif';
    font-size:16px;
    color:#979797;
    letter-spacing:0;
    line-height:28px;
    text-align:justify;
    max-width:600px;

    padding-right: 80px;

}

.fifth {
    padding:300px 124px 0 124px;
}

.fifth h3{
    font-size:30px;
}

.fifth p.description{

    font-size:14px;
    color:#979797;
    letter-spacing:0;
    line-height:25px;
    text-align:justify;
}

.fifth div.description{
    overflow: scroll;
    float: left;
}

.fifth div.description div {

    margin:0 50px;
    float:left;
    background: #FFFFFF;
    box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.0476393);
    border-radius: 10px;
}

.fifth div.description img{
    background:#d8d8d8;
    width:55px;
    height:55px;
    border-radius:100%;
}

.fifth div.description h4{
    font-size:16px;
    color:#979797;
    letter-spacing:0;
    line-height:25px;
    text-align:left;
}

.fifth div.description h6{
    font-size:12px;
    color:#979797;
    letter-spacing:0;
    line-height:25px;
    text-align:left;
}

.fifth div.description .content{
    font-size:14px;
    color:#979797;
    letter-spacing:0;
    line-height:25px;
    text-align:left;
}

.sixth{
    padding:200px 124px 0 124px;
    background-color:#f5f5f5;
}

.sixth h3 {
    font-size:34px !important;
    color:#aa0b33;
    letter-spacing:0;
    line-height:40px;
    text-align:left;
    font-size: 36px;

}
.sixth p.description{

    margin-top:50px;
    font-family: 'Lato', 'sans-serif';
    font-size:16px;
    color:#979797;
    letter-spacing:0;
    line-height:28px;
    text-align:left;
    max-width:600px;


}

.sixth img{
    width: 100%;
    /*! margin-top:-70px; */
    padding-bottom: 140px;
}


.sixth div.buttons .explorebutton{
    background:#aa0b33;
    border:1px solid #aa0b33;
    box-shadow:0 10px 33px -1px rgba(0,0,0,0.10);
    border-radius:100px;
    width:137px;
    height:38px;
    color:white;
}
.sixth div.buttons .joinbutton img{
    height:auto;
    width:20px;
    margin-top:2px;
    float: left;
}

.sixth div.buttons .joinbutton{

    background:#ffffff;
    border:1px solid #aa0b33;
    box-shadow:0 10px 33px -1px rgba(0,0,0,0.10);
    border-radius:100px;
    width:149px;
    height:38px;
    color:    #aa0b33;
    margin-left: 10px;
}

.sixth div.buttons.new{
    /*! margin-right: 50px; */
    margin-top:50px;
    margin-left: 0;
    width: 100% !important;
}

.sixth div.buttons{
    /*! margin-right: 50px; */
    margin-top:-155px;
    margin-left: 60%;
    width: 100% !important;
}

.code-side{
    background:#fafafa;
    border-radius:0 10px 10px 0;
    width:201px;
    height:384px;
}

.seventh{
    padding:112px 124px 0 124px;
}

.seventh p{
    font-size:34px;
    color:#4d4d4d;
    letter-spacing:0;
    line-height:43px;
    text-align:left;
}

.seventh .right-side{
    margin-top:20px;
}
.seventh a.account{
    background:#aa0b33;
    border:1px solid #aa0b33;
    border-radius:100px;
    width:264px;
    height:48px;
    color:white;
    padding-top:10px;
}

.seventh a.why{

    font-size:14px;
    color:#979797;
    letter-spacing:0;
    text-align:left;
    margin-left: 19px;
}

footer{
    padding:112px 124px 112px 124px;

}

footer ul li {
    list-style-type: none;
}

footer .third-column ul li a, footer .fourth-column ul li  {
    margin-left:-40px !important;
}

footer ul li a, footer p {

    font-size:12px;
    color:#979797;
    letter-spacing:0;
    line-height:20px;
    text-align:left;
}

.footer h5{
    font-size:14px;
    color:#4d4d4d;
    letter-spacing:0;
    line-height:25px;
    text-align:left;
}

.footer .first p{
    font-size:12px;
    color:#979797;
    letter-spacing:0;
    line-height:20px;
    text-align:left;
}

.social ul li{
    list-style-type: none;
    margin-left: -40px;
}
.social img{
    height: 20px;
    width:20px;
    margin-top:5px;
    margin-right: 10px;
}
