*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif;
}

/* ----------Heading-------------- */

.header{
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(16, 22, 52, 0.7),rgba(5, 10, 30, 0.7)),url(../img/01.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 1% 1%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 100px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f4f96f;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
}
.text-box h1{
        font-size: 42px;
        font-weight: 600;
        padding-top: 120px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 23px;
    color: #ebbfbf;
    text-shadow: 1px 0 0 #ebbfbf;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box{
        width: 80%;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        margin-right: 20px;
    }
    .text-box h1{
            font-size: 24px;
            font-weight: 600;
    }
    .text-box p{
        margin: 10px 0 40px;
        font-size: 15px;
        color: #ebbfbf;
        text-shadow: 1px 0 0 #ebbfbf;
    }
    nav img{
        margin-top: 10px;
        width: 60px;
        margin-left: 15px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links ul li a{
        color: #000000;
    }
    .nav-links{
        position: absolute;
        background: #7ce2ed;
        height: fit-content;
        width: 150px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

/* ----------About----------- */

body{
    background-color: #eddbf9;
}
.heading{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
}
.heading p{
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
}
.container{
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}
.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about-image{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}
.about-image img{
    max-width: 100%;
    height: 500px;
    display: block;
    border-radius: 10px;
}
.about-content{
    flex: 1;
}
.about-content p{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}
.about-content .read-more{
    display: inline-block;
    padding: 10px 20px;
    background-color:#4caf50;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 15px;
    transition: 0.3s ease;
}
.about-content .read-more:hover{
    background-color: #3e8e41;
}

.paragraph{
    display: flex;
    margin: auto;
    width: 80%;
    padding: 10px 20px;
}
.paragrapg-right{
    line-height: 1.5;
    color: #666;
}
.paragrapg-right h2{
    font-size: 25px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
.paragrapg-right p{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}
.paragraph-left{
    line-height: 1.5;
    color: #666;
    padding-left: 16%;
}
.paragraph-left h2{
    font-size: 25px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
.paragraph-left p{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    
}
.message{
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}
.msg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.msg-image{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}
.msg-image img{
    max-width: 100%;
    height: 650px;
    display: block;
    border-radius: 10px;
}
.msg-content{
    flex: 1;
}
.msg-content p{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}
.msg-content .read-more{
    display: inline-block;
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    transition: 0.3s ease;
}
.msg-content .read-more:hover{
    background-color: #3e8e41;
}
.gallery{
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;

}
.gallery h2{
    font-size: 25px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
.gallery h3{
    font-size: 25px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}

@media screen and (max-width: 768px){
    .heading{
        padding: 0px 20px;
    }
    .heading p{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .container{
        padding: 0px;
    }
    .about{
        padding: 20px;
        flex-direction: column;
    }
    .about-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .about-image img{
        max-width: 100%;
        height: 250px;
        display: block;
    }
    .about-image img{
        max-width: 100%;
        height: 250px;
        display: block;
    }
    .about-content{
        padding: 0px;
        font-size: 16px;
    }
    .about-content .read-more{
        font-size: 16px;
    }
    .comment{
        padding: 0px 20px;
    }
    .paragraph{
        padding: 20px;
        flex-direction: column;
    }
    .paragrapg-right h2{
        font-size: 34px;
    }
    .paragrapg-right p{
        padding: 0px;
        font-size: 16px;
        text-align: left;
    }
    .paragrapg-left h2{
        font-size: 34px;
    }
    .paragrapg-left p{
        padding: 0px;
        font-size: 16px;
    }
    .msg{
        padding: 20px;
        flex-direction: column;
    }
    .msg-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .msg-image img{
        max-width: 100%;
        height: 250px;
        display: block;
        border-radius: 10px;
    }
    .msg-content{
        padding: 20px;
        flex-direction: column;
    }
    .msg-content h2{
        font-size: 34px;
    }
    .msg-content p{
        padding: 0px;
        font-size: 16px;
    }
    .msg-content .read-more{
        font-size: 16px;
        margin-bottom: 10px;

    }
}

/*-----------Footer-----------*/

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color: #dc6438;
    margin: 0 13px;
    cursor: pointer;
    padding: 8px 0;
}
.fa-heart-o{
    color: #ff00bf;
}
