@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Righteous|Roboto+Condensed|Ubuntu&display=swap');

body {
    padding: 0%;
    margin: 0% ;
    font-family: 'Lato'
}


                    /* HEADER */

.navbar-brand{
    font-family: 'Pacifico';
    font-size: 35px;
    color: lightcoral !important
}

.nav-link{
font-size: 16px;
margin: 15px;
color: black;
font-family: 'Roboto Condensed';
}

.nav-link:hover{
    color: #00E8E8 !important
}

.active .nav-link {
    color: #00E8E8 !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: #00E8E8
}

                /* section 1 */

#section-1 {
    margin-top: 8%;
}

.para-1, .card-text {
    color: rgba(0,0,0,0.6)

}

.heading-2,.para-1{
    margin-bottom: 5%
}

.heading-2{
    margin-bottom: 3%
}

.heading-1, .heading-2{
    font-size: 49px
}

.site-content{
    background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(./asset/art-colorful-contemporary-2047905.jpg);
    background-attachment: fixed;
    background-size: cover
}

.site-title, .site-discription{
    color: #f3f3f3 ;
    font-family: 'Righteous'
}

.site-title {
    margin-top: 14%;
    margin-bottom: 4%;
    font-size: 50px
}

.site-discription {
    font-size: 16px;
    margin-bottom: 4%
}

.btn-dark, .btn-light {
    margin-bottom: 15%
}

.card {
    margin-bottom: 8%
}


                                /* SECTION - 2 */

.section-2 {
    background-image: url(./asset/r-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 10%;
}

.section-2 .heading1 {
    margin-top: 20% ;
    margin-bottom: 4%;
    font-family: 'Righteous';
    color: whitesmoke;
    margin-left: 25px
}

.section-2 .para1{
    color: whitesmoke;
    font-family: 'Ubuntu';
    margin-bottom: 5%;
    margin-left: 25px
}

.section-2 .btn {
    margin-left: 25px;
    padding: 10px;
    color: red;
    font-family: 'Righteous'
}

                /* SECTION_3 */

.section-3 {
    margin-top: 5%;
}


.section-3 i {
    color: #00E8E8
}

.section-3 p {
    color: rgba(0,0,0,0.6)
}




                    /* SECTION__4 */

.section-4 {
    margin-top: 5%;
}

.section-4 .row .col-md-7, .col-md-5{
    margin-top : 8% 0%
}

.section-4 a {
    color: lightseagreen;
    font-size : 40px;
    /* text-decoration: none */
}

.section-4 .para1 {
    color: white;
    font-family: 'Roboto Condensed';
    margin-top: 7%;
    font-size: 20px
}


                        /* SECTION 5 */



.section-5 {
    margin-top: 5%;
}

#email  {
    padding: 20px !important
}

.section-5 i {
    color: rgb(216, 29, 29);
    font-size: 24px
}



@media (max-width:374px){

    .section-5 i {
        color: rgb(216, 29, 29);
        font-size: 20px
    }

    .menu-right-btn {
        padding: 8px 25px;
        margin-right: 4%;
        background-color: transparent;
        transition: all 300ms ease-in
    }

    .site-btn1 {
        padding: 8px !important;
        margin: 10px !important;
        font-size: 13px
    }
    

}