@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Pacifico&family=Roboto:wght@100&display=swap');

body{
    padding: 0%;
    margin: 0%;
    font-family: 'Lato';
}

.navbar-brand{
    font-family: 'Pacifico';
    font-size: 35px;
    color: coral !important;
}

.nav-link{
    font-size: 16px;
    margin: 15px;
    color: black !important;
    font-family: 'Roboto Condensed';
    transition-duration: 0.3s;
}

.nav-link:hover{
    color: chocolate !important;
}

.active .nav-link{
    color: chocolate !important;
}

.menu-right-btn{
    padding: 13px 46px;
    margin-right: 4%;
    background-color: transparent;
    transition: all 300ms ease-in;
}

.menu-right-btn:hover{
    color: white;
    background-color: gainsboro;
}

.site-content{
    background-image: url('/images/landing-2.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.site-title, .site-desc{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.site-title{
    width: 700px;
}

.site-title{
    margin-top: 30%;
    margin-bottom: 5%;
}

.try-now-button{
    background-color:rgb(0, 174, 255);
    color: white;
    margin-bottom: 20%;
}

/* Section 1 */
.section-1 , .heading-1{
    margin-top: 8%;
}

.section-1 .heading-2{
    margin-bottom: 5%;
    font-size: 39px;
}

.section-1 .para-1{
    width: 60%;
    margin-left: 20%;
    margin-bottom: 5%;
}

.section-1 .card-text, .para-1{
    color: rgba(0, 0, 0, 0.59);
}

.section-1{
    margin-bottom: 8%;
}

.card{
    width: 20rem;
}

/* Section 2 */

.section-2 .container-fluid{
    background-image: url('/images/landing-1.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.section-2 .heading-1{
    margin-top: 20%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
    color: whitesmoke;
}

.section-2 .para{
    width: 80%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 5%;
    color: whitesmoke;
}

.section-2 .btn{
    margin-bottom: 15%;
    width: 30%;
    padding: 2% 5%;
}

/* Section 3 */

.section-3{
    margin-top: 6%;
}

.section-3 i{
    color: tomato;
}

.section-3 p{
    color: rgba(0, 0, 0, 0.59);
}

.section-3 h3{
    color: rgb(32, 32, 32);
}

/* Section 4 */

.section-4{
    margin-top: 8%;
}

.section-4 .row .col-md-7{
    margin-top: 10%;
    margin-bottom: 10%;
}

.section-4 .row  .col-md-5{
    margin-top: 10%;
    margin-bottom: 10%;
}

.section-4 a{
    color: lightcoral;
    font-size: 40px;
    text-decoration: none;
}

.section-4 .para-1{
    color: white;
    font-family: 'Roboto Condensed';
    margin-top: 7%;
    font-size: 23px;
}

/* footer */

.social i{
    color: rgb(14, 58, 255);
    font-size: 20px;
}

@media screen and (max-width: 768px){
    .section-1 .card{
        width: 14rem;
    }

    .section-4 .col-md-7 img{
        width: 350px
    }
}

@media screen and (max-width: 320px){
    .site-content .site-title{
        width: 100%0px;
    }
}